Hi guys
I use the API to configure the proxy settings of Network Extension Packet tunnel provider.
And 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
And so, I determine that the URL is not the full path, it only contains the domain.
Indeed. I had a look at how this works internally and it definitely seems to be the case that CFNetwork goes out of its way to remove the path and everything after from the URL.
Share and Enjoy
—
Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
let myEmail = "eskimo" + "1" + "@apple.com"