I am having trouble trying to retrieve the gzip'd content of the following URL:
I can see that the content is encoded using gzip by looking at the response headers:
HTTP/1.1 200 OK
Content-Encoding: gzip
I have tried RCurl using getURL
as well as this post with no luck. Can someone help me try to get the content into a variable (hopefully without requiring writing and reading from file)?