On Nov 18, 2011, at 12:59 PM, Bastien Semene wrote: I read the documentation of the Require directive and something is not clear for me, as I'm not a native english speaker : "Access controls which are applied in this way are effective for all methods. This is what is normally desired. If you wish to apply access controls only to specific methods, while leaving other methods unprotected, then place the Require statement into a <Limit> section."
What is a "method" in this context ? The methods referred to are HTTP request methods, such as GET, POST, HEAD, DELETE, OPTIONS, and so on.
|