-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
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
decoded_content isn't decoding charset if content-type is application/json #36
Comments
See other issue See merge-request Conclusion
This issue SHOULD be closed |
I assume you meant |
it says ... SHOULD NOT .. but only for |
Right, it does, but you do want to decode for |
and we SHOULD only do it for that ... or be super intelligent guessing |
Right; all I'm saying here is that your conclusion is incorrectly written for your argument, nothing more! :) |
as described in #99, unless we add extra parameters or an entire new method, this can not be solved without breaking any existing API based on JSON. |
Closing this as we've got some progress in #99 |
In the same way that decoded_content makes charset decodification in text and xml content types, is not correct make this too in application/json ?
Something like (I'll make a PR if it is acceptable):
The text was updated successfully, but these errors were encountered: