RE: [Zope] Getting the full URL of the REQUEST.
I had to build it. Something like: REQUEST.URL + '?' + REQUEST.QUERY_STRING -Scott -----Original Message----- From: Gilles Lenfant [mailto:gilles@pilotsystems.net] Sent: Wednesday, May 28, 2003 9:58 AM To: zope@zope.org Subject: [Zope] Getting the full URL of the REQUEST. Hi, Is there a simple way to get the *full* URL (the one shown in the browser, including the query) REQUEST.URL stops before that query. Many thanks in advance --Gilles _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev ) The information contained in this email message may be privileged and is confidential information intended only for the use of the recipient or any employee or agent responsible for delivering it to the intended recipient. Any unauthorized use, distribution or copying of this information is strictly prohibited and may be unlawful. If you have received this communication in error, please notify the sender immediately and destroy the original message and all attachments from your electronic files.
----- Original Message ----- From: "Meilicke, Scott" <scott.meilicke@intp.com> To: <zope@zope.org> Sent: Wednesday, May 28, 2003 7:13 PM Subject: RE: [Zope] Getting the full URL of the REQUEST.
I had to build it. Something like:
REQUEST.URL + '?' + REQUEST.QUERY_STRING
-Scott
Thanks ! I didn't notice the QUERY_STRING stuff (me dummy :-) --Gilles
participants (2)
-
Gilles Lenfant -
Meilicke, Scott