iOS UIWebView 访问https 绕过证书验证的方法
来源:未知 责任编辑:责任编辑 发表时间:2014-01-26 21:59 点击:次
在文件开始实现 allowsAnyHTTPSCertificateForHost 方法
@implementation NSURLRequest (NSURLRequestWithIgnoreSSL) + (BOOL)allowsAnyHTTPSCertificateForHost:(NSString *)host { return YES; } @end @implementation NSURLRequest (NSURLRequestWithIgnoreSSL) + (BOOL)allowsAnyHTTPSCertificateForHost:(NSString *)host { return YES; } @end
相关新闻>>
- 发表评论
-
- 最新评论 更多>>