All,
I’m trying to set the Content-Type Header to “application/json”. I have added “Content-Type” Parameter under headers section in the HTTP request. But when sending the request UIPath is still sending the Content-Type as :Content-Type: application/x-www-form-urlencoded"
Due to this I’m response from the server is responding with error "“The Content-Type header is missing or invalid”.
I have tried the endpoint with SOAPUI… and it works fine… and I can see the Content-Type is set as “application/json”