Re: GET vs HEAD vs OPTIONS

* Henri Sivonen wrote:
>Hixie also said that having mod_dav loaded still makes Apache not  
>expose OPTIONS to other modules.

But then you would have to use mod_headers to set the headers anyway in
a real world setup, since otherwise the calling script would not learn
whether the request succeeded due to lack of a response header that'd
allow reading the response; so this does not limit you in any way. Also
note that doing this you cannot use a CGI script to handle DELETE, PUT,
etc.
-- 
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 

Received on Saturday, 5 January 2008 11:42:08 UTC