0 Replies Latest reply on Mar 18, 2005 5:07 PM by kellyschrock

    Intercepting HTML response?

    kellyschrock

      Hi,

      I'm writing a Valve that intercepts all access to specific web apps (specified in the configuration), and logs all of the request parameters, response headers, etc. I would also like to intercept the html coming back with the response, but I can't figure out where to put a hook. It seems like a straightforward thing to do. Has anyone done this? If so, I'd really appreciate some insights.