This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Proxy Auto Configuration

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.


This thread was automatically locked due to age.
Parents Reply Children
No Data