Getting Python to mimic a CGI form submission using GET method

Colin Meeks colin at programmedintegration.com
Wed Nov 1 12:01:09 EST 2000


Does anybody know how I can do a CGI form submission using a get method and
that allows me to process the results all in Python.  I can do one using a
POST no problems.  If I replace the POST with a GET I don't get anything.

Colin





More information about the Python-list mailing list