HttpRequest | Post with diferents paremters in the body (form-data items)

I need make a HttpRequest, but in Postman I make the Post with form-data and many key elements like this:

How can I make this Post in HttpRequest Activity?

Note: in postman the post is Ok

@skajulio,

Can you please check this link for your question.

Please let me know if you’re facing this problem.

Thanks,
Arunachalam.

I tried add the body elements like a parameter but doesn’t work.

image

Doesnt work

image

@skajulio,

Can you give sample URL with form-data input so that I can create process and update to you.

Thanks,
Arunachalam.

1 Like

I solved the problem!!!. The parameters are Ok, the problem was in the Headers. In Postman I have this:


And I tried to do the same in UiPath, but the correct way is don’t include the Content-Type. I delete this header in UiPath and the request works.

Thanks for your support!!!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.

@skajulio how do you passes json string with “” in http activity ?