Interaction with “the server” is usually done with HttpClient
, where you are completely in control of URL construction (and yes, HTTPS works just fine).
Additionally, Ionic apps use HTTP internally to fetch their code and assets, but in that case the “server” is really a part of the app itself, on device, so that shouldn’t be a concern.