Hello,
I’m migrating my app to Ionic 4 and I’m getting CORS errors which didn’t happen with Ionic 3. In particular, console shows: Origin ionic://localhost is not allowed by Access-Control-Allow-Origin.
And I changed the server headers with the following lines on PHP:
No, and I’m using other native plugins. But I also tried native http and I had some issues downloading files from the server with http native plugin (that download is done after receiving some information from the client, and I was using Angular HttpRequest for that, which I didn’t find in native Http).