Hi,
I am having trouble getting results back from my API call. I was able to get the desire dresponse in postman but I am getting this HTTP/1.1 204 No Content error with the download tool. This is what I am succesfully doing in postman, dont mind the unknown SID:
here are the desginer errors and configs:
HEy @fmolina ,
Not sure if this is the issue, but at the payload tab, please select the first option, I don't think you need that.
Best,
Fernando Vizcaino
compare the raw curl synatx in postman to what you are sending in Alteryx. Add values which postman is dynamically generating in the header to Alteryx as hardcoded values in header like content-type paired with json/application (or whatever). repeat.
Tried that, same 204 http error. @fmvizcaino
Tried to hardcode all the postman headers into the download tool headers, still getting the 204 error...
Copy the raw curl in postman and launch it via command tool outside of Alteryx. Do you get the postman result or the 204 error? If you get the Postman result - double check what Alteryx is passing in - something is off. If you get the 204 error - double check to see if Postman is using any inherited cookies or values.
Also - remove the screengrab with your base 64 Authorization.
thanks for the screengrab comment, totally missed that. Will try the command tool route to see what happens....
So definitely an issue with the download tool setup, curl command was successful in outside command tool with no 204 error. I'll update if i figure out what the issue is, thanks again.