mojira.dev

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

What exact website do you mean ?

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.

Then explain how big networks should use the API without having 100s of IP's.

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 ?

That's not really an intended use case for this API. Since most of our APIs are completely open we have to enforce very strict limits to prevent abuse. If we had an authenticated API it would've been a different story.

Max

web

Retrieved