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
  • All I wanted is just a simple PAC file/script to work together with my ASG DHCP.

    I've selected "Enable HTTP Auto Proxy Configuration" but it seems that my script is not being loaded by the users system.



    I'm still trying to understand how the script works.

    Edit:
    My script in case you guys want to know.
Reply
  • All I wanted is just a simple PAC file/script to work together with my ASG DHCP.

    I've selected "Enable HTTP Auto Proxy Configuration" but it seems that my script is not being loaded by the users system.



    I'm still trying to understand how the script works.

    Edit:
    My script in case you guys want to know.
Children
No Data