RESTEDClient / RESTED

A REST client for browsers
GNU General Public License v3.0
293 stars 43 forks source link

for JSON, needed to set Content-Type header #172

Open johndeighan opened 4 years ago

johndeighan commented 4 years ago

I just installed RESTED. I like it, but I was annoyed then when I selected POST, then selected a body type of JSON, the Content-Type header wasn't automatically set to 'application/json'. At least, after I set that header explicitly, it worked. Before that, it didn't.

felipevencato commented 3 years ago

Same as https://github.com/RESTEDClient/RESTED/issues/186