1

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,403
  • 3
  • 19
  • 34

1 Answers1

2

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

Swisstone
  • 7,063