I am using Apache2 as my webserver and mod_python as the “interpreter” for it. How can I pick up the current url parameters? For example: /cgi-bin/test.py?set=12
I want to make actions based on the posted values in the URL. I looked at the urlparse library, but that requires the URL, which I do not have yet.
Index returns string when calling page as normal
test.py/command?command=foo will return foo