Confirmed users
67
edits
Aamariutei (talk | contribs) No edit summary |
Aamariutei (talk | contribs) |
||
Line 102: | Line 102: | ||
C: Authorization: Basic BASE64== | C: Authorization: Basic BASE64== | ||
C: | C: | ||
C: body | C: { | ||
body { ciphertext{ .... | |||
"type": "send_tab", | "type": "send_tab", | ||
"client_id" : BASE64 ==, | "client_id" : BASE64 ==, | ||
"url": "...", | "url": "...", | ||
"fxtabinfo": "..." / "tabinfo" : {abstract data} | "fxtabinfo": "..." / "tabinfo" : {abstract data} | ||
} | }, | ||
timestamp, | |||
IV | |||
}, | |||
HMAC = "..." | |||
} | |||
</pre> | </pre> |