Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| rlink:game:achievement:syncstats [2022-10-22 22:51] – [/game/achievement/syncStats] nimda | rlink:game:achievement:syncstats [2024-11-01 14:04] (current) – Replace 'reliclink' with 'worldsedgelink' nimda | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== / | + | ====== |
| <WRAP center round important 60%> | <WRAP center round important 60%> | ||
| **AUTHENTICATION** | **AUTHENTICATION** | ||
| Line 8: | Line 8: | ||
| </ | </ | ||
| - | + | ===== AoE2: | |
| - | ===== Request | + | ==== Request |
| <WRAP round 100%> | <WRAP round 100%> | ||
| < | < | ||
| POST / | POST / | ||
| - | Cookie: ApplicationGatewayAffinity=0; | + | Cookie: ApplicationGatewayAffinity=0; |
| - | Host: aoe-api.reliclink.com | + | Host: aoe-api.worldsedgelink.com |
| Accept-Encoding: | Accept-Encoding: | ||
| Accept: */* | Accept: */* | ||
| Line 34: | Line 34: | ||
| |sessionID|str|zzz|| | |sessionID|str|zzz|| | ||
| - | ===== Response | + | ==== Response ==== |
| - | + | ||
| - | ==== AoE2: | + | |
| <WRAP round 100%> | <WRAP round 100%> | ||
| < | < | ||
| RESPONSE_TEMPLATE | RESPONSE_TEMPLATE | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | ===== AoE4 ===== | ||
| + | ==== Request ==== | ||
| + | <WRAP round 100%> | ||
| + | < | ||
| + | POST / | ||
| + | Host: aoe-api.worldsedgelink.com | ||
| + | Accept: */* | ||
| + | Accept-Encoding: | ||
| + | Cookie: ApplicationGatewayAffinity=a2bd9c803374aa3cdd1337b02986746f; | ||
| + | Cache-Control: | ||
| + | Content-Length: | ||
| + | Content-Type: | ||
| + | Pragma: no-cache | ||
| + | |||
| + | accountType=STEAM& | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | ^parameter ^type ^value ^comments ^ | ||
| + | |accountType|str/ | ||
| + | |auth|token|? | ||
| + | |callNum|int|123|| | ||
| + | |connect_id|str|ccc|| | ||
| + | |lastCallTime|timestamp|111|| | ||
| + | |sessionID|str|zzz|| | ||
| + | |||
| + | ==== Response ==== | ||
| + | <WRAP round 100%> | ||
| + | < | ||
| + | [ | ||
| + | 0 // result status code | ||
| + | ] | ||
| </ | </ | ||
| </ | </ | ||