> -----Original Message-----
> From: Jim Garvin
> Sent: Monday, August 26, 2002 8:29 AM
> 
>     Is there any way to have squidGuard pass url parameter to the
> redirect page? For example:
> http://www.somesite.com/?x=555&y=999
> 
> I would like to get the whole link not just http://www.somesite.com
> Thanks

I see the full url on the redirect page using these variables in my
redirect:

redirect        http://192.168.44.1/cgi-bin/squidGuard.cgi? \
                clientaddr=%a \
                &clientname=%n \
                &clientuser=%i \
                &clientgroup=%s \
                &targetgroup=%t \
                &url=%u \
                &lang=en

Rick

Reply via email to