[Zope-dev] Request method

Oliver Bleutgen myzope@gmx.net
Mon, 16 Jun 2003 17:39:29 +0200


Anitha George wrote:
> Hii
>   Could any of you please tell me what is the request method used in 
> Zope to go back to the page from where I have come.
> Plss do send a reply soonnn...
> Thanks Anitha

Anitha, I think questions of this nature are better sent to 
zope@zope.org (zope-dev mostly means development _of_ zope, not with),
I've set a Cc: accordingly.

To answer your question, do you want to know the URI of the page the 
browser came from? That'd be REQUEST.HTTP_REFERER . Not that this is not 
reliable, though, because it depends on the client to send that information.

HTH,
oliver