https://spo.mcd.com/sites/seeit_development3/brand/cognizant-test-brand-05242017
这是我尝试在HybridWebView中打开的网址。
我收到401 Unauthorized Error。 但是在SFSafariViewController中打开了相同的URL。
在我的info.plist中设置了以下权限:
NSAppTransportSecurity : Dictionary {
NSAllowsArbitraryLoads : Boolean
NSAllowsArbitraryLoadsForMedia : Boolean
NSAllowsArbitraryLoadsInWebContent : Boolean
NSAllowsLocalNetworking : Boolean
NSExceptionDomains : Dictionary {
spo.mcd.com : Dictionary {
NSIncludesSubdomains : Boolean
NSExceptionAllowsInsecureHTTPLoads : Boolean
NSExceptionMinimumTLSVersion : String
NSExceptionRequiresForwardSecrecy : Boolean // Default value is YES
NSRequiresCertificateTransparency : Boolean
}
}
}