PDA

View Full Version : Proxy auto-config*(PAC) files



Preston Larsen
05-28-2012, 08:50 AM
In case you haven’t yet used the PAC files, you have certainly missed out something. PAC file contains a JavaScript function "FindProxyForURL(url, host) which returns the string with one or more access method specification. It is amazing as it causes the user agent for using particular proxy server or for direct connection. You can either configure the PAC file either manually or automatically by Web Proxy Autodiscovery Protocol. Popular browsers like Firefox and Internet explorer support the system default encoding PAC files. The PAC files allow the user to use specific server so as to connect directly.