HOW TO : test Proxy Auto Configuration (PAC) files
Posted by wingmanJul 20
Pactester is a tool to test Proxy Auto Configuration (PAC) files. PAC files are used by browsers to determine the ‘right’ proxy for a URL. Since the PAC file evaluation mechanism is generated inside the browser and cannot be accessed from outside, the only way to tell which proxy your browser will use for a specific URL is manual inspection of the PAC file. But manual inspection doesn’t really scale very well. Pactester resolves this problem. It makes use of JavaScript interpreter and Netscape/Mozilla APIs to evaluate the PAC files and automates the whole process.
Pactester reads a PAC file, evaluates it in a JavaScript context and uses this PAC file’s logic to determine the proxy for a specific URL.
Download Area
Pactester (OS: windows) : here
Pactester (OS: Linux) : here
Note: Please use the ‘pactester’ that comes with ‘pacparser‘ as this version of pactester is no longer maintained/Supported
One comment
Comment by CNA jobs on August 22, 2010 at 01:39
this post is very usefull thx!