A
A
Alexey Karnov2012-04-06 23:03:17
Node.js
Alexey Karnov, 2012-04-06 23:03:17

HTTP requests over SOCKS5 in Node.JS?

Good afternoon, there is a need to send http requests through a socks proxy. How can this be done?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Mithgol, 2012-04-07
@Invincible_One

node-socksified

V
Vladimir Dubrovin, 2012-04-07
@z3apa3a

as an option, put something before socks that will broadcast requests. 3proxy can be used in the following configuration:
internal 127.0.0.1
auth iponly
allow *
parent 1000 socks5 ip.of.socks socksport sockslogin sockspassword
tcppm 8888 ip.of.web
webport ip.of.web:webport

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question