HttpClient and proxy. How ?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

HttpClient and proxy. How ?

Mark Pirogovsky-3
Hello All,

The HttpClient can work with proxy serves.  And one can set up the proxy
  information via provided Settings page.

However the problem is - where and how to get this information...
Internet Browser such as IE, Mozila based, etc.  Do have two ways to
setup proxy.
1. To explicitly define the proxy server and port for each service or
2. Or to run "Automatic proxy configuration" scripts.

If the user system set to type 1. settings it is possible to read the
proxy configuration either from Win32 registry(for IE) or config.js file
for Mozila.

Is there any way to find out the proxy information when method 2
("Automatic proxy configuration") being used ?

I wonder how does BotoomFeeder work  with that kind of proxies ?


TIA

--Mark