I am trying to access a site that is password protected. It is not using basic authentication (even though the same user/pass box pops up in firefox) as the response header is WWW-Authenticate: Negotiate
.
I want to automate the login process by sending the correct header.
In basic you would use something like:
Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==
What would I use for negotiate?
question from:
https://stackoverflow.com/questions/4265975/authentication-issues-with-www-authenticate-negotiate 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…