On Fri, Dec 03, 2004 at 10:51:33PM +0100, Thomas Guettler wrote: > There are some Webservers which don't read the first line if the cgi > script and always return "200 Script output follows". CGIHTTPServer.py > is one of them. This way redirecting does not work. This little patch > redirects with the meta tag. A server that always returns status 200 is pretty seriously broken. I don't think it makes sense to try to make Quixote work with such a server. Neil