Proxy ‘pac’ Scripts

I’ve been meaning for a while to get my head around these… and why certain functions / formating cause errors in Citrix…

The function the browser looks for is:

function FindProxyForURL(url, host)
{
return "DIRECT";
}

“Return DIRECT” tells the browser to look locally for the address.

return “PROXY 192.168.0.254:80″ tells the browser to send the request to the specified proxy.

2 Responses to “Proxy ‘pac’ Scripts”

  1. Matt says:

    Apparently pook.com.au is the place to visit.

  2. Bob says:

    I’ve checked it… not much useful info… mostly a canine anatomy site as far as i can tell…

Leave a Reply