I rake content from a page, but its page is given only to browsers, scripts without corresponding headers display something like:
"If you can read this, you’re not sure:
How to get around?
I rake content from a page, but its page is given only to browsers, scripts without corresponding headers display something like:
"If you can read this, you’re not sure:
How to get around?
In the curl session add:
curl_setopt($ch, CURLOPT_USERAGENT, "Opera/9.80 (Windows NT 5.1; U; ru) Presto/2.9.168 Version/11.51");
Source: https://ru.stackoverflow.com/questions/97355/
All Articles