Re: Making MGET more GET-friendly?

On Mar 12, 2004, at 3:48 AM, David Menendez wrote:

> I think you could do it on a single (Apache) server with mod_rewrite. I
> haven't tried it myself, but maybe something like:
>
>     RewriteCond %{REQUEST_METHOD} =MGET
>     RewriteRule ^(/resource.*)$ /uriqa?=$1

Unfortunately; as MGET is not part of  HTTP - apache 1.3 does not
allow easy access to it. (see M_GET et.al. and method in httpd.h
of apache). And adding methods in a secure way to apache is
not quite trivial. It is easier in 2.0.

Dw

Received on Friday, 12 March 2004 11:27:59 UTC