Changes

Jump to navigation Jump to search
123 bytes added ,  09:12, 12 May 2019
m
Added game2 url
Line 3: Line 3:  
TrackMania uses a XML-RPC-like API to authenticate players, load server lists, load rankings, etc... Here is some documentation about what has been reversed engineered. A lot is still left to be documented.
 
TrackMania uses a XML-RPC-like API to authenticate players, load server lists, load rankings, etc... Here is some documentation about what has been reversed engineered. A lot is still left to be documented.
   −
The game sends unencrypted POST requests to [http://game.trackmaniaforever.com/online_game/request.php http://game.trackmaniaforever.com/online_game/request.php] to communicate with the API.
+
The game sends unencrypted POST requests to
 +
* [http://game.trackmaniaforever.com/online_game/request.php http://game.trackmaniaforever.com/online_game/request.php]
 +
* [http://game2.trackmaniaforever.com/online_game/request.php http://game2.trackmaniaforever.com/online_game/request.php]
 +
to communicate with the API.
    
It sets two headers: <code>User-Agent: GameBox</code> and <code>Accept: */*</code>, and uses the following format as request body :
 
It sets two headers: <code>User-Agent: GameBox</code> and <code>Accept: */*</code>, and uses the following format as request body :
Line 89: Line 92:  
**h : ?. Set to 1
 
**h : ?. Set to 1
 
**i : ?. Set to 1
 
**i : ?. Set to 1
      
=== CheckLogin ===
 
=== CheckLogin ===
90

edits

Navigation menu