nightingale-rest-api-client icon indicating copy to clipboard operation
nightingale-rest-api-client copied to clipboard

Content-Type header is being ignored

Open marck7jr opened this issue 3 years ago • 1 comments

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

marck7jr avatar Jul 30 '21 14:07 marck7jr

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

wisecoders avatar Sep 13 '23 15:09 wisecoders