摘要:
@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... 阅读全文