On Mon, 18 Oct 1999, Wyman Eric Miles wrote:

> 
> System:
> 
> Solaris 2.6
> Apache 1.3.9/mod_perl 1.19/gcc 2.8.1/perl-5.004.04
> 
> I'm using SecurID to authenticate for an Apache proxy server.  I've
> written a little perl module that uses a username/tokencode returned by
> basic auth to validate a user and return a session cookie.  The SecurID
> auth works fine and I'm able to generate a cookie for the user.  
> 
> The problem is, I can't get the module to return the cookie to the browser
> before the proxy request is completed.

mod_proxy doesn't look at r->headers_out table, it just passing along the
headers from the downstream server.

Reply via email to