|
|
|
|
|
by mrpippy
3470 days ago
|
|
There are allowances made for local networking. From the Info.plist key reference (https://developer.apple.com/library/content/documentation/Ge...): App Transport Security (ATS) applies only to connections made to public host names. The system does not provide ATS protection to connections made to: * Internet protocol (IP) addresses * Unqualified host names * Local hosts employing the .local top-level domain (TLD) To connect to an unqualified host name or to a .local domain, you must set the value of the NSAllowsLocalNetworking key to YES. |
|