----- Original Message -----
From: "Albert Siersema" <appie@friendly.net>
To: <squid-users@squid-cache.org>
Cc: "Vinod Patel" <vinod@elitecore.com>
Sent: Wednesday, December 22, 2004 9:44 PM
Subject: Re: [squid-users] Hotmail problem
> > More refined approach is :
> > acl hotmail_domains dstdomain .hotmail.msn.com
> > header_access Accept-Encoding deny hotmail_domains
>
> And even refiner :)
>
> acl hotmail_domains dstdomain .hotmail.msn.com
> acl ie6 browser MSIE[[:space:]]6
> header_access Accept-Encoding deny ie6 hotmail_domains
>
But i am having the Hotmail problem not only with IE-6, but also with
Netscape Navigator and IE-5. :).
So the previous workaround is better ;).
i..e. acl hotmail_domains dstdomain .hotmail.msn.com
header_access Accept-Encoding deny hotmail_domains
And i don;t think its wise to blame this on squid, 'coz i tried the same
thing on another proxy (tinyproxy-1.7): -
Browser(IE and Netscape) ----> tinyproxy-1.7 with transparent
redirection ----> www
and found a blank page for Hotmail.
It seems that transparent redirection is doing the mess. ;)
Received on Wed Dec 22 2004 - 22:24:24 MST
This archive was generated by hypermail pre-2.1.9 : Sat Jan 01 2005 - 12:00:03 MST