Azure / go-ntlmssp

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

Change of the negociator working, to handle several identical header #31

Closed Resousse closed 2 years ago

Resousse commented 2 years ago

Here a fix for the issue : https://github.com/Azure/go-ntlmssp/issues/21

Instead of managing a String, a string array is managed for headers that can have optionally several occurrences: WWW-Authenticate or Authorization.

ghost commented 2 years ago

CLA assistant check
All CLA requirements met.

Resousse commented 2 years ago

@paulmey Let me know if more details are required