PAC
js
function
FindProxyForURL
(
url,
host
)
{
// …
}
ret =
FindProxyForURL
(
url,
host)
;
See Proxy Auto-Configuration (PAC) file for details about how these are used and how to create new ones.
See also
- PAC on Wikipedia
- Proxy Auto-Configuration file on datarist