HTTP_REFERER value

Gabriel Genellina gagsl-py at yahoo.com.ar
Sat Feb 17 03:58:34 EST 2007


En Sat, 17 Feb 2007 05:38:06 -0300, Johny <python at hope.cz> escribió:

> Is HTTP_REFERER value transfered between different domains?
> For example if I come to a website , say, www.python.org, from
> website  www.microsoft.com
> will www.python.org finds that I came there from www.microsoft.com?

Yes. This is how you know who is sending traffic to your site; some  
browsers (Opera by example) let the user choose not to send this header.
(And what has this to do with Python?)

-- 
Gabriel Genellina




More information about the Python-list mailing list