g the request URL details using
PerlOutputFilterHandler
On 06/25/2012 03:57 PM, Rommel Sharma wrote:
> I am using PerlOutputFilterHandler. I need to customize/filter the output
> based on where (for which resource) the request came from.
>
> How can I find the URL from where the reques
On 06/25/2012 03:57 PM, Rommel Sharma wrote:
> I am using PerlOutputFilterHandler. I need to customize/filter the output
> based on where (for which resource) the request came from.
>
> How can I find the URL from where the request was made?
sub filter {
my ($f, $bb)=@_;
my $r=$f->r;
Hi All,
I am using PerlOutputFilterHandler. I need to customize/filter the output based
on where (for which resource) the request came from.
How can I find the URL from where the request was made?
Thanks,
Rommel.
-
To unsubscr