gbv / cocoda

A web-based tool for creating mappings between knowledge organization systems.
https://coli-conc.gbv.de/cocoda/
MIT License
39 stars 5 forks source link

Make sure application runs with both HTTP and HTTPS #26

Closed nichtich closed 6 years ago

nichtich commented 6 years ago

This seems to be a deployment problem:

The backend API needs to be queried the same protocol so better use URLs such as //api.dante.gbv.de/.

HTTPS detection is also required for #15: without encryption login should be disabled.

stefandesu commented 6 years ago

This should work now after the next deployment.