wymsee / cordova-HTTP

Cordova / Phonegap plugin for communicating with HTTP servers. Allows for SSL pinning!
MIT License
371 stars 300 forks source link

iOS 9.1 simulator #90

Open SidharthPHariharan opened 8 years ago

SidharthPHariharan commented 8 years ago

After enabling ssl pinning I tried a get with cordovaHTTP, it is going to error response callback with response.error return empty. Can someone help me with this?

gsccheng commented 8 years ago

Yeah, for me, the error response does not follow the type in the documentation. It should have error and status properties but I only get {error: ""}. I can put in any url and I'll get the same message. I also wasn't able to get enableSSLPinning to fail, even when I don't include any certs at all.