These forums have been archived and are now read-only.
The new forums are live and can be found at https://forums.eveonline.com/
Authorization - I always get information about the same character.
function charInfoRequest(){ var xhttp = new XMLHttpRequest(); xhttp.onreadystatechange=function() { if (this.readyState == 4 && this.status == 200) { } } xhttp.open("GET", "https://login.eveonline.com/oauth/verify", true); xhttp.setRequestHeader("Authorization", "Bearer " + access_token); xhttp.send();}
Developer of EVEmail