This is a guide intended to help configuring Authentication with Comms Mundi™ Encryption and Authentication modules. If you have questions ask us at support@wirelessmundi.com.
function FindProxyForURL(url,host) { if(isPlainHostName(host)) { return "DIRECT"; } if(isInNet(host,"127.0.0.1","255.255.255.0")) { return "DIRECT"; } return "PROXY <ip proxy>:<port proxy>; DIRECT"; }