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

add support for text/html content_type #179

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

pawl-rs
Copy link

@pawl-rs pawl-rs commented Jul 18, 2017

My endpoint returns text with Content-Type "text/html", and flex gives this error: "No content negotiation for this content type"

This PR adds support for the text/html Content-Type.

@pipermerriam
Copy link
Owner

@pawl-rs I'm not understanding how this is intended to work. It looks like you're just returning a string for the request.data field which is expected to be a dictionary (JSON) or maybe None or the empty string.

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

Successfully merging this pull request may close these issues.

2 participants