Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Comet help [api]

Junior Spellweaver
Joined
Dec 22, 2010
Messages
154
Reaction score
24
Yop, im actually using comet, and it works nice but i have a problem with API:

I get these errors :

Seat - Comet help [api] - RaGEZONE Forums

Seat - Comet help [api] - RaGEZONE Forums

while Everything it's ok

Seat - Comet help [api] - RaGEZONE Forums


How to fix it ?

Cheers,
 
Joined
Apr 30, 2007
Messages
2,337
Reaction score
1,547
You have to send token to authenticate..

Example, part of a cURL photo save req

Code:
curl_setopt($ch, CURLOPT_HTTPHEADER, ['authToken: MY_API_PASSWORD, 'ssoTicket: ' . $_GET['ssoTicket'], 'photoId: ' . $imageName]);



Oh yeah, also, probably bad idea to use the default comet password, idiot lol
 
Upvote 0
Back
Top