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

HTTP response returned always as simple text #126

Open
javierg opened this issue Nov 11, 2016 · 1 comment
Open

HTTP response returned always as simple text #126

javierg opened this issue Nov 11, 2016 · 1 comment

Comments

@javierg
Copy link
Member

javierg commented Nov 11, 2016

HTTParty should return the response based on the body contents type,
but since we are missing the Accept header the content is always returned as simple text

@javierg
Copy link
Member Author

javierg commented Nov 11, 2016

This change will return a parsed has from parsed_response instead of a simple json string. This can break a lots of client apps and need to change how the response is handled on them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant