https
https copied to clipboard
Secure HTTP client with SSL pinning for Nativescript - iOS/Android
Hi, I'm making a GET call but no params/body are send to the server: ``` let httpRequestHeader = { Content-type:"application/json" }; let httpRequestBody = { test: '123' }; Https.request({ url:...
Hello, Following the documentation I am trying to implement a simple call to test the plugin but I when I execute the call I get the following error: **javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException:...
I am getting `okhttp/3.14.7` as user agent string from this plugin. How do I get correct user agent and replace it with the default user agent string?
Is there a workflow for when certificates need to be renewed? The line in the README gives us pause for concern: ``` Once you've enabled SSL pinning you CAN NOT...
Sending a DELETE message to my REST web services fails. My nativescript 7 app is able to send the DELETE with the 2.1.0 of the nativescript-https plugin but the newest...
Hello. I just created a new NativeScript test application. When I run "tns run ios --syncAllFiles" and then do a request behind a proxy (which fails because the emulator is...
How to avoid certificate or call correct everytime and whene certificate is invalid. Any idea please?
Is there a way to get the certificate of the https server, especially in the case of an SSL error?
Hey @EddyVerbruggen i have a fork [here](https://github.com/farfromrefug/nativescript-https) with a bunch of features and bug fixes: * added multipart support * added cache support (GET requests) * cookie support * fixed...
_From @smartsanja2013 on August 23, 2018 10:36_ Highly appreciated someone can help me how to figure-out this issue. I have tried-out so many days,different certs, different domain names. nothing works....