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

Request "raw" Body Content-Type always application/json #96

Open
naydichev opened this issue Aug 28, 2024 · 1 comment · Fixed by #116
Open

Request "raw" Body Content-Type always application/json #96

naydichev opened this issue Aug 28, 2024 · 1 comment · Fixed by #116

Comments

@naydichev
Copy link

Hello!

When I set the body type to Raw (json, text, etc), I'm presented with another dropdown in the bottom right of that input box. From there I can choose JSON, HTML or Text - but regardless of which I choose, the content-type that is being sent is application/json.

Shouldn't HTML yield text/html, and Text => text/plain ?

I find that if I manually set the header in the Headers tab, then it's sent correctly - but it seems like it should be done automatically...

@darrenburns
Copy link
Owner

Yup, you're right. Should be fixed in v2 soon.

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 a pull request may close this issue.

2 participants