Re: Method POST

Eric Strand <estrand-0cCTJL/hGkFWk0Htik3J/[email protected]> Fri, 29 Jan 2010 17:20:19 -0800
Newsgroups gmane.comp.python.mod_python
Message-ID <[email protected]>
Check out the "method" member of the request object documented here:

http://www.modpython.org/live/current/doc-html/pyapi-mprequest-mem.html

--Eric



Raphaël B. wrote:
> Hello,
> 
> Is there any way to know if some data that are in req.form are "POST" or 
> "GET" data ?
> It's better if we want to protect our form ... And I want to treat ONLY 
> the POSTed data ...
> 
> Can you help me ?
> 
> Thanks,
> Raphaël
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Mod_python mailing list
> [email protected]
> http://mailman.modpython.org/mailman/listinfo/mod_python