You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I would like to make wss requests through a socks5 proxy.
For example: user:[email protected]:10086
/// - proxy: Host component of the URI for the proxy server.
/// - proxyPort: Port on which to connect to the proxy server.
I only see these two parameters, how do I set them up and use them?
Describe the solution you'd like
use it
Describe alternatives you've considered
null
The text was updated successfully, but these errors were encountered:
Ah ok, so looks like we'd need to do some work to convert this automatically however if you convert the auth details to an HTTP Basic Auth header and pass that to proxyHeaders that should work
Is your feature request related to a problem? Please describe.
I would like to make wss requests through a socks5 proxy.
For example: user:[email protected]:10086
I only see these two parameters, how do I set them up and use them?
Describe the solution you'd like
use it
Describe alternatives you've considered
null
The text was updated successfully, but these errors were encountered: