as you can see in http://www.web2py.com/examples/simple_examples/hello6,

it is request.env.http_referer  (or request.env["http_referer"]

You should also be able to see this with a debugger, by inspecting current
context variables (e.g. wingIDE, ipython, windbg, eclipse, etc.)


On Wed, Sep 23, 2009 at 12:53 PM, Jose <jjac...@gmail.com> wrote:

>
> Hello,
>
> How to access the item 'http_referer' the request object. Apparently
> it is a key in a dictionary. But when I request [ 'http_referer']
> tells me that it is not a valid key.
>
> Jose
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to