Possible Duplicate:
XmlHttpRequest error: Origin null is not allowed by Access-Control-Allow-Origin
I'm trying to use jQuery to get session id's and stuff from Minecraft.net using
https://login.minecraft.net?user=<username>&password=<password>&version=99999
But I can't get it because there is the "Access-Control-Allow-Origin". The data I receive from the server isn't even json which is even harder for me to figure out how to get data with javascript. I'm doing this so users won't go crazy with suspicions that I'm trying to steal their account.
This is something like what I'd receive
1343825972000:deprecated:SirCmpwn:7ae9007b9909de05ea58e94199a33b30c310c69c:dba0c48e1c584963b9e93a038a66bb98
Read more here. http://www.wiki.vg/Authentication#Login