摘要: @interface NSURLRequest(ForSSL)+(BOOL)allowsAnyHTTPSCertificateForHost:(NSString*)host;+(void)setAllowsAnyHTTPSCertificate:(BOOL)allow forHost:(NSString*)host;@end@implementation NSURLRequest(ForSSL)+(BOOL)allowsAnyHTTPSCertificateForHost:(NSString*)host{ return YES;}+(void)setAllowsAnyHTTPSCerti... 阅读全文
posted @ 2013-01-23 18:40 Ethan_村长 阅读(6409) 评论(0) 推荐(0) 编辑