Thanks Tom... > On Dec 4, 2017, at 4:11 PM, Tom Pusateri <[email protected]> wrote: > > There is an exception list for ATS in the Info.plist. Would > sweatertest.wordpress.com be listed there? > > Unless an http URL is in the exception list, it will always fail. (See > NSExceptionDomains) > > https://developer.apple.com/library/content/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html#//apple_ref/doc/uid/TP40009251-SW33 > > Tom
I think I understand the expected behavior. The diverging behavior is why I’m writing to the list. There are no exceptions in the list. Only “wordpress.com” with “includes subdomains” set to YES. These URLs obviously have HTTPS counterparts, and if allowed to connect via HTTP the server will redirect them. Monitoring the traffic for my app it doesn’t look like it actually does ever try to connect via HTTPS. This makes me wonder if the system is maintaining some kind of cache of domains that had previously been redirected from HTTP to HTTPS. Daniel _______________________________________________ Do not post admin requests to the list. They will be ignored. Macnetworkprog mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/macnetworkprog/archive%40mail-archive.com This email sent to [email protected]
