Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| rlink:game:cloud:getfileurl [2022-10-23 16:58] – [/game/cloud/getFileURL] simonsan | rlink:game:cloud:getfileurl [2024-11-01 14:08] (current) – Replace 'reliclink' with 'worldsedgelink' nimda | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== [GET] / | + | ====== [GET/POST] / |
| <WRAP center round important 60%> | <WRAP center round important 60%> | ||
| **AUTHENTICATION** | **AUTHENTICATION** | ||
| </ | </ | ||
| + | <WRAP center round important 60%> | ||
| + | **AoE3:DE POST REQUEST!** | ||
| + | </ | ||
| - | ===== Request | + | ===== AoE2: |
| + | ==== Request | ||
| <WRAP round 100%> | <WRAP round 100%> | ||
| < | < | ||
| GET / | GET / | ||
| - | Cookie: ApplicationGatewayAffinity=0; | + | Cookie: ApplicationGatewayAffinity=0; |
| - | Host: aoe-api.reliclink.com | + | Host: aoe-api.worldsedgelink.com |
| Accept-Encoding: | Accept-Encoding: | ||
| Accept: */* | Accept: */* | ||
| Line 26: | Line 30: | ||
| |sessionID|str||| | |sessionID|str||| | ||
| - | ===== Response ===== | + | ==== Response ==== |
| + | <WRAP round 100%> | ||
| + | < | ||
| + | [ | ||
| + | 0, // result status code | ||
| + | [ | ||
| + | [ | ||
| + | " | ||
| + | 24, | ||
| + | 741324928, | ||
| + | " | ||
| + | ], | ||
| + | [ | ||
| + | " | ||
| + | 29, | ||
| + | 1779231939, | ||
| + | " | ||
| + | ] | ||
| + | ] | ||
| + | ] | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | ===== AoE3:DE ===== | ||
| + | ==== Request ==== | ||
| + | <WRAP round 100%> | ||
| + | < | ||
| + | POST / | ||
| + | Host: aoe-api.worldsedgelink.com | ||
| + | Accept: */* | ||
| + | Accept-Encoding: | ||
| + | Cookie: ApplicationGatewayAffinity=29259ca9e836dd7648ed1ca403a17cde; | ||
| + | Cache-Control: | ||
| + | Content-Type: | ||
| + | Pragma: no-cache | ||
| + | Content-Length: | ||
| + | |||
| + | callNum=24& | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | ^parameter ^type ^value ^comments ^ | ||
| + | |callNum| int | 123 || | ||
| + | |connect_id|||| | ||
| + | |lastCallTime| timestamp||| | ||
| + | |names|array[FileName]|[" | ||
| + | |sessionID|str||| | ||
| + | |||
| + | ==== Response ==== | ||
| + | <WRAP round 100%> | ||
| + | < | ||
| + | [ | ||
| + | 2, | ||
| + | [ | ||
| + | null | ||
| + | ] | ||
| + | ] | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | ===== AoE4 ===== | ||
| + | ==== Request ==== | ||
| + | <WRAP round 100%> | ||
| + | < | ||
| + | GET / | ||
| + | Host: aoe-api.worldsedgelink.com | ||
| + | Accept: */* | ||
| + | Accept-Encoding: | ||
| + | Cookie: ApplicationGatewayAffinity=a2bd9c803374aa3cdd1337b02986746f; | ||
| + | Cache-Control: | ||
| + | Content-Type: | ||
| + | Pragma: no-cache | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | ^parameter ^type ^value ^comments ^ | ||
| + | |callNum| int | 123 || | ||
| + | |connect_id|||| | ||
| + | |lastCallTime| timestamp||| | ||
| + | |names|array[FileName]|[" | ||
| + | |sessionID|str||| | ||
| - | ==== AoE2: | + | ==== Response |
| <WRAP round 100%> | <WRAP round 100%> | ||
| < | < | ||
| [ | [ | ||
| - | 0, | + | 2, // result status code |
| - | | + | [ |
| - | [ | + | null, |
| - | " | + | null, |
| - | 24, | + | null, |
| - | 741324928, | + | null, |
| - | " | + | null, |
| - | ], | + | null, |
| - | [ | + | null, |
| - | " | + | null, |
| - | 29, | + | null, |
| - | 1779231939, | + | null, |
| - | " | + | null, |
| - | ] | + | null, |
| - | | + | |
| + | null, | ||
| + | null, | ||
| + | null, | ||
| + | null, | ||
| + | null, | ||
| + | null, | ||
| + | null, | ||
| + | null, | ||
| + | null, | ||
| + | null, | ||
| + | null, | ||
| + | null | ||
| + | | ||
| ] | ] | ||
| </ | </ | ||
| </ | </ | ||