Access-Control-Allow-Origin

Hi,

I am requesting an API from webix and trying to fetch data but when I bind that URL to a datatable, it pushes a notification on top right which says see console for details and the details on console of Mozilla are:

“Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://xxx.xxx.xxx.xxx.:3000/xxx/xxx/cdrs/. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).”

Can you please help?

Javascript requires that html page and data loaded by ajax must be served from the same domain. If you have the html page on one domain and make request to other domain the above error message will occurs.

http://docs.webix.com/desktop__crossdomain_loading.html