[Vuejs]-CORs problem before any code is hit, but only in browser XHR requests

0👍

I’m not an Apache/PHP professional, but make sure you query HTTPS via HTTPS and http via http, other words, both sides should be same. Also, check the request header. And add “access-control-origin” in request header.

Leave a comment