Authenticated proxy in Windows command prompt
- by tlvince
My Internet access is delivered through an authenticated proxy. This is setup correctly in the "Internet Options" control panel applet and all browsing/GUI apps work fine.
For cmd, proxy settings are typically set by exporting http_proxy. The applications I'm trying to use are git and Putty's pscp.exe. I've tried the following syntax to no avail:
set http_proxy=http://username:[email protected]:port/
I've also experimented with Netsh.exe and ProxyCfg.exe with no luck.
How does one configure an authenticated proxy in the Windows command prompt?