![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Jun 2005
Posts: 13
Rep Power: 0
![]() |
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?
|
|
|
|
|
|
#2 | |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
Documentation is your friend, faster than a speeding bullet.
Quote:
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
|
#3 |
|
Newbie
Join Date: Jun 2005
Posts: 13
Rep Power: 0
![]() |
Your comment is not helping me at all.
|
|
|
|
|
|
#4 |
|
Programming Guru
![]() Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5
![]() |
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") |
|
|
|
|
|
#5 |
|
Newbie
Join Date: Jun 2005
Posts: 13
Rep Power: 0
![]() |
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)
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|