Re: HTTP ``definition'' vs practice

Simon E Spero (ses@tipper.oit.unc.edu)
Thu, 18 Aug 1994 18:58:48 +0200

CGI parsers are supposed to interpret "Location:" headers to check to see
if it's a local file. This should only happen for scripts which don't return
a Status header - if a Status header is returned, the Location should be passed
through untouched.

Simon