Setting a proxy for winhttp on Windows 7

From a CMD:

  1. netsh
  2. winhttp
  3. (show proxy if you want to check current configuration)
  4. set proxy proxyserver:port<local>,*.foo.com

Comments are closed.