Cross-origin Resource Sharing (CORS) with Rails Discussion
Dicussion for Cross-origin Resource Sharing (CORS) with Rails
What would be the script src
if you are adding the embedded script to another website?
I keep getting status_code 304 on all my store.dispatch('loadPosts') requests, therefore vue is not loading my posts from rails backend. any idea why this is?