Skip to content

Commit 7b86713

Browse files
Merge pull request #9783 from robinharwood/robinharwood-http-proxy-features
Add proxy sorting to disable-http-proxy-auth-features.md
2 parents 0fba1af + 674d7c4 commit 7b86713

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

support/windows-server/networking/disable-http-proxy-auth-features.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to disable HTTP proxy features
33
description: Describes how to disable specific features of Windows HTTP proxies.
4-
ms.date: 05/27/2025
4+
ms.date: 09/26/2025
55
manager: dcscontentpm
66
audience: itpro
77
ms.topic: troubleshooting
@@ -60,3 +60,15 @@ After you disable WPAD, you must manually configure all proxies. The registry ke
6060

6161
> [!IMPORTANT]
6262
> In addition to setting the registry key, WPAD should also be disabled in the Windows **Settings** UI, because third-party apps and Internet browsers may rely on these settings for Proxy Auto-Discovery.
63+
64+
## How to disable proxy sorting
65+
66+
In Windows Server and Windows client, when multiple proxies are configured, the system sorts them based on their response time. If you want to disable this feature, you can do so by setting a DWORD value for the following registry subkey to **1**:
67+
68+
```console
69+
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\WinHTTP\DisableProxySort
70+
```
71+
72+
After you disable proxy sorting, you'll need to restart the _WinHTTP Web Proxy Auto-Discovery Service_ (`WinHttpAutoProxySvc`) service for the change to take effect. Once restarted, the system uses the order in which the proxies were configured, without sorting them by response time.
73+
74+
If first proxy in list is unavailable, there will be a delay while the service determines that proxy is unreachable and moves to next proxy. To avoid this delay, ensure that all configured proxies are reachable or enable proxy sorting again.

0 commit comments

Comments
 (0)