View Single Post
  #4 (permalink)  
Old 07-14-2008, 03:00 AM
Genjutsu's Avatar
Genjutsu Genjutsu is online now
Executive VIP
 
Join Date: Mar 2008
Posts: 1,245
Thanks: 112
Thanked 415 Times in 163 Posts
Activity: 42%
Longevity: 23%
Today: 1/5
Default Re: Manipulating the Referer

Quote:
Originally Posted by BozoClown View Post
You mean, the redirection method can lead to different referer being shown on the client side to that on the server side?
yes, the redirection method determines what referer is shown.

For example, using a php header redirect would show site A as bieng the referer.


Code:
<?PHP

header('Location: http://www.example.com/');

?>
__________________
Double Meta Refresh Unlimited links, realtime stats, frame breaker code, pop-up/under resizer.
PPC Magician - You have not seen blackhat if you have not seen this thread
Reply With Quote