I've got a web-app I'm working that uses Python cgi. I was initially handling queries w/ GET and cgi.FieldStorage but some of my query strings are too long and I need to switch to post.<BR><BR>However ...
mod_python is more than just a CGI/WSGI alternative — you can use it not only to serve Python-based applications that run faster than traditional CGI, but you can actually use exposed Apache APIs to ...
I've got a web-app I'm working that uses Python cgi. I was initially handling queries w/ GET and cgi.FieldStorage but some of my query strings are too long and I need to switch to post.<BR><BR>However ...