Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| rlink:game:account:getprofileproperty [2022-10-23 16:51] – [/game/account/getProfileProperty (Missing Response)] simonsan | rlink:game:account:getprofileproperty [2024-11-01 14:04] (current) – Replace 'reliclink' with 'worldsedgelink' nimda | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== [GET] / | + | ====== [GET] / |
| <WRAP center round important 60%> | <WRAP center round important 60%> | ||
| **AUTHENTICATION** | **AUTHENTICATION** | ||
| Line 9: | Line 9: | ||
| - | ===== 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 31: | Line 33: | ||
| |property_id|str/ | |property_id|str/ | ||
| - | ===== Response ===== | + | ==== Response ==== |
| + | <WRAP round 100%> | ||
| + | < | ||
| + | RESPONSE_TEMPLATE | ||
| + | </ | ||
| + | </ | ||
| + | ===== AoE3:DE ===== | ||
| + | ==== Request ==== | ||
| <WRAP round 100%> | <WRAP round 100%> | ||
| - | **AoE2DE** | + | < |
| + | GET / | ||
| + | Host: aoe-api.worldsedgelink.com | ||
| + | Accept: | ||
| + | Accept-Encoding: | ||
| + | Cookie: ApplicationGatewayAffinity=29259ca9e836dd7648ed1ca403a17cde; | ||
| + | Cache-Control: | ||
| + | Content-Type: | ||
| + | Pragma: no-cache | ||
| + | </ | ||
| + | </ | ||
| + | ^parameter ^type ^value ^comments ^ | ||
| + | |callNum| int | 123 || | ||
| + | |connect_id|||| | ||
| + | |lastCallTime| timestamp||| | ||
| + | |profile_id|int|-2|| | ||
| + | |property_id|str/ | ||
| + | |sessionID|str||| | ||
| + | |||
| + | ==== Response ==== | ||
| + | <WRAP round 100%> | ||
| < | < | ||
| - | RESPONSE_TEMPLATE | + | HTTP/1.1 400 Bad Request |
| + | Date: Wed, 26 Oct 2022 19:03:48 GMT | ||
| + | Content-Type: | ||
| + | Content-Length: | ||
| + | Connection: keep-alive | ||
| + | Request-Context: | ||
| + | Request-Path: | ||
| + | Cache-Control: | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | ===== 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||| | ||
| + | |profile_id|int|99|| | ||
| + | |property_id|str/ | ||
| + | |sessionID|str||| | ||
| + | |||
| + | ==== Response ==== | ||
| + | <WRAP round 100%> | ||
| + | < | ||
| + | [ | ||
| + | 0 | ||
| + | ] | ||
| </ | </ | ||
| </ | </ | ||