Hi - Is there a way that a proxy server can intercept remote server responses w/o (I'm trying to catch 401's) writing a mod_perl module? I'm running a proxy server that uses its own PerlAuthenHandler. The Apache Modules book mentioned gave examples of using the PerlTransHandler to intercept responses. I was wondering if there are other ways since I don't want to handle the request myself, just the response. I'm trying to write as few modules as possible. :) Could I put some code in the authentication module I wrote? How? Thanks! -- Nancy