kerryjiang / SuperSocket.ClientEngine

A .NET library which can make your socket client development easier
365 stars 197 forks source link

No support for proxy authentication #74

Open leszekm1 opened 6 years ago

leszekm1 commented 6 years ago

Large corporate environments often require http proxy authentication. Currently http proxy offers no support for proxy authentication.

leszekm1 commented 6 years ago

Ideally adding something like this: https://github.com/benjimin/pywebcorp would allow automatic proxy authentication in most environments that require it. The c# SSPI wrapper can be found here: https://www.nuget.org/packages/NSspi.

leszekm1 commented 6 years ago

I will work on this issue late this year or early next year if you don't get to it first. :)

kerryjiang commented 6 years ago

Probably the NTLM implementation will meet your requirement?

https://github.com/kerryjiang/SuperSocket.ClientEngine/commit/e7fbc6723fec17ffad739ba9609d9408c140f428