Send API token via URL query parameters

Currently it is only (afaik) possible to send the API token (API2, APIv2.1) as Authentication header. This is a problem when trying to load files from a client web application (to display images, videos) as the browser does not normally send these headers by itself when directly requesting file resources (, , …).

I would like to propose to add a way to also send the token as query parameter (?token=2834827364872364872364) for these specific cases:

  • Download File
  • Get Thumbnail Image
  • … others?

Thanks!

1 Like