CORS problem with axios from a Vue app to a PHP API running on WAMP – Apache
I have trouble making an XHR request with axios from a Vue app to a PHP API running on WAMP. The error message is the following : Access to XMLHttpRequest at 'http://localhost/myapp/api/test/1' from origin 'http://localhost:8080' has been blocked by CORS…