Missed the Q4 Fall Release Product Update? Watch the on-demand webinar for more info on the latest in Designer 24.2, Auto Insights Magic Reports, and more!
Free Trial

Alteryx Designer Desktop Discussions

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

Download tool with output error HTTP/1.1 302

brian
5 - Atom

I'm using the download tool in order to download the excel file via internal URL within my company

 

The URL when I paste in Chrome, it's automatically downloaded so I consider it's reachable 

 

However when I apply the logic to workflow with the output To a File, I couldn't get the file but only the .tmp file (which is HTML file)

 

So I change the output to To a Field to see what Download tool got, in DownloadHeader i got HTTP/1.1 302 as below:

 

HTTP/1.1 302 X-ASEN:SEN-8378852

Cache-Control:private,max-age=315360000

Expires: Thu, 01 Jan 1970 00:00:00 GMT X-Request-Time:X-Cluster-Node:

 

X-Confluence-Cluster-Node-

Location:/login.action?os_destination=%2Fdownload%2Fattachments%2F160007958%2F<filename>

 

brian_0-1641223112473.png

 

 

Do you have any idea why the link is reachable but I couldn't get it via Download tool? 

 

Thank in advance

10 REPLIES 10
apathetichell
19 - Altair

So it should be able to accept them - parsing them (ie adding them from the first download tool) may be harder --- my usual theory is that if postman can do it - alteyrx can do it- it's just figuring out how--- assuming you didn't use some kind of browser auth through postman that you are not doing in Alteryx.

 

Sorry for the syntax confusion but it's an API. it may be a private API - but it's still an API - anything using the http protocol is - that's what you are seeing in your chrome dev tools.

Labels
Top Solution Authors