menpo / landmarker.io

Image and mesh annotation web application
https://www.landmarker.io
BSD 3-Clause "New" or "Revised" License
114 stars 21 forks source link

basic auth is not set on PUT #67

Closed jabooth closed 9 years ago

jabooth commented 10 years ago

the PUT requests to save annotations seems is not respecting Basic auth

jabooth commented 9 years ago

This was (I think) due to ngrok's basic auth being incorrectly implemented for CORS - see https://github.com/inconshreveable/ngrok/issues/196

I've moved to enabling basic auth directly inside landmarkerio-server (see https://github.com/menpo/landmarkerio-server/commit/a70017573c798da830630c639d644bff554824fb) - now if we use this and just ngrok for SSL the problem is fixed.