When using the JSON renderer Pyramid adds this header: Content-Type: application/json; charset=UTF-8. However according to the IANA the application/json media type does not actually support a charset. It is always in UTF-8 there is no other valid encoding.
When using the JSON renderer Pyramid adds this header:
Content-Type: application/json; charset=UTF-8. However according to the IANA theapplication/jsonmedia type does not actually support a charset. It is always in UTF-8 there is no other valid encoding.