[mod_python] Re: redirect with location header

Kamil Niechajewicz kamil at nvstudio.pl
Tue Jan 20 11:42:10 EST 2004


On Mon, 19 Jan 2004 21:23:43 +0100
Stian S <stian at soiland.no> wrote:

> def redirect(req, url, temporary=False, seeOther=False):
> ...

yes, thats exactly what i needed. i ran into it yesterday, trying to
make it working and accidentaly i changed return code to '303' 
(i didn't know what it is, i thought it was something like *_MOVED),
and i noticed that it does not repost form, exactly as i wanted.
thanks for explaining this :)

/K


More information about the Mod_python mailing list