2 Dec 06:29
Fwd: cgi parameters not passed if method=GET?
From: Jack L <jlist9 <at> yahoo.ca>
Subject: Fwd: cgi parameters not passed if method=GET?
Newsgroups: gmane.comp.web.lighttpd
Date: 2007-12-02 05:29:39 GMT
Subject: Fwd: cgi parameters not passed if method=GET?
Newsgroups: gmane.comp.web.lighttpd
Date: 2007-12-02 05:29:39 GMT
I'm answering my owner question: I set a rewrite rule but didn't forward the parameters in the rule :) ===8<==============Original message text=============== 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