jenius-apps / nightingale-rest-api-client

A modern, resource-efficient REST API client for Windows
https://nightingale.rest
MIT License
769 stars 36 forks source link

Content-Type header is being ignored #204

Open lucimarckdias opened 3 years ago

lucimarckdias commented 3 years ago

For some reason when I specify the 'Content-Type' in the headers of the request, Nightingale ignore the values resulting in a 400 status code response as you can see below:

image

But if you put the key value in quotation marks, the application tries to request with the provided values, but of course, it doesn't work too:

image

Through other application like SoapUI, the request works fine:

image

wisecoders commented 1 year ago

any luck? we cannot make calls to Okta as it strictly requires Content-Type:application/x-www-form-urlencoded; charset=UTF-8