How to Add Exception domain for http if one domain url is redirecting on other domain url

Hi, I have url like www.example.us which is redirecting in two steps, initialy on www.example-usa.com and then on www.exampl.com. How to add Exception domain in plist for these kind of URL to support http onwards iOS 9. Is there any short way to suppport all the URL(domain) having 'example' in domain, like example.ca,example.us,example.dk,example.se and so on.


Thanks and Regards

Usman Ansari

Replies

I have url like www.example.us which is redirecting in two steps, initialy on www.example-usa.com and then on www.exampl.com. How to add Exception domain in plist for these kind of URL …

ATS provides no specific support for HTTP[S] redirection; if A redirects to B, both A and B will need ATS exceptions (assuming that they don’t comply with ATS).

Is there any short way to suppport all the URL(domain) having 'example' in domain, like example.ca,example.us,example.dk,example.se and so on.

No.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"