HTTPS parameters

From a security perspective, what parameters do I need to add to my native app so I can connect to a website/server that uses HTTPS? I’m using 8.4.2.0.

Thank you

You may need to modify your contentSecurityPolicy in Project Properties. The best way to tell is to run your native app on an Android device and look for messages in the Android Remote Debugger console.

Is there a help page to give detail on Ajax calls in native apps? I’m keen to go native but can’t see any info on converting pwa to native, especially where server/ajax calls are concerned.

Other than the contentSecurityPolicy I mentioned, I can’t think of anything which would be different.