Hi guysI use the API to configure the proxy settings of Network Extension Packet tunnel provider.https://developer.apple.com/documentation/networkextension/neproxysettings/1406766-proxyautoconfigurationjavascriptAnd we can use the following script to configure the proxy.function FindProxyForURL(url, host) { .....}My question is that the url seems not full path?The url seems as same as host.Is it possible to get the full path of url?Thank you
10
0
2.8k