Set proxy through windows command line including login parameters
If you are using Microsoft windows environment then you can set a variable named HTTP_PROXY, FTP_PROXY, or HTTPS_PROXY depending on the requirement. I have used following settings for allowing my commands at windows command prompt to use the browser proxy to access internet. set HTTP_PROXY=http://proxy_userid:proxy_password@proxy_ip:proxy_port The parameters on right must be replaced with actual values. … Read more