I could not able to do https POST call using ajax from ipad/iphone. Actually I am trying to call this in my PhoneGap application.
Could you please help me in this regard.
Did you try to add this at the end of you AppDelegate.m file
@implementation NSURLRequest(DataController) + (BOOL)allowsAnyHTTPSCertificateForHost:(NSString *)host { return YES; } @end
2.1m questions
2.1m answers
60 comments
57.0k users