durusmail: quixote-users: Redirect with <meta http-equiv="refresh"...>
Redirect with <meta http-equiv="refresh"...>
2004-12-03
2004-12-09
2004-12-09
2004-12-09
Redirect with
Thomas Guettler
2004-12-03
Hi,

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.

Be sure to return the output of request.redirect:

def foo(request):
    ....
    return request.redirect(...)

 Thomas


--
Thomas Guettler 
http://www.thomas-guettler.de

reply