Hi there!
I'm trying to download the Tick History Time and Sales report via R library httr.
Apparently, the GET method decompress it automatcally, what could be a real problem for large reports.
Is there a way to work around this?
I read in this page that if the request doesn't have the "Accept-Encoding" header, the response wouldn't have the "Content-Encoding" header and the client shouldn't decompress it, but that is not true, the "Content-Encoding" is still present.
So I don't know if the problem is with the R or with the API.