mmattozzi / cocoa-rest-client

A free, native Apple macOS app for testing HTTP/REST endpoints
http://mmattozzi.github.io/cocoa-rest-client/
Other
2.36k stars 206 forks source link

In 1.4.3 version I am not able to set header "Accept" with value "application/json" #137

Open sviatoslava-glukhova opened 6 years ago

sviatoslava-glukhova commented 6 years ago

The field with value gets erased. Downgraded to 1.4.2 and it works fine.

mmattozzi commented 6 years ago

Can you provide a few more details? I am able to hit http://httpbin.org/get while including Accept: application/json in the headers and the server confirms that I sent the header. What method are you using? Are you mixing this with other headers?