I am also trying the same now-a-days. Not sure what type of processing you want to do, but I am adding a cookie in the response with success. I have embedded the code in the method ap_proxy_http_process_response() in modules/proxy/proxy_http.c. To do some checking on the request, we can wrote code in ap_proxy_http_handler() before calling the response handler.
Naaman. ----- Original Message ----- From: "Prajakt Deolasee" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 19, 2002 1:15 PM Subject: RE: Trap Response while using Apache as Reverse Proxy > I want to trap the response and process the response. I am using Apache as the reverse proxy. > > Can somebody help? > > -Prajakt >
