SOCKS5 Auth Implementation #4820
Closed
EugeneSunrise
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First of all, thanks for your work and support of this project❤️, and I look forward to upgrading and moving to a chrome runtime environment.
I use cefsharp for a tabbed browser and recently came across the question of adding a socks5 proxy with authorization. As we know chromium does not support socks5 + auth, but there is a workaround.
HttpToSocks5Proxy
This library allows you to connect over Socks5 proxies when using the .NET HttpClient.
It implements the IWebProxy interface and can therefore be used with all libraries that support HTTP/HTTPS proxies.
I easily added this library to my project and now I can use socks5 + auth proxy, I will attach the implementation code below
Beta Was this translation helpful? Give feedback.
All reactions