Accessing HTTP request headers
How can I access the headers an HTTP client sent in their request from within a Folder class. I can access the response headers in self.REQUEST.RESPONSE.headers. How do I access the request headers? -- __________________________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup
On Sun, Apr 06, 2003 at 03:06:52PM -0500, Matt Ficken wrote:
How can I access the headers an HTTP client sent in their request from within a Folder class. I can access the response headers in self.REQUEST.RESPONSE.headers. How do I access the request headers?
Hi, is REQUEST['HTTP_REFERER'] what you were looking for? thomas -- Thomas Guettler <guettli@thomas-guettler.de> http://www.thomas-guettler.de
participants (2)
-
Matt Ficken -
Thomas Guettler