[Zope] incomplete environment
Dieter Maurer
dieter@handshake.de
Mon, 3 Feb 2003 20:18:20 +0100
martin f krafft wrote at 2003-2-3 11:19 +0100:
> I know that my webserver (Apache) makes more environment variables
> available to a CGI such as Zope. However, REQUEST seems to contain
> just a subset of those.
>
> For instance, I cannot find any variables related to SSL (e.g.
> $HTTPS). Is there a way to access them in Zope?
Non-CGI variables usually get the "HPPT_" prefix.
They should be in "REQUEST.environ".
Dieter