[Vuejs]-Cross-Origin Request – "Same origin" blocked on GET request

0👍

Did you try setting csrf: false in the config/security.js? It shouldn’t affect GET requests, but the key to your problem might be somewhere there.

Leave a comment