Skip to content
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

REST API: provide character encoding in header #17

Open
pietervanleeuwen opened this issue Oct 21, 2013 · 0 comments
Open

REST API: provide character encoding in header #17

pietervanleeuwen opened this issue Oct 21, 2013 · 0 comments
Assignees
Labels

Comments

@pietervanleeuwen
Copy link

It would be nice if the REST-API could include the character encoding that is used to encode the content (e.g. UTF-8) in the content-type response header of the request. This way it's clear for any application what encoding is used and how the response should be parsed.

Current situation:
Content-Type: application/xml

Requested situation:
Content-Type: application/xml; charset=utf-8

@ghost ghost assigned alisarioglu Oct 21, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants