What input should be given to make a http post request

Hi all,

I am trying to connect to a server using http post request with some specified parameters. But it is not getting me any response. can anyone please help me in solving this issue.

Thanks and Regards
Suravi

1 Like

Hello,

Did you checked the returned status code? Maybe the end point is not accessible…

Teo

I tried it. The returned status code is 200 .

Regards
Suravi

what is api return type like json or xml?

and just make sure with curl that the api is working well or not and cross check the api return type accept format and give it a try.

for your reference:

Regards…!!
Aksh

i am doing like this only. But the values , which i am sending in the parameter are not being received . What should i do now? Please guide me.

Regards
Suravi

Where it is not receiving? Let me know .

Regards…!!
Aksh

Hi I have a similar issue. I am trying to post a text to a service which analyses the text. When I run the workflow I get an error:

41

I suspect that the format of the text that I am sending is wrong. Anyone can help me with this?