Henrik Nordstrom a écrit :
tor 2007-04-05 klockan 10:54 +0200 skrev Chartier Romain:
The user get http://.../wcm/index.jsp and get a WWW-Authenticate. Then
he answers to squid with an authorization header. I saw that with
Sniffer 1. But then, the authorization header has been deleted between
Squid and Server.
See the cache_peer directive. Squid only forwards user credentials to
trusted peers.
Regards
Henrik
You're right, I need to add "login=PASS" to cache_peer options.
It is now working.
Thank you very much!