HTTP empty content type

Hi everyone,
please help I have been trying to use http activity but the result come out empty but then in postman It’s working just fine and everything there in postman I configured on the bot
image

Here is the body that is suppose to go it with the request:


Headers and params:



In Postman:


So the result comes out empty

I even removed the http activity and used a new one

@Anelisa_Bolosha1

Can you check the response code is 200 or not in UiPath

cheers

Hi @Anil_G , it’s 500 :frowning:

@Anelisa_Bolosha1

its a error code…generally some server side issue

can you check if you have setup properly in UiPath

  1. Except body you can get all other data by using import in http request and then copy the curl from postman…in curl make sure you remove --location and import
  2. Now give the body in body field in proeprties

cheers

In postman the request does go through successfully, it’s only in UiPath and I have put everything that is there in postman…the uat endpoint does work in uat though it’s the prod one that is not

@Anelisa_Bolosha1

Please follow the steps given above to make sure the info is proepr

cheers

Hi @Anil_G , I did still did not work but I tried Creating a new sequence and put the same activity there and it worked there but on the current flow it does not. I am not sure why that is

@Anelisa_Bolosha1

Then please try to use the new one only

Cheers

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