Restricting URL w.r.t HTTP method and setting different authentication mechanism for each
- by user31745
I shall start with an example. I want to restrict to POST requests only for http://path/to/logical/abc.xml and restrict to GET only for http://path/to/logical/def.xml. How do I put constraints like this as the paths are logical and location directive is not supported in .htaccess?
The actual problem is to set different authentication type(basic,…