

How to modify .pac file for use with a proxy server


You may want to use a proxy in conjunction with the .pac file. 
For the purpose of illustration we demonstrate how configure 
the .pac file to be used in conjunction with CookieCop. 
CookieCop is a localhost proxy program, therefore it's address
is 127.0.0.1 and it's default port is 8100.

	Open your .pac file with a text editor and find this 
	entry:

	return "DIRECT";

	Replace it with

	return "PROXY http://127.0.0.1:8100/proxyconf";

That's all there is to it. You can insert whatever address and 
port number you please depending on the address and port of the 
proxy you wish to use.

Best wishes to you!


Jamie - kim_chee@uswest.net
Bruce - bbruce@pacificnet.net

