Dmitry Beransky wrote:
> 
> Hi,
> 
> I'm redirecting an output of an ASP to my own module
> (w/Apache::Filter).  In the module I want to check if the ASP has issued a
> redirect.  I've tried looking at $r->status, but it always contains 200.  I
> can see that the outbound headers contain 'Location', but I can't find the
> proper return code.  Where should I be looking?
> 
> Thanks

That's because $r->status() wasn't being set by $Response->Redirect(),
just $r->header_out('Location').  In my dev version, I have fixed
this, and will mail it to you separately.

-- Joshua
_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NODEWORKS >> free web link monitoring   Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

Reply via email to