NOTE: Hostname resolution is performed remotely on this server so there may be discrepencies when testing with domains which are not publicly resolvable or resolve differently for me than your local machine.
The IP that is resolved from the hostname will be displayed in the results for clarification.

Client IP is the local network interface address of the client machine. The default is to use 192.168.1.100, but you can specify any IP here. This is only useful when the myIpAddress() function is utilized in the PAC file.

Egress IP is the public IP address of the client machine. The default is to use the IP address you are connecting from, but you can specify any Egress IP.

(?)Optional

Description: This is the internally assigned Network ID for a particular filtered location (IP address/range) used by Forcepoint Cloud/Hybrid Web Filtering hostred PAC files. The network ID is expressed as Network_1234567.

:
Network_
PAC File
*(?)Required

Description: Select if you are supplying a PAC file URL (http/s allowed) or the full text of a PAC file.

If supplying a URL, should be in the format http://domain.com/proxy.pac.

If supply PAC file text, it should be include the full FindProxyForURL() function definition:

function FindProxyForURL(url, host)
{
   //PAC Logic Here
}

:
URLText
Text/URL: