I need some assistance with the Download tool. Below, are two URL feeds into Download tool via Text Input tool.
https://nytaxglance.com/tax/showbill.php?table=pf_&key=960&taxmap=3.-1-8&year=2025&origin=36https://nytaxglance.com/tax/showbill.php?table=pf_&key=961&taxmap=3.-1-9&year=2025&origin=36
The Download tool returns the following DownloadHeader for each URL record.
HTTP/1.1 302 FoundDate: Fri, 03 Jan 2025 16:41:53 GMTServer: Apache/2.4.62 (Win64) OpenSSL/3.4.0 PHP/8.3.13X-Powered-By: PHP/8.3.13Set-Cookie: PHPSESSID=87316de7e1381832200d84f2ea46d5ca; path=/Expires: Thu, 19 Nov 1981 08:52:00 GMTCache-Cont...
I have tried adding Cache-Control header with value max-age=3600, resulting in same Download tool output. Thanks for the help.
manually add them to your download tool in headers -> or create a field called Cache-Control -> and then add the field to your Download tool's header.
I did the following configuration(s) resulting in same error. I presume my config is incorrect?
Does this work in Postman? Get this to work in Postman. copy your headers. If this does not work in Postman -> Get it to work in Postman. Get it to work in Postman first because Postman is awesome and you can then copy what you have autogenerated there into Alteryx.
The initial URL did not work in Postman using my personal IT resource. There are limitations using my work IT resource. I was able to get the desired results using my own device after dealing with redirect. Thanks for the help.