Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS 9 App Transport Security policy issue #54

Closed
stefanalund opened this issue Sep 21, 2015 · 2 comments
Closed

iOS 9 App Transport Security policy issue #54

stefanalund opened this issue Sep 21, 2015 · 2 comments

Comments

@stefanalund
Copy link
Contributor

HTTP only sites can no longer load:

Error Domain=NSURLErrorDomain Code=-1022 "The resource could not be loaded because the App Transport Security policy requires the use of a secure connection." UserInfo={NSUnderlyingError=0x160c74290 {Error Domain=kCFErrorDomainCFNetwork Code=-1022 "The resource could not be loaded because the App Transport Security policy requires the use of a secure connection." UserInfo={NSErrorFailingURLStringKey=http://demo.openwebrtc.org/, NSLocalizedDescription=The resource could not be loaded because the App Transport Security policy requires the use of a secure connection., NSErrorFailingURLKey=http://demo.openwebrtc.org/}}, NSErrorFailingURLStringKey=http://demo.openwebrtc.org/, NSErrorFailingURLKey=http://demo.openwebrtc.org/, NSLocalizedDescription=The resource could not be loaded because the App Transport Security policy requires the use of a secure connection.}
@stefanalund
Copy link
Contributor Author

Addressed in #55.

@mohanadhilles
Copy link

mohanadhilles commented Dec 11, 2017

use it

info.plist

NSAppTransportSecurity

NSExceptionDomains

domain.com

NSExceptionAllowsInsecureHTTPLoads

NSIncludesSubdomains



Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants