I am trying to fetch a file that resides on a public facing website with no credentials needed.
When I use a HTTP Request activity, and set both the EndPoint and ResourcePath properties, the requested file is (partly) downloaded, but the saved file is much smaller than the original file (if downloaded using a browser), and I cannot open the file, as it is corrupted.
This applies to both .pdf and .xlsx files.
Any ideas?
Thanks