SuperSocket.ClientEngine icon indicating copy to clipboard operation
SuperSocket.ClientEngine copied to clipboard

No support for proxy authentication

Open leszekm1 opened this issue 8 years ago • 3 comments

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

leszekm1 avatar Nov 01 '17 22:11 leszekm1

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 avatar Nov 01 '17 22:11 leszekm1

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

leszekm1 avatar Nov 01 '17 22:11 leszekm1

Probably the NTLM implementation will meet your requirement?

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

kerryjiang avatar Jan 27 '18 22:01 kerryjiang