devproxy
devproxy copied to clipboard
Implement NTLM-SSM/SPNEGO authentication
Fixes #1 and #11.
TODO
- https://github.com/Azure/go-ntlmssp/blob/master/negotiator.go#L30 does not handle
Proxy-Authorization. Patch required. - https://godoc.org/gopkg.in/jcmturner/gokrb5.v5/client#Client.SetSPNEGOHeader does not handle
Proxy-Authorization. Patch required.