Ajax https call in ios using PhoneGap not working?
问题 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. 回答1: You have not stated the kind of certificate on the server. I suspect that it is self signed. I have also had the same problem. Doing Ajax calls to a server with self signed certificated is NOT possible and this is a SDK limitation. You must write an Objective C plugin to go around this. 回答2: Did you try to add this at