I am trying to send some parameters to body using “x www form-urlencoded” in http request. I’m unable to understand how to pass the parameters?
Can any one please help me. I’m successfully getting response using Postman, but while using http request in UiPath, I tried passing it as a JSON in the body and it times out.
The format of strBody is as below
I have replaced the variables with correct value. Still getting timed out.
I’m new to http request, can anyone please explain me in details where I’m doing the mistake?
I was working on this same problem for at least a full work day. It worked in Postman, it worked from Google Apps Script, but I could not get it to work from Studio. I tried this, using parameters instead of a body, and it worked. Thanks for the solution.