We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Download Tool API - HTTP/1.1 204 no content

fmolina
6 - Meteoroid

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:

fmolina_0-1646860294187.png

 

here are the desginer errors and configs:

fmolina_1-1646860375670.png

fmolina_2-1646860397163.png

fmolina_4-1646860445164.png

 

7 REPLIES 7
fmvizcaino
17 - Castor
17 - Castor

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.

fmvizcaino_0-1646869768727.png

 

Best,

Fernando Vizcaino

 

apathetichell
20 - Arcturus

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.

fmolina
6 - Meteoroid

Tried that, same 204 http error. @fmvizcaino

fmolina
6 - Meteoroid

Tried to hardcode all the postman headers into the download tool headers, still getting the 204 error...

apathetichell
20 - Arcturus

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.

fmolina
6 - Meteoroid

thanks for the screengrab comment, totally missed that. Will try the command tool route to see what happens....

fmolina
6 - Meteoroid

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.

Labels
Top Solution Authors