Reputation: 4257
My question is bit similar to this one
However, I'm looking to do this programmatically... for security reasons my proxy must operate without any prior configuration in the browser (proxy settings ..). in other words , force all http request (browsers )to pass by my proxy, without any configuration, because it's easiest to delete the proxy settings by the user...
there is any tricks to do that ?
Upvotes: 0
Views: 1778
Reputation: 1293
If this is a windows domain use group policy to manage proxy settings.
If you are trying to do this subversively you may way to read this
http://perimetergrid.com/wp/2008/01/11/wpad-internet-explorers-worst-feature/
Gotta love WPAD!
I hope it helps,
dc
Upvotes: 1