Convert curl to http molude

Hi,
I’m trying to convert this link from curl to http module but tools i was using tells me there are errors (example proxy). any idea how to convert it?

curl --proxy brd.superproxy.io:22225 --proxy-user brd-customer-XXXXXXXXXXXX-zone-unblocker:PASSSSSSS -k “http://destinationsite.com/

Best regards

It looks like Proxy features isn’t supported in any of Make’s HTTP modules.

You might receive better assistance if you tell us what the CURL is for, and if there is any accompanying documentation about it.

2 Likes

You could try importing the CURL into Postman using the import command. Then, everything will be split up for you in a similar way that you would need to use in Make’s HTTP modules.

2 Likes

Please, except that there are no Proxy fields in Make’s HTTP modules, like I mentioned above :frowning: