nielsboecker / HoloRepository-Core

A system for transforming medical imaging studies into holograms, storing them in the cloud and providing them to other systems.
GNU Affero General Public License v3.0
6 stars 8 forks source link

STORAGE: Access-Control-Allow-Origin: * #36

Closed nielsboecker closed 5 years ago

nielsboecker commented 5 years ago

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 do Access-Control-Allow-Origin: * for the Accessor.