[Zope-dev] acessing raw header information?
Toby Dickenson
tdickenson@geminidataloggers.com
Sat, 2 Nov 2002 21:08:40 +0000
On Saturday 02 November 2002 3:18 pm, holger krekel wrote:
> So my question remains: Isn't it possible to get to the raw header
> information of a request from a PythonScript or PageTemplate?
For all headers exception Authorization, yes. Allowing access to that hea=
der=20
would be a security problem.
If this doesnt worry you, "grep -i authorization" in the ZPublisher direc=
tory=20
to see what you need to change.