0

Is there a way to set multiple proxy servers via winhttp? I have an application that looks at the registry key set by winhttp for the proxy server and I can confirm it's working fine when I set it via the command below.

netsh winhttp set proxy host-name-or-IP:port

However, I want it to try one proxy server first and then fail over to another one. Is there anyway to set multiple proxy servers via the registry key?

Eric
  • 1,383
  • 3
  • 17
  • 34

1 Answers1

1

No, Microsoft says that Only one proxy server is supported.

Swisstone
  • 6,725
  • 7
  • 22
  • 32