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
We should be able to specify the Content-Type header for the responses. Relevant code: https://gist.github.com/dcollien/7301248#file-c_json_servlet-c-L157-L158
Content-Type
Otherwise, the server always responds with a Content-Type: "text/html; charset=ISO-8859-1", which will break utf-8 in responses.
Content-Type: "text/html; charset=ISO-8859-1"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We should be able to specify the
Content-Type
header for the responses. Relevant code: https://gist.github.com/dcollien/7301248#file-c_json_servlet-c-L157-L158Otherwise, the server always responds with a
Content-Type: "text/html; charset=ISO-8859-1"
, which will break utf-8 in responses.The text was updated successfully, but these errors were encountered: