You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
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 chooseJSON, HTML or Text
- but regardless of which I choose, the content-type that is being sent isapplication/json
.Shouldn't
HTML
yieldtext/html
, andText
=>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...The text was updated successfully, but these errors were encountered: