Modifying requests and responses in a proxy

2012-02-12 Thread Warren Bell
I am in the process of writing a servlet that acts as a proxy where I can modify request post parameters and thought I better check and see if I am trying to reinvent the wheel. I see there are proxies like mod_proxy that can be used to connect Apache to Tomcat and I also saw Tomcat virtual

RE: Modifying requests and responses in a proxy

2012-02-12 Thread Caldarale, Charles R
From: Warren Bell [mailto:warrenbe...@gmail.com] Subject: Modifying requests and responses in a proxy I am in the process of writing a servlet that acts as a proxy where I can modify request post parameters and thought I better check and see if I am trying to reinvent the wheel. Maybe