I am trying to use Cryptsy api with this link: http://pubapi.cryptsy.com/api.php?method=orderdatav2
When I go there with my browser I get 236.2 KB response.
When I use php with curl/fopen/file_get_contents and produce a GET request I get 1.2M response with the same data! (which takes much longer to be downloaded).
I tried to copy the exact headers but still same results.
I suspect it is because the browser is using gzip and php is not?
Any other options? I am chasing my tail with this one.
The question is what causing this?