Hey all,
How do I get the underlying downloadable file downloaded, instead of the response html, when using winhttpreq?
I have a URL (seen in the code below) that I can download a CSV file from. However, the url itself returns html when opened in code. When simply opening the link manually, I...