Quote:
Originally Posted by BozoClown
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.
<?PHP
header('Location: http://www.example.com/');
?>