Datatable url and snippet

Don’t understand why datatable “url” property

doesn’t work with absolute url

when create snippet with http://webix.com/snippet/

As far as I can see, it works correctly with the available resources:

http://webix.com/snippet/3c02b169

So strange…
http://webix.com/snippet/8a2a08b0

It’s an expected behavior of the cross-domain requests.

myjson.com allows getting the data from anywhere, while normal behavior for the server is to confirm or deny the access to its resources. You can check the error description in the console.

Thx. sry my bad.