Looking into making requests using URLSession
via a proxy, on watchOS, and found that in URLSessionConfiguration
, there's a proxyConfigurations
property.
However, since ProxyConfiguration
is part of the Network
framework, does it means that TN3135 low level networking rules also applies in this case?