256cats / check-proxy

Advanced Node proxy checker (node proxy verifier, node proxy tester) with socks and https support
https://www.npmjs.com/package/check-proxy
MIT License
107 stars 40 forks source link

is there a way to use username + password for running a proxy? #12

Open hpbots opened 4 years ago

hpbots commented 4 years ago

any parameters for username and password? this is how they are used for request npm

proxyUrl = "http://" + Proxy.Username + ":" + Proxy.Password + "@" + Proxy.Ip + ":" + Proxy.Port;

rahulpatel033 commented 3 years ago

I'm also looking for the same. Any update on this?