Go to the table of contents Go to the previous page Go to the next page View or print as PDF
What is a PAC file?
PAC File Best Practices | Web Security Gateway (Anywhere) | Version 7.x
A Proxy Auto-Configuration (PAC) file is a JavaScript function definition that determines whether web browser requests (HTTP, HTTPS, and FTP) go direct to the destination or are forwarded to a web proxy server.
PAC files are used to support explicit proxy deployments in which client browsers are explicitly configured to send traffic to the web proxy. The big advantage of PAC files is that they are usually relatively easy to create and maintain.
The use of a PAC file is highly recommended with explicit proxy deployments of Websense Web Security Gateway (for the Content Gateway -- web proxy -- component) and is required to support the hybrid web filtering feature of Web Security Gateway Anywhere.
 
Note 
A PAC file is a JavaScript function definition for FindProxyForURL(url, host). The complexity of the function varies with the requirements of each organization.
A PAC file is:
*
*
*
*
A PAC file can:
*
*
*
*
*
Because PAC files are written in JavaScript, they support the structure, logic, and extensibility of JavaScript. See JavaScript functions most commonly used in a PAC file.
Why use a PAC file?
In explicit proxy and hybrid deployments of Web Security Gateway and Web Security Gateway Anywhere, using a PAC file fulfills several vital functions:
1.
*
*
*
2.
3.
4.
 
Note 

Go to the table of contents Go to the previous page Go to the next page View or print as PDF
Copyright 2016 Forcepoint LLC. All rights reserved.