Basically everything is working properly. The forticache is setup as
explicit proxy. Here's the script i use for the PAC file. function
FindProxyForURL(url, host) { return "PROXY 172.16.10.10:8080; DIRECT";
return "DIRECT"; return "PROXY 172.16.10.10...