AdaHeads / call-flow-control

Call-information flow server.
Other
6 stars 8 forks source link

Server need to reply with CORS headers on all REST interfaces #8

Closed rostgaard closed 11 years ago

rostgaard commented 11 years ago

Currently Alice does not send CORS headers on 404 replies, due to it being handled by the standard AWS handler. Fixing should be a simpler matter of taking control back.

Fight the power, don't let AWS take control of our 404's.

rostgaard commented 11 years ago

Fixed in repository. 404 now also reply a JSON string.