CGI Problems With Xitami

Andrew MacIntyre andymac at bullseye.apana.org.au
Thu Apr 8 06:30:01 EDT 2004


On Thu, 8 Apr 2004, Fuzzyman wrote:

> All of a sudden the 'POST' method has stopped working - when I specify
> 'POST' as the method in forms... the CGI gets no data... and I really
> don't want to use 'GET' as it makes the password visible in the URL...

Are you using "python -u" when invoking your CGI script?  Unbuffered I/O
saves lots of headaches with CGI, especially on Windows.

--
Andrew I MacIntyre                     "These thoughts are mine alone..."
E-mail: andymac at bullseye.apana.org.au  (pref) | Snail: PO Box 370
        andymac at pcug.org.au             (alt) |        Belconnen  ACT  2616
Web:    http://www.andymac.org/               |        Australia




More information about the Python-list mailing list