Azure / go-ntlmssp

NTLM/Negotiate authentication over HTTP
MIT License
189 stars 67 forks source link

client panics If basic auth is not set or server returns redirect response #3

Closed nqv closed 8 years ago

nqv commented 8 years ago

client panics If basic auth is not set or server return redirect status:

if reqauth.IsBasic() {
    res = ...
}
// Use res without checking
paulmey commented 8 years ago

Closed by #4