sta / websocket-sharp

A C# implementation of the WebSocket protocol client and server
http://sta.github.io/websocket-sharp
MIT License
5.67k stars 1.65k forks source link

Windows Integrated Authentication #190

Open BrannonKing opened 8 years ago

BrannonKing commented 8 years ago

The documentation on the credential support says "Basic/Digest". I would like to use integrated Windows authentication. (AKA, CredentialCache.DefaultNetworkCredentials). Is this supported? Perhaps some feature to set the headers manually would also work, but I would also need access to the raw data on the server to validate the credential.

clenkiu commented 7 years ago

Is there any new about Windows Integrated Authentication support on this library?

julienkay commented 3 years ago

+1