Hi,
I am having issues getting data from a URL with the download tool. The url I am trying to pull from encodes the data with gzip if this is requested in the header and should default to utf-8 if nothing is specified.
However, I only specify the content-type in the header and its still return the Download data as gzip not utf-8.
The questions i have are:
1) How does alteryx handle request headers? is it very similar to curl? also am inputting in the headers correctly (do i need speech marks)?
| Name | Value |
| content-type | application/json |
2)The Download header from the download tool, is that the response header from the url?
3) has anyone else encountered an issue similiar to this?
Thanks,
Ikenna