[Solved] How to work around a site forbidding me to scrape their images with PHP


Actually it was quite simple.
As @Leigh suggested, it only took spoofing an http referrer with the option CURLOPT_REFERER.
In fact for every request, I just provided the domain name as the referrer and it worked.

0

solved How to work around a site forbidding me to scrape their images with PHP