Hi Alteryx Community,
I’m working on a project involving product image URLs from an e-commerce platform and encountered an issue. My goal is to preview product images from the product image links using the Download Tool + Blob Convert Tool, even if the URL doesn’t end with .jpeg or .png. For certain URLs, Alteryx returns null in the DownloadData field, even though the DownloadHeaders indicate HTTP/1.1 200 OK.
I have tried several ways, such as
Added these custom headers in the Download Tool:
Verified the links work in a web browser
Checked for missing extensions like .jpeg — issue happens with or without them
So my questions are
1. Why is Alteryx returning null despite a 200 OK response?
2. How can I get Alteryx to treat these links as downloadable images even without extensions?
3. Any workaround to force image interpretation in Blob Convert?
I have attached the workflow along with sample URLs for testing. Thanks in advance for your help! Would love any suggestions or ideas.