proxyAutoConfigurationURL
A URL specifying the location from where the Proxy Auto Configuration (PAC) script should be downloaded.
Declaration
var proxyAutoConfigurationURL: URL? { get set }Discussion
If autoProxyConfigurationEnabled is set to true and proxyAutoConfigurationJavaScript is set to nil then the system will download the PAC script from this location and execute the script to determine what proxies to use (if any) for HTTP and HTTPS connections.