Authenticating an HTTP Request with Client Certificates in iOS
I'm writing an app that uses a client-certificate to authenticate while performing a SOAP request. Unfortunately, I'm writing this app in PhoneGap, and the iOS WebView does not support Client...