https icon indicating copy to clipboard operation
https copied to clipboard

Secure HTTP client with SSL pinning for Nativescript - iOS/Android

Results 50 https issues
Sort by recently updated
recently updated
newest added

Do this plugin allow wildcard subdomain verification? I have wildcard SSL Certificate (*.mydomain.com) and imported into App Service. Can I declare wildcard domain in host paramater as below? or use...

Does this library provide the ability to programmatically add or automatically select client authentication certificate to the request?

When using the plugin with NativeScript 3.1., tns-core-modules 3.1.0 and TypeScript 2.2.1 the below error appears when we try to import the plugin as a module. Reproducible on both iOS...

Hi all, I am using NS 3.0, I followed installation instructions but I keep get error: ./node_modules/tns-platform-declarations/ios.d.ts and ./node_modules/tns-platform-declarations/android.d.ts not found. Do you have any ideas? thanks

I'm with the folowing to run the application after instalation. ``` node_modules/nativescript-https/index.d.ts(1,15): error TS2306: File 'C:/dev/fm-transportes/src/FM.Transportes/node_modules/nativescript-https/AFNetworking.d.ts' is not a module. node_modules/nativescript-https/index.d.ts(2,15): error TS2306: File 'C:/dev/fm-transportes/src/FM.Transportes/node_modules/nativescript-https/com.squareup.okhttp3.d.ts' is not a module. node_modules/tns-platform-declarations/ios/objc-i386/objc!UIKit.d.ts(4954,15):...

Hi! Thanks for your great work on this plugin 👍👍👍 Strange things I noticed (and will send a PR for) when testing error flows on iOS. For instance when an...

On the android platform I see several issues: 1) It will throw **javax.net.ssl.SSLPeerUnverifiedException: Hostname not verified** when using an intermediate certificate. Workaround is to disable validatesDomainName. 2) It will try...

AFNetworking is not supported by MobileIron :( NSUrlSession is faster.

Now this gets more and more interesting. Take a look on this code block: packae.json: { "name": "my app", "main": "app/app.js", "version": "1.0.0", "private": true, "dependencies": { "@nativescript-community/drawingpad": "^4.1.0", "@nativescript-community/https":...

Apple has become strict with privacy and AFNetworking seems to have an impact on it. Users who use that client will be warned by Apple Store: > ITMS-91061: Missing privacy...