Afnan Bashir
Afnan Bashir

Reputation: 7429

Can we set browser's proxy programatically?

can we set proxy of browser programically I am talking about IE. lets say i press a button and proxy is set and browser is opened then i press button 2 different proxy is set and new browser is opened. here keeping in mind i want something like both opened browsers work on different proxies

like

Browser1->users->PROXY A

Browser2 ->uses->PROXY B

Upvotes: 0

Views: 915

Answers (2)

Raptor85
Raptor85

Reputation: 26

firefox uses it's own settings, you can set a proxy per profile, or you can use something like foxyproxy (search for the firefox addon)

Upvotes: 1

Franci Penov
Franci Penov

Reputation: 76021

Nope. IE uses the standard WinInet proxy configuration, so whatever is configured applies to all IE instances.

It is possible though to open two different applications that host instances of the IE WebControl and configure those for different proxys.

Upvotes: 2

Related Questions