Hi i m trying to do that: -user fred can visit everything -user toto can visit only cnn.com user fred is ok, but browser ask everytime password for toto thx all === here is my squid.conf: acl site_ok url_regex cnn.com acl toto_auth proxy_auth toto acl fred_auth proxy_auth fred http_access allow site_ok toto_auth http_access allow fred_auth