leif_erikson
New Contributor
‎11-16-2021
Last activity: Nov 16, 2021 10:50:23 AM
40 Profile 40% Complete
Most Liked Posts Recent Solutions
No Content Available

User Activity

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...