How to make API calls in Ionic Capacitor Apps
How to make API calls in Ionic Capacitor Apps And how to avoid CORS issues API Icon made by Prosymbols from www.flaticon.com In this post, we will learn how to make REST API calls from an Ionic Capacitor app. This might sound very trivial feature but it actually becomes confusing because of a lot of options available and even becomes an issue because of origin restrictions and CORS issues. ...