I by chrome->Inspect element->console get this error:
chrome->Inspect element->console
XMLHttpRequest cannot load. Origin is not allowed by Access-Control-Allow-Origi
one work around is using Korz which routes all cross origin requests through a third party and sets Access-Control-Allow-Origin header to '*' so the request goes through.
Access-Control-Allow-Origin header