Skip to content

Commit f7734d0

Browse files
authored
Update
1 parent 79008d3 commit f7734d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Starting in Windows Server 2019 and Windows 10, version 1809, you can disable WP
5454
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp\DisableWpad
5555
```
5656

57-
After you disable WPAD, you must manually configure all proxies. The registry key stops WPAD detection for all proxy detection calls made through the Windows HTTP Services (WinHTTP) application programming interface (API). Even with this registry key set, applications can still resolve the name "WPAD" by calling the Domain Name System (DNS) directly. For example, running `nslookup WPAD` still resolves the name by using DNS.
57+
After you disable WPAD, you must manually configure all proxies. The registry key stops WPAD detection for all proxy detection calls made through the Windows HTTP Services (WinHTTP) application programming interface (API). Even with this registry key set, applications can still resolve the name "WPAD" by calling Domain Name System (DNS) directly. For example, running `nslookup WPAD` still resolves the name by using DNS.
5858

5959
> [!IMPORTANT]
6060
> 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.

0 commit comments

Comments
 (0)