I read a lot for the \'Access-Control-Allow-Origin\' error, but I don\'t understand what I have to fix :(
I\'m playing with Google Moderator API, but when I try to a
In my case the sub domain name causes the problem. Here are details
I used app_development.something.com, here underscore(_) sub domain is creating CORS error. After changing app_development to app-development it works fine.
app_development.something.com
_
app_development
app-development