Downloads

Mint a same-origin download token

Browser download flow endpoint. It requires a same-origin Referer and X-Requested-With: XMLHttpRequest. The token is used by /download.php.

get/download-token.php

Headers

X-Requested-With'XMLHttpRequest' required
Refererstring uri required

Response

Download token response.

tokenstring required

Changes