We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
A GET request with a [Body] results in a bad gateway when the API is hosted in Azure on Refit 6.
Steps To Reproduce Host API with GET request with [body] on a Azure App Service Call this API with Refit 6
Expected behavior A 200 response OK status.
Environment
Additional context The same solution with Refit 5 works fine. But this wasn't mentioned in the breaking changes section. Using local development also works fine. Using <RefitSettings.Buffered = true> will make it work
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
A GET request with a [Body] results in a bad gateway when the API is hosted in Azure on Refit 6.
Steps To Reproduce
Host API with GET request with [body] on a Azure App Service
Call this API with Refit 6
Expected behavior
A 200 response OK status.
Environment
Additional context
The same solution with Refit 5 works fine. But this wasn't mentioned in the breaking changes section.
Using local development also works fine.
Using <RefitSettings.Buffered = true> will make it work
The text was updated successfully, but these errors were encountered: