How to detect the real proxy address out of a proxy.pac address?

C

Carl Meadows

In IntExplorer a proxy setting file is entered with an address like
http://proxy:8080/config.pac

How do I find out the real proxy address ?

When I use netstat -a as often suggested I get a list of dozends of entries.
Which of them is the proxy address?

Carl
 
J

Jon Kennedy

Your proxy address may be in your registry. See the "Option 2" section here
for more info:
http://nscsysop.hypermart.net/setproxy.html

Or, if you could get a copy of that .pac file and open it in Notepad, then
this article will tell you how to determine it:
http://nscsysop.hypermart.net/proxypac.html

More info on .pac files here:
http://wp.netscape.com/eng/mozilla/2.0/relnotes/demo/proxy-live.html
http://www.microsoft.com/resources/documentation/Windows/2000/server/reskit/en-us/ierk/Ch21_b.asp
http://www.microsoft.com/resources/documentation/ie/6/all/reskit/en-us/part6/c26ie6rk.mspx
 
R

Robert Aldwinckle

Carl Meadows said:
In IntExplorer a proxy setting file is entered with an address like
http://proxy:8080/config.pac

How do I find out the real proxy address ?

When I use netstat -a as often suggested I get a list of dozends of entries.
Which of them is the proxy address?


How many connections are using port 8080?


---
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top