Hello,
I am new to Ionic framework and trying to make simple HTTP request to third party API. On the Android device, with Axios library, I have CORS issues, which I can understand since requests’ Origin are http://localhost
But I tried a lot of different solutions, without success :
- this tutorial : Capacitor Blog - Bypassing CORS with the Capacitor Community HTTP Plugin, but still got CORS errors
- the Native HTTP plugin (HTTP - Ionic Documentation), but it relies on Angular, as described in this CORS doc : CORS Errors - Ionic Documentation
So, is there any solution to use Native HTTP with VueJS ?
Thanks