Charset content-type parameter in API responses #1808
Labels
api
Issues related to the API
feature
Issues regarding a complete new feature
priority: medium
A new feature or a bugfix that is non-critical.
Is your feature request related to a problem? Please describe.
I'm always frustrated when the API doesn't specify the charset it uses.
Describe the solution you'd like
All API responses including their charset:
content-type: application/json; charset=utf-8
.Motivation
That way we don't have to hardcode the charset in applications that use the API.
The text was updated successfully, but these errors were encountered: