For an API Request I\'m trying to setup an URLSession using a Proxy. For test purposes I\'m using a public Proxy and an API responding the IP.
func makeReque
I am not sure if that make sense. But, there is two defferent set of keys here:
- HTTP
- HTTPS
Proxy Keys:
// http proxy keys
kCFNetworkProxiesHTTPEnable
kCFNetworkProxiesHTTPProxy
kCFNetworkProxiesHTTPPort
// https proxy keys
kCFNetworkProxiesHTTPSEnable
kCFNetworkProxiesHTTPSProxy
kCFNetworkProxiesHTTPSPort