[Vuejs]-Error WordPress REST API V2 call with Vue.js

-1๐Ÿ‘

โœ…

I solved it by changing a line in wp-includes/rest-api.php file,
in rest_send_cors_headers() function:

header( 'Access-Control-Allow-Origin: *');

Leave a comment