Closed gmkbenjamin closed 5 years ago
Is it possible to set custom referer? curl_setopt function (CURLOPT_REFERER and CURLOPT_USERAGENT) doesn't seem to work for me.
User agent is set here https://github.com/joshdick/miniProxy/blob/master/miniProxy.php#L104
Thanks Ben. Had to comment out CURLOPT_HTTPHEADER for useragent and referer to work.
Is it possible to set custom referer? curl_setopt function (CURLOPT_REFERER and CURLOPT_USERAGENT) doesn't seem to work for me.