Seems like the cgi module does not read the QUERY_STRING when METHOD is POST

Irmen de Jong irmen at -NOSPAM-REMOVETHIS-xs4all.nl
Fri Jun 25 19:24:40 EDT 2004


Quentin Crain wrote:

> I am expecting that my FieldStorage object will
> contain any and all key/values from the QUERY_STRING
> regardless of the request method. But it seems that
> the QUERY_STRING is ignored when the method is POST.

Read this thread:

http://tinyurl.com/3bd9j

In the end, I added some code myself that parses the
query string if the method is POST...

--Irmen



More information about the Python-list mailing list