why my PAC Script were not valid.

55 views
Skip to first unread message

liu yongjian

unread,
Jul 26, 2016, 6:17:20 AM7/26/16
to Fiddler
dear all
      
function FindProxyForUrl(url,host)
{
    url = url.toLowerCase();
    if(
       shExpMatch(url, "iosapps.itunes.apple.com*")
      )
    {
    return "DIRECT";
    }

    return "PROXY 192.168.3.62:8888";  ----this is fiddler address
}

this is my script ,i use pac file to control traffic,and config in my ios device but fiddler not work.
then  I to find out reason,i direct config ios device proxy with fiddler ip,this fiddler work well.
can someone tell me why ?

Message has been deleted

liu yongjian

unread,
Jul 26, 2016, 6:50:28 AM7/26/16
to Fiddler


在 2016年7月26日星期二 UTC+8下午6:17:20,liu yongjian写道:
ps:my device version is ios9 
Reply all
Reply to author
Forward
0 new messages