cgi problem
Tim Roberts
timr at probo.com
Thu Mar 9 03:14:07 EST 2006
Paul Rubin <http://phr.cx@NOSPAM.invalid> wrote:
>
>Thomas Guettler <niemand.leermann at thomas-guettler.de> writes:
>> > back to the originating url, i.e. I want the cgi to send a 302 redirect.
>>
>> I have this setup for a small script (for bigger things I use quixote)...
>
>Thanks. It looks like you've written your cgi completely from
>scratch. I was hoping to use the cgi module, which has some
>convenient features for reading the query parameters and POST content.
Yes, but the CGI module doesn't write anything, so the advice of writing a
"Location:" header still applies.
--
- Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.
More information about the Python-list
mailing list