longlch
longlch
hi @jzyzxx How could you deal with proxy with `future` feature? ``` _binance = new BinanceApi().options({ proxy:{ host:"p.webshare.io", port:"80", auth: "userName:password" }, 'APIKEY': apiKey, 'APISECRET': apiSecret, 'test': true, useServerTime: true...
I can config successfully in http with username and password. ``` _binance = new BinanceApi().options({ proxy:{ host:"p.webshare.io", port:"80", auth: { username: "yourUserName", password: "yourPassword" }, }, 'APIKEY': apiKey, 'APISECRET': apiSecret,...