Skip to content Skip to sidebar Skip to footer

Use Jquery To Get Session From Minecraft.net

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 usi

Solution 1:

You can't do this in the browser, outside of a plugin installed by that user.

If you want to go to that url and get those values, you would need to use a server-side browser. Something like mechanize or phantomjs would be well suited for this sort of thing.

Post a Comment for "Use Jquery To Get Session From Minecraft.net"