socks5-http-client
socks5-http-client copied to clipboard
SOCKS v5 HTTP client implementation in JavaScript for Node.js.
Hi, When using node version 14.17.0 or above, it gives a `ECONNREFUSED` error. ` [client] [HPM] Error occurred while proxying request localhost:3000/api/test_api to http://localhost:5001/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors) `
Hello, The readme says: > Specify the `socksHost` and `socksPort` options if your SOCKS server isn't running on `localhost:1080` However, it doesn't tell how to set options, in the `use()`...
Trying to connect to a web socket with a proxy agent (tor) Using ubuntu 18 Node v8.16.1 The message is sent to the endpoit at ngrok.io, but the application crashes...
I'm getting the following error while making more than 5 subsequent request to locally run socks server on port 1080. ``` Error: socket hang up at createHangUpError (_http_client.js:252:15) at Socks5ClientSocket.socketOnEnd...
the socks5 agent work well with some public socks5 servers, but may failed with some else. 1 I confirmed the socks5 server is ok, i checked it buy using it...
if I dont set proxy options it will use 127.0.0.1:1080 anyway there is no proxy
How to use more than 1 proxy? for example I want do 1 reuest and next time i want to do request with other proxy?
Hey, I tried to use the Agent in combination with request and changing tor proxy hostnames. One Tor is running on localhost, the other on 'tor_proxy'. ``` request( { uri:...
I don't know what happens, but could you run test with scenario high traffic? Because my server hang and can't restart with PM2. If that is happens with node 0.12.0,...
When POST returns 301, the following GET isn't using the same agent setting. ``` var options = { url: 'http://website/', method: 'POST', headers: headers, followAllRedirects: true, agent: new Socks5ClientHttpAgent({socksHost: '127.0.0.1',...