[REBOL] Re: How to cgi redirect?
From: andreas:bolka:gmx at: 22-Oct-2002 23:48
Tuesday, October 22, 2002, 9:38:04 PM, Jason wrote:
> Sorry, what's 304 and how do you suggest to handle that in a Rebol
> cgi-obj?
if someflag [
print join "Location: http://new/url" newline
quit
]
(normal) cgi's don't survive more than a request, so the 'quit does
not hurt. if you're working with fcgi or similar stuff, you'll have to
ensure, that your script finishes execution after the header has been
written.
--
Best regards,
Andreas mailto:[andreas--bolka--gmx--net]