Trying to deal with massive scraping of content, and was wondering if scrapers today have the ability to notice when the page is creating a cookie or setting up session variables.
All feedback appreciated.
Cheers!
Ryan
Trying to deal with massive scraping of content, and was wondering if scrapers today have the ability to notice when the page is creating a cookie or setting up session variables.
All feedback appreciated.
Cheers!
Ryan
Yes, they can. Guzzle provide an easier and more reliable way to do so than using raw curl_* functions.
Okay,
So as long as their is cURL, it can be done. So in PHP is it possible to block all cURL requests?
Cheers!
Ryan
no, not possible in any language.
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.