[Zope-dev] acessing raw header information?
Dieter Maurer
dieter@handshake.de
Sun, 3 Nov 2002 00:00:16 +0100
holger krekel writes:
> After digging some time in the zope sources i couldn't find a way
> to access the 'Authorization' Request-Header inside a PythonScript
> or PageTemplate. I need this to circumvent a javascript/Mozilla bug.
There is "REQUEST._auth".
But, of course, due to the leading "_",
you cannot access it in TTW code.
> Is there a way to access 'Authorization' Header or raw request headers
> in general?
Not that I know of.
> don't have to much experience with zope-mailing lists culture so
> hopefully this is not the wrong list...
"zope@zope.org" would be better. "zope-dev" is destined for
development of Zope itself.
Dieter