check-proxy
check-proxy copied to clipboard
is there a way to use username + password for running a proxy?
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;
I'm also looking for the same. Any update on this?