@implementation NSURLRequest (NSURLRequestWithIgnoreSSL)


+ (BOOL)allowsAnyHTTPSCertificateForHost:(NSString *)host
{
    return YES;
}


@end

相关文章: