gpt4 book ai didi

proxy - PAC 文件中的 HTTPS

转载 作者:行者123 更新时间:2023-12-04 16:12:18 25 4
gpt4 key购买 nike

我正在编写一个 .pac 文件以在没有越狱的情况下与 iOS5 一起使用,但在匹配以“https”开头的 url(例如: https://test.com )时我觉得很麻烦。

这是我的脚本:

function FindProxyForURL(url, host) {
if (shExpMatch(url, "https://*")) return "PROXY 123.123.123.123";
return 'DIRECT';
}

如果我匹配了“https://test.com”,我如何将“https://123.123.123.123”返回到 URL?

最佳答案

用这个:
if (shExpMatch(url, "https:**"))
这应该解决它。

关于proxy - PAC 文件中的 HTTPS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9493978/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com