Not able to find the fix for this. I even tried setting the content type using the global variable. That gets updated too after changing the request body.
I am facing a similar issue.
I have written in Content-Type application/query+json. Saved. It is ok.
Now I do a change in the Body of the Http request => the Content-type switched back to default value text/plain.
Can you fix this please?
Hi,
I just tested this on my mac. Version 7.2.5.
And I am still facing the same issue.
Content-type : application/query+json
When I modify the body and check the Content-type, it will be changed to text/plain.
Alright!
That did the trick. But I need to uncheck the box then SAVE. Then I can modify the body.
If uncheck the box and modify the body directly, it will still change back to text/plain.