I have to access a web server at http://someserver and it requires some authentication.
How can I tell if it is using NTLM, Kerberos or whatever it may be?
I have to access a web server at http://someserver and it requires some authentication.
Share
Use a tool like Fiddler to look at the response headers. The server will send back some “WWW-Authenticate” headers that list the different security protocols that are supported.