Administrator Guide

Table Of Contents
The following is a sample PAC file (WPAD.dat) content:
function FindProxyForURL(url, host)
{
if (shExpMatch(host, "*wysemanagementsuite.com*"))
{
return "SOCKS 100.xxx.xxx.xxx:1080";
}
return "DIRECT";
}
The following are the limitations:
Only Secure MQTT communication supports proxy.
MQTT port 1833 does not support proxy.
146 Proxy support for Windows Embedded Standard WDA and Dell Hybrid Client DCA