You could setup ie to use proxy and use mozilla to directly browse the internet. And opera to use a second proxy - just a suggestion
Main Topics
Browse All TopicsDear experts
At browser network setting
* Mozilla has "Automatic Proxy Configuration URL"
* IE called it as "Use Automatic Configuration script"
What is above parameter for?
At office I need to set those value at my browser(IE / Mozilla) to certain URL, e.g http://abc.com
But then, if I'm using other application (e.g TortoiseSVN, Paros Proxy) that will connect to "outside network" , there is no way to specify those parameter inside the application, hence it failed.
Any advice?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hi MacNuttin,
I think you're right that there is some automation if I did not specify anything at browser.. but actually my question is about below configuration inside browser
* Mozilla has "Automatic Proxy Configuration URL"
* IE called it as "Use Automatic Configuration script"
(I need to fill in above configuration before able to connect).
And Like I said above other than using different browsers preconfigured for the different Proxy settings I know of no way to change proxy based on URL
But this is not so bad you can control what browser opens and thereby the proxy with a shortcut start in Mozilla for example for Proxy 1 shortcut start in IE for Proxy 2
Both of those settings allow for a url to be specified for a file with a proxy configuration script.
The proxy configuration script is a file written in javascript to the netscape PAC syntax that tells the workstation what proxy servers to connect to, what domains or hosts to use proxies for, etc.
If this option is selected, the browser will try to download the file every time it starts up, and if it fails it will either use a previously downloaded file, or attempt to connect directly. Firefox will just attempt to coinnect directly. This does not work for other applications on the workstation, just browsers. Occasionally Java will work using this, but not always.
If you do not have a web server hosting a PAC file, then you should not select that option.
The autodetect proxy configuration option in both firefox and ie will attempt to resolve a server named
" wpad " using the dns domain suffix list on the workstation, and if it resolves it, it will attempt to pull down a file using the url http://wpad.(domain suffix)/wpad.dat .
The wpad.dat file needs to be, you guessed it, a file configured in netscape PAC javascript format. This file isgenerated and placed automatically on servers running Windows Internet Proxy services .
For Mozilla there is an extension FoxyProxy http://foxyproxy.mozdev.or
Internet explorer 7 seems to implement something similar via a plugin called ie7pro http://www.ie7pro.com/prox
If you are looking for a permanent solution to switch proxy upon connection, you can get the p that you have and create something like an hastable (ie.e. at work I have 10.x.x.x while at home 192.x.x.x). You can create a script with AutoIT (http://www.autoitscript.c
Finally if you want to set all the programs to use the proxy specified in Explorer, you can use the command proxycfg (http://msdn.microsoft.com
As you may guessed I struggled a bit with proxies...
Hope that this will help.
Davide
Hi I forgot to add the possibility of using the proxy.pac files which can do the same switching that I suggest to implement with AutoIT (switching proxy based on current local machine IP). You can find some good examples of configuring a pac file here : http://nscsysop.hypermart.
You can also add multiple proxy in the return function as in the code I attached. The multiple proxy will be tried one at once giving you the one that your machine can ping.
Business Accounts
Answer for Membership
by: MacNuttinPosted on 2008-06-13 at 00:42:48ID: 21776685
proxy
An intermediary or "go-between" program that acts as both a
server and a client for the purpose of making requests on behalf of other clients.
At your office there is a proxy setup so you are not directly accessing the internet. The proxy is connecting on your behalf and forwarding the "presumably filtered" results to your browser.
The settings simple point to the address of the proxy I think