Overview
A PAC file contains a JavaScript function “FindProxyForURL(url, host)”.
This function returns a string with one or more access method specifications.
These specifications cause the user agent to use a particular proxy server or to connect directly.
Multiple specifications provide a fall-back when a proxy fails to respond.
The browser fetches this PAC file before requesting other URLs.
The URL of the PAC file is either configured manually or determined automatically by the Web Proxy Autodiscovery Protocol (WPAD).
Artica is able to provide and generates on-the-fly a proxy.pac file for your Network.
It extends the native proxy.pac feature by providing multiple configuration scripts based on the source IP address, the proxy itself and the User-Agent string
To deploy your proxy.pac you have 3 ways.