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 met
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 , but that
does not work. I