Openseadragon requests images from Cantaloupe as anonymous #2011
Labels
Repository:Open Sea Dragon
Issues pertaining to the repository: https://github.com/Islandora/openseadragon
Currently, Openseadragon makes no attempts to provide credentials when requesting images from Cantaloupe. If files on Drupal are properly restricted, then even when going to a page as admin, you'll get a 403 in the Openseadragon viewer. Drupal is requiring its JWT token in the
Authorization
header from the AJAX request that Openseadragon sends.This can be accomplished in two parts:
Authorization
header to the AJAX request by properly configuring the Openseadragon viewerAuthorization
header so it's available to theHttpSource
The text was updated successfully, but these errors were encountered: