https
https copied to clipboard
Secure HTTP client with SSL pinning for Nativescript - iOS/Android
Https.request error javax.net.ssl.SSLPeerUnverifiedException: Hostname xxx.com not verified
I am installing the addin with `tns plugin add nativescript-https` Next, I am adding the basic call: ``` import * as Https from 'nativescript-https' Https.request({ url: 'https://wegossipapp.com/api/newuser', method: 'GET', headers:...
I have to enable ssl pining in my app. I have follow the implementation steps correctly. But when I make the https request, iOS app crash in AFNetworking EXC_BAD_Access error...
I need really your support. I have a big problem that I don't understand why happens. I used this plugin because I want to communicate with protocol https. So, Firstly...
Hi Robert, Thank you for your great implementation and plugin. I am trying to connect my app to WS based in XML-SOAP but I am having the next error in...
I have a big problem in my code, In https.androif.js I have : "use strict"; var peer = { enabled: false, allowInvalidCertificates: false, validatesDomainName: true, }; function enableSSLPinning(options) { if...
I'm having trouble getting an HTTPS PUT method to work. Currently, the app just sort of freezes when it gets to the PUT. Debugging the library I found that the...
I was stuck with **soap call with xml input using Nativescript-https in iOS**. I have added code for making soap call with xml input using Nativescript-https. Code was working fine...
Need sample to make soap request using xml input
Hi! I have cloned your repo in my laptop but following your steps is not working; git clone https://github.com/gethuman/nativescript-https cd nativescript-https npm run setup npm run demo.ios npm run demo.android...