The Access-Control-Allow-Origin
header referred to in the error message is part of the CORS standard which allows our server to explicitly grant permission to your SDK development site, so that your browser can access the server's data.
A basic implementation would just include: Access-Control-Allow-Origin: *
in order to permit any website to read the data. For example:
Access-Control-Allow-Origin: http://example.com/