async-http-client icon indicating copy to clipboard operation
async-http-client copied to clipboard

How to initiate a request using a socks5 proxy with authentication?

Open ljh740 opened this issue 1 year ago • 3 comments

ex: user:[email protected]:10086 type: socks5

Proxy.socksServer(host: "127.0.0.1", port: 10086)

Unable to set authentication information

ljh740 avatar Jul 17 '24 10:07 ljh740

Async HTTP Client doesn't currently support SOCKS5 authentication, because the upstream SOCKS support doesn't either. We'd need a fix upstream to add that support before we could add it here.

Lukasa avatar Jul 17 '24 10:07 Lukasa

Async HTTP Client doesn't currently support SOCKS5 authentication, because the upstream SOCKS support doesn't either. We'd need a fix upstream to add that support before we could add it here.

Any plans to update it in the near future?

ljh740 avatar Jul 18 '24 02:07 ljh740

I don't believe we have any plans to, but you'd be welcome to file an issue or tackle it yourself! We'd happily review any changes needed.

Lukasa avatar Jul 18 '24 12:07 Lukasa