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.
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.