Hello, I am trying to download an url content, but it is set with session (or cookie) (i could see it using a browser).
When I did file_get_contents('url'); it only returns a blank page...
There is a way to get the content of a page setup with session or cookie?
I think the problem is the server is trying to download the content, not the
user...
Regards,
José
