On Fri, 19 Dec 2003, Niksa Franceschi wrote: > >> So is it possible & how to use NTLM only for loggin of usernames which use NTLM > >> aware browsers, while other are logged only by IP (and *all* need to be able to > >> use > >> proxy, without being prompted for password)? > > > > You could try using the browser acl to determine when to request > > authentication. > > Ummmm.. any hints on this one? > I have no idea how to do this!
All requests sent by browsers include a User-Agent header telling the server (and proxy) what type and version of browser used. By matchin this you can decide on different http_access rules depending on what type of browser is used. Regards Henrik
