cesium-ml / baselayer

Fully customizable (scientific, compute-intensive) web application template
http://cesium-ml.org/baselayer/
30 stars 18 forks source link

No error message on invalid Authorization header #244

Closed stefanv closed 2 years ago

stefanv commented 2 years ago

To test:

curl -H "Authorization: toke 434146b9-2a87-4f4c-abc6-fa457eb48948" http://localhost:5000/api/sysinfo

or

curl http://localhost:5000/api/sysinfo
stefanv commented 2 years ago

Sysinfo doesn't require authentication, so it never looks at the authorization header.