Posts by MateusDuraes • 1 point
1 post
-
0
votes1
answer48
viewsA: Ionic 3 consume api after build
I believe you have to release CORS in your API (in the backend). If it is done in php you will do something like <?php header("Access-Control-Allow-Origin: *"); Look for how to release CORS in…