
Announcements
I'm trying to sent a request in my flow to an API, for this API i have to set the Content-Type header to application/x-www-form-urlencoded, which I'm trying to do in my flow
As you can see, when I run my flow, in the input the Content-Type header has the value application/x-www-form-urlencoded, but in the output the value still being application/json, how can I override this value? Is there another operation I can use to approach this?
Here are the error details
Also, If I try to do it in postman it works
I had an http request where putting a semi-colon ; after the content type made it start working correctly. Maybe try that.
I've never used your content type, so I don't know anything other than trying the semi-colon.