Re: what's a CGI to do?...

[ A tardy reply to a discussion last Thursday about "local" redirects: ]

> Perhaps a server can/should only handle internally GET and HEAD?

I think that's the right choice.

(I'm assuming that "local" redirects are strictly intended to be a performance
optimization, which can be used only when the net effect is the same as that
of a real redirect.  Given that, I think that there are just too many hairy
issues surrounding POST, both semantics and implementation issues, for it to 
be handled by an internal redirect.  Even if the CGI script indicates a local 
redirect, I think the HTTP daemon should turn it into a real redirect).

Thomas Maslen
tmaslen@verity.com

Received on Sunday, 3 December 1995 22:51:05 UTC