Search code examples
httphttpsnativescripthttpmodule

Is the Nativescript HTTP module secure?


I make POST requests with the Nativescript HTTP module on my website that has an HTTPS address. Is it secure or the data is transmitted in clear? Thanking you.


Solution

  • Simple HTTPS calls can be still intercepted. So if your data is very much sensitive, for more secured connection you have to use SSL pinning thats supported by nativescript-https plug-in.