I am trying to download a JPG file using the HTTP task and when I go to open it, Windows throws an error that "format is not valid or recognized". When I checked out the URL in Postman, I noticed that the file seems to be GZIP'd. I tried adding the header "accept-encoding: *", "accept-encoding: gzip", and "accept-encoding: deflate". However, this is not solving the problem. When I access the URL from a browser, it displays/downloads fine.
Any advice on how to decompress the file using the HTTP task?