Closed LeMoussel closed 7 years ago
do you mean simple requests or websockets?
For both simple requests and websockets. However I have a POC to build with simple requests.
for websockets you should be able to set proxy params like this:
websocketsclient.proxy.host = "127.0.0.1";
websocketsclient.proxy.port = "8888";
https://www.npmjs.com/package/signalr-client#connect-over-http-proxy
for simple requests it's not implemented yet.
Hi, I would like to know if there is a way to use proxy with node.bittrex API ?
Thanks!