[us...@httpd] Restrict Proxy by method

2009-10-24 Thread Aaron Dalton
Is there a way to tell a proxy server to only forward requests using a particular method (GET, POST, etc...)? I have a web app with a front and back end server. I want the front end to pass along all GETs to the back, but reject all other methods. I've been using Limit, but that does not

Re: [us...@httpd] Restrict Proxy by method

2009-10-24 Thread Nick Kew
On 24 Oct 2009, at 13:18, Aaron Dalton wrote: Is there a way to tell a proxy server to only forward requests using a particular method (GET, POST, etc...)? I have a web app with a front and back end server. I want the front end to pass along all GETs to the back, but reject all other