These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

xml API error 403 am I doing something wrong.

Author
Rollo Brinalle
Imaginary Rats.
#1 - 2016-05-26 21:49:57 UTC
I am using the following URL to access the charactersheet for a toon, however, I'm getting a 403 error. Is there something wrong with my format?

https://api.eveonline.com/char/CharacterSheet.xml.aspx?keyID={the key}&vCode={the verification code}&characterID={the characterid}

Mr Mac
Dark Goliath
#2 - 2016-05-27 05:51:44 UTC  |  Edited by: Mr Mac
What the access mask in the keyID?

Double check the keyID
Rollo Brinalle
Imaginary Rats.
#3 - 2016-05-27 14:27:30 UTC
Thanks, I found the issue I accidentally was storing the characterID in the keyID field. I thought I checked that all the numbers matched up but I guess that's what I get for coding late at night.