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.
Apparently pook.com.au is the place to visit.
I’ve checked it… not much useful info… mostly a canine anatomy site as far as i can tell…