Problem with http request, curl

I am doing an automation, which requires passing variables through http request, so that a server responds to a code, the problem is that I need to include variables, and using the import method does not work, the request arrives empty

if that same request was made using the same method but using the configuration it works without problem… what am I doing wrong?

thanks…

Hi @Kuro ,

If you want to pass variables to your request you can do it through parameters in the properties panel on the left. Create a parameter and set it to in and use the parameter name in the body parameter of the properties.

On the other hand one reason editor might giving blank is because of curl being wrong try validation and also some times the import method might get stuck or might not give data. try closing the xaml and open and create the request in new sequence. that might help

cheers

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