Brandon N
woodsman at gmail.com
Tue Nov 29 14:38:40 EST 2005
I've been wondering, when using Vampire/mod_python, how one determines whether a form argument came over GET or POST. I'm using: self._args = vampire.processForm( req ) to get the argument dictionary, and I'm not certain that there are complementary functions or alternate ones to find this out. I ask because, as I understand it, the "rule" about GET not being able to change state means I have to be wary of GETs for various tasks (where a user might embed certain information in a link and share it with unsuspecting others). Thanks in advance for any insight, Brandon -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mm_cfg_has_not_been_edited_to_set_host_domains/pipermail/mod_python/attachments/20051129/f0066f2f/attachment.html
|