Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| rlink:game:party:finalizereplayupload [2022-10-22 17:48] – created nimda | rlink:game:party:finalizereplayupload [2024-11-01 14:08] (current) – Replace 'reliclink' with 'worldsedgelink' nimda | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== / | + | ====== |
| <WRAP center round important 60%> | <WRAP center round important 60%> | ||
| **AUTHENTICATION** | **AUTHENTICATION** | ||
| Line 5: | Line 5: | ||
| - | ===== Request | + | ===== AoE2: |
| + | ==== Request | ||
| <WRAP round 100%> | <WRAP round 100%> | ||
| < | < | ||
| POST / | POST / | ||
| - | Host: aoe-api.reliclink.com | + | Host: aoe-api.worldsedgelink.com |
| Accept: */* | Accept: */* | ||
| Accept-Encoding: | Accept-Encoding: | ||
| - | Cookie: ApplicationGatewayAffinity=9d14d30f6b4043bb709afd579149ef4d; | + | Cookie: ApplicationGatewayAffinity=9d14d30f6b4043bb709afd579149ef4d; |
| Cache-Control: | Cache-Control: | ||
| Content-Type: | Content-Type: | ||
| Line 25: | Line 26: | ||
| |callNum|int|123|| | |callNum|int|123|| | ||
| |connect_id|str|ccc|| | |connect_id|str|ccc|| | ||
| - | |errorString|?|| | + | |errorString|str|| |
| |finalizeResult|int|1|| | |finalizeResult|int|1|| | ||
| |isSinglePlayer|int|0|| | |isSinglePlayer|int|0|| | ||
| Line 34: | Line 35: | ||
| |url|str|https:// | |url|str|https:// | ||
| - | ===== Response ===== | + | ==== Response ==== |
| + | <WRAP round 100%> | ||
| + | < | ||
| + | [ | ||
| + | 0 // result status code | ||
| + | ] | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | ===== 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 | ||
| + | |||
| + | callNum=114& | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | ^parameter ^type ^value ^comments ^ | ||
| + | |callNum|int|123|| | ||
| + | |connect_id|str|ccc|| | ||
| + | |errorString|str|| | ||
| + | |finalizeResult|int|1|| | ||
| + | |isSinglePlayer|int|1|| | ||
| + | |lastCallTime|timestamp|111|| | ||
| + | |match_id|int|555|| | ||
| + | |sessionID|str|zzz|| | ||
| + | |size|int|3124| <WRAP round info 60%>size in bytes</ | ||
| + | |url|str|https:// | ||
| - | ==== AoE2: | + | ==== Response |
| <WRAP round 100%> | <WRAP round 100%> | ||
| < | < | ||
| [ | [ | ||
| - | 0 | + | |
| ] | ] | ||
| </ | </ | ||
| </ | </ | ||