Getting Python to mimic a CGI form submission using GET method
Alex Martelli
aleaxit at yahoo.com
Wed Nov 1 16:08:17 EST 2000
More information about the Python-list mailing list
Wed Nov 1 16:08:17 EST 2000
- Previous message (by thread): Getting Python to mimic a CGI form submission using GET method
- Next message (by thread): Getting Python to mimic a CGI form submission using GET method
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Colin Meeks" <colin at programmedintegration.com> wrote in message news:p%XL5.9430$78.2894604 at news3.rdc1.on.home.com... > 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. Are you using the cgi module on the Python side...? Alex
- Previous message (by thread): Getting Python to mimic a CGI form submission using GET method
- Next message (by thread): Getting Python to mimic a CGI form submission using GET method
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list