Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > alt.comp.os.windows-10 > #187505
| From | Marion <marionf@fact.com> |
|---|---|
| Newsgroups | alt.comp.os.windows-10, alt.comp.os.windows-11, alt.comp.microsoft.windows |
| Subject | Re: Why do 3 completely different proxy mechanisms exist in Windows? |
| Date | 2025-09-17 19:34 +0000 |
| Organization | BWH Usenet Archive (https://usenet.blueworldhosting.com) |
| Message-ID | <10af2h1$f41$1@nnrp.usenet.blueworldhosting.com> (permalink) |
| References | (9 earlier) <miocujFbopcU1@mid.individual.net> <10a705g$7kb$1@nnrp.usenet.blueworldhosting.com> <10a73t3$c5la$1@solani.org> <10a76bj$1to1$1@nnrp.usenet.blueworldhosting.com> <10a93au$1ul98$1@dont-email.me> |
Cross-posted to 3 groups.
MikeS wrote: > Should have mentioned I must agree with your premise that proxy configuration on Windows is far too complex for something like 9,999 out of every 10,000 people on this ng. But if you still want to control how your IP appears to websites and services, understanding the basics of Windows proxy stacks is essential. What matters most to efficient proxy use on Windows is knowing that WinINet and WinHTTP are separate networking stacks that handle proxy settings for different types of applications. You need to know PAC files provide dynamic proxy logic using JavaScript and WPAD is a protocol that helps clients automatically discover PAC files on a network using DNS or DHCP. That's how you control apps like Internet Explorer, Microsoft Office and many legacy desktop applications which use the WinINet stack to handle web requests & proxy settings. Then you want to control system services & background applications like Windows Update, Office activation and some enterprise software which use the WinHTTP stack to handle HTTP requests in a non-interactive service-friendly way. As part of your control, PAC files let you define rules like "use proxy X for domain Y but connect directly for domain Z." In fact, just yesterday I served my PAC file using Mongoose, a lightweight portable web server in addition to using that PAC file directly to set the Windows registry keys. By doing that I made the PAC file accessible over HTTP, which allowed Windows clients to fetch it automatically and apply my custom proxy logic. And here's the key point which many people don't seem to realize, least of all me until I delved into making my own DIY privacy browser for Windows. Proxies act as intermediaries, so when your traffic is routed through one, the destination site sees the proxy's IP address instead of yours. That's how proxies help mask your identity, bypass geo-blocks or route traffic through specific networks. It's like having a fresh stash of IP addresses! In summary, to further flesh out your existing knowledge about proxy stacks, Windows uses multiple proxy mechanisms depending on the type of application, and understanding which stack an app uses along with how PAC and WPAD fit into the picture is key to controlling how your traffic flows and what IP address the outside world sees. Hope this helps... let the rest of us know where you can add further value.
Back to alt.comp.os.windows-10 | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Why do 3 completely different proxy mechanisms exist in Windows? Marion <marionf@fact.com> - 2025-09-11 17:46 +0000
Re: Why do 3 completely different proxy mechanisms exist in Windows? "R.Wieser" <address@is.invalid> - 2025-09-11 22:18 +0200
Re: Why do 3 completely different proxy mechanisms exist in Windows? Marion <marionf@fact.com> - 2025-09-11 20:50 +0000
Re: Why do 3 completely different proxy mechanisms exist in Windows? "R.Wieser" <address@is.invalid> - 2025-09-12 08:25 +0200
Re: Why do 3 completely different proxy mechanisms exist in Windows? Marion <marionf@fact.com> - 2025-09-14 02:07 +0000
Re: Why do 3 completely different proxy mechanisms exist in Windows? "R.Wieser" <address@is.invalid> - 2025-09-14 08:59 +0200
Re: Why do 3 completely different proxy mechanisms exist in Windows? Marion <marionf@fact.com> - 2025-09-14 10:08 +0000
Re: Why do 3 completely different proxy mechanisms exist in Windows? "R.Wieser" <address@is.invalid> - 2025-09-14 15:11 +0200
Re: Why do 3 completely different proxy mechanisms exist in Windows? Marion <marionf@fact.com> - 2025-09-14 17:25 +0000
Re: Why do 3 completely different proxy mechanisms exist in Windows? Andy Burns <usenet@andyburns.uk> - 2025-09-14 18:39 +0100
Re: Why do 3 completely different proxy mechanisms exist in Windows? Marion <marionf@fact.com> - 2025-09-14 18:05 +0000
Re: Why do 3 completely different proxy mechanisms exist in Windows? MikeS <mikes@is.invalid> - 2025-09-14 20:09 +0100
Re: Why do 3 completely different proxy mechanisms exist in Windows? Marion <marionf@fact.com> - 2025-09-14 19:51 +0000
Re: Why do 3 completely different proxy mechanisms exist in Windows? MikeS <MikeS@fred.com> - 2025-09-15 14:11 +0100
Re: Why do 3 completely different proxy mechanisms exist in Windows? Marion <marionf@fact.com> - 2025-09-17 19:34 +0000
Re: Why do 3 completely different proxy mechanisms exist in Windows? "R.Wieser" <address@is.invalid> - 2025-09-15 01:30 +0200
Re: Why do 3 completely different proxy mechanisms exist in Windows? Marion <marionf@fact.com> - 2025-09-15 07:34 +0000
Re: Why do 3 completely different proxy mechanisms exist in Windows? "R.Wieser" <address@is.invalid> - 2025-09-15 12:20 +0200
Re: Why do 3 completely different proxy mechanisms exist in Windows? Marion <marionf@fact.com> - 2025-09-17 20:01 +0000
Re: Why do 3 completely different proxy mechanisms exist in Windows? "R.Wieser" <address@is.invalid> - 2025-09-14 09:44 +0200
Re: Why do 3 completely different proxy mechanisms exist in Windows? Marion <marionf@fact.com> - 2025-09-18 06:42 +0000
Re: Why do 3 completely different proxy mechanisms exist in Windows? Andy Burns <usenet@andyburns.uk> - 2025-09-14 10:35 +0100
Re: Why do 3 completely different proxy mechanisms exist in Windows? Marion <marionf@fact.com> - 2025-09-14 10:20 +0000
Re: Why do 3 completely different proxy mechanisms exist in Windows? Marion <marionf@fact.com> - 2025-09-21 16:02 +0000
Re: Why do 3 completely different proxy mechanisms exist in Windows? Marion <mariond@facts.com> - 2025-10-30 00:47 -0600
csiph-web