Re: [squid-users] external_acl and http_reply_access

2003-08-11 Thread Robert Collins
On Sun, 2003-08-10 at 18:31, Joshua Brindle wrote: > which specifically returns the request header, is there a way > to make this check which side of the request we are on, or > will a new type %{reply:header} or whatever need to be > created? I'll play around with this a bit but I'd like the opi

[squid-users] external_acl and http_reply_access

2003-08-10 Thread Joshua Brindle
following the advice of rc I'm trying to implement an external_acl that will handle redirecting any page that comes back with an X-Naughty header. I've been playing around with an external acl and I always get data back if I use something like %LOGIN or %PATH but I cannot get any header info back

Re: [squid-users] external_acl and http_reply_access

2003-08-10 Thread Henrik Nordstrom
On Sunday 10 August 2003 10.31, Joshua Brindle wrote: > X-Naughty header. I've been playing around with an external acl > and I always get data back if I use something like %LOGIN or %PATH > but I cannot get any header info back with %{header} . In the > squid.conf it says "request header" but i f