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
I am calling the API but the response is the following: Content type must be: application/json
Content type must be: application/json
I explicitly added Content-Type: application/json header but still got the same response
Content-Type: application/json
Here's the sample screen: https://studio.ensembleui.com/app/SPOQKXOllz0n47JcVB6a/screen/inNqysP3bfxCCj3uQYPz
The text was updated successfully, but these errors were encountered:
see this and this for the underlying issue in the flutter http package and the workaround by setting bodybytes
Sorry, something went wrong.
#1823 charset=uth8 was causing issues for some APIs when it is added …
ea75b1e
…automatically by the flutter framework.
fixed. Whenever content-type header is specified, we will make sure it does not get the charset=utf attached to it.
content-type
kmahmood74
No branches or pull requests
I am calling the API but the response is the following:
Content type must be: application/json
I explicitly added
Content-Type: application/json
header but still got the same responseHere's the sample screen:
https://studio.ensembleui.com/app/SPOQKXOllz0n47JcVB6a/screen/inNqysP3bfxCCj3uQYPz
The text was updated successfully, but these errors were encountered: