The current solution to redirect all hologram-related requests directly to the Accessor is not ideal and might be refactored if time allows. However, at least for the /download endpoint, this solution makes sense. So for now, I suggest we do Access-Control-Allow-Origin: * for the Accessor.
This is needed to allow redirection from the UI.
The current solution to redirect all hologram-related requests directly to the Accessor is not ideal and might be refactored if time allows. However, at least for the
/download
endpoint, this solution makes sense. So for now, I suggest we doAccess-Control-Allow-Origin: *
for the Accessor.