[Zope] HTTP_ACCEPT

Dieter Maurer dieter@handshake.de
Wed, 16 Aug 2000 23:29:06 +0200 (CEST)


Spicklemire, Jerry writes:
 > There is a value included in "REQUEST" called HTTP_ACCEPT. 
 > Is there a way within Zope to reset this value? 
<dtml-call "REQUEST.environ.update({'HTTP_ACCEPT' : whatever_you_want})">

 > The default seems to be "*/*", but our sysadmin says Zope 
 > would get along better if we can change it to include the 
 > alias that Zope has been assigned by our Proxy Server.
I doubt, it will work as you want.

As far as I know, Zope by itself does not interpret "HTTP_ACCEPT".



Dieter