NSURLRequest+IgnoreSSL.h 235 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 // // NSURLRequest+IgnoreSSL.h // tencentOAuthDemo // // Created by JeaminW on 13-5-20. // // #import <Foundation/Foundation.h> @interface NSURLRequest (IgnoreSSL) + (BOOL)allowsAnyHTTPSCertificateForHost:(NSString *)host; @end