Due to the fact that a server can not do too many requests per minute, a client should be able to do it via ajax on a web page to hold the load of a server down. But this is not possible due to the cross origins failure on your domain. This is also named "Cross Domain issue".
Linked issues
Comments 8
http://i.imgur.com/Ft2s5SG.png
I mean this website: https://api.mojang.com/users/profiles/minecraft/Floppy012
There is no Access-Control-Allow-Origin header so only direct application and no ajax call can be made.
We wanted to use it to display a name history on our forum. But it does not work on our severs because of the limitations and it wont work with client side ajax because of cross origins. It would be useful to see if he changed the name etc.
Isn't this issue the same as WEB-216 ?
What exact website do you mean ?