1 Dec 18:50
cgi parameters not passed if method=GET?
From: Jack L <jlist9 <at> yahoo.ca>
Subject: cgi parameters not passed if method=GET?
Newsgroups: gmane.comp.web.lighttpd
Date: 2007-12-01 17:54:34 GMT
Subject: cgi parameters not passed if method=GET?
Newsgroups: gmane.comp.web.lighttpd
Date: 2007-12-01 17:54:34 GMT
Hi all, I'm using a Python CGI with lighttpd. a form is submitted to this CGI. I find that if I use method POST, this line of Python code gets the form parameters correctly, but if I use GET, the form variable does not contain any parameters: form = cgi.FieldStorage(keep_blank_values = True) The same script is tested working OK on two other web servers. Am I missing something? -- -- Best regards, Jack
RSS Feed