[REBOL] Re: http 404 header
From: hallvard:ystad:helpinhand at: 3-Jan-2003 9:48
Thanks, Andrew. I knew this could be done, because I've done it with perl. (The Helpinhand
server runs Apache). I know the difference is subtle, I suppose it doesn't even make
any difference, but I do distinguish a 301 Moved Permanently from a 303 See Other.
In most cases, it's OK for rebol to do this for me. But when I write a Location: header
and rebol has already written a "200 OK", the result is non-compliant to the HTTP standard,
and I dislike that (even though most browsers seem to redirect in that case. Hm.)
Anyway, thanks for the code.
~H
Dixit Andrew Martin (01.06 03.01.2003):