Hi guys,
I am currently playing around with this proxy auto configuration and currently i follow what that is mentioned in the "help" guide.
=======
function FindProxyForURL(url, host)
{ return "PROXY proxy.example.com:8080; DIRECT"; }
=======
i edited it to this below:
function FindProxyForURL(url, host)
{ return "PROXY 192.168.1.254:8080; gw.mygw.com"; }
========
edit:
I've gotten it to work.
Now another issue.
With this Proxy Auto Configuration enabled in my browser, I could not access the ASG Webadmin.
Any ideas?
Thank you.
I am currently playing around with this proxy auto configuration and currently i follow what that is mentioned in the "help" guide.
=======
function FindProxyForURL(url, host)
{ return "PROXY proxy.example.com:8080; DIRECT"; }
=======
i edited it to this below:
function FindProxyForURL(url, host)
{ return "PROXY 192.168.1.254:8080; gw.mygw.com"; }
========
edit:
I've gotten it to work.
Now another issue.
With this Proxy Auto Configuration enabled in my browser, I could not access the ASG Webadmin.
Any ideas?
Thank you.