![]() |
Modifying HTTP REFERER?
How can I edit HTTP_REFERER information? Then every site should see my defined address there, when called for example by PHP. Is this possible?
|
Documentation is your friend, faster than a speeding bullet.
Quote:
|
Your comment is not helping me at all.
|
The HTTP Referer is set by the HTTP client, usually the web browser, when it accesses a site. If you want to access a site from PHP, you can use CURL. CURL has an option which allows you to set the HTTP Referer:
:
curl_setopt($ch, CURLOPT_REFERER, "yourreferurl") |
I solved the problem finally myself, took only a week. The answer was program called Proxomitron. (This q should be maybe in 'the lounge' area. Sry this thread but I was desperate :o)
|
| All times are GMT -5. The time now is 6:49 PM. |
Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC