HTTP piece returns "Invalid URL" on correct URL

Hey all. I am sending a post request with a JSON body to a URL that activates a python script on the server. I can make the same request via Postman which works as expected. When I use ActivePieces I get “Invalid URL” returned for some reason. The request takes 1 in 45 to process before getting a response from the script. I have set the timeout in the piece to 120 seconds but I am not sure why the piece would immediately return “Invalid URL” when it is correct. When I view the runs, the whole flow is working correctly and creating the JSON package as required so the only thing stopping this working is the fact the piece doesn’t like the URL. Thanks in advance.

Worked it out. The url needed http on the front and now it is returning a 500 error which is a step closer.

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