I have been attempting to retrieve information from but unfortunately, I am not receiving any data in return. Despite this, I can see the data in my response tab using Google Chrome.
My attempts include running it on both a webserver and locally for testing purposes.
The following is the code I have written:
$.getJSON("//status.mojang.com/check?jsoncallback=?", function(result) {
console.log(result);
});
If anyone has suggestions or assistance regarding this matter, it would be greatly appreciated.