JavaScript is trying to send data directly over the configured gateway.
JavaScript is not supporting browser proxy settings.
This issue happens when the JavaScript writer is not putting in code to support the proxy settings configured in a browser. This can also be intentional to avoid a “proxied” environment.
If the connection is HTTP (clear text), follow these steps to divert this connection towards proxy and get it work.
<IP Address of Proxy> <domain name>
This step will make sure that the IP address of the ProxySG is returned when JavaScript is doing a DNS lookup for the “”domain name
<Proxy>
url.domain=”domain name” authenticate(no) allow