Posted on 2008-05-19 19:28:37-07 by marpel
Proxy Pac Problem
Hi all Ive a problem with a simple proxy pac script. function FindProxyForURL(url, host) { if (isInNet(myIpAddress(),"172.22.24.0","255.255.255.0")) return "PROXY 172.22.24.10:8080"; else return "DIRECT"; } It'very easy but it does not work. Why?? Thanks
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.