drogue-iot / drogue-cloud

Cloud Native IoT
https://drogue.io
Apache License 2.0
113 stars 30 forks source link

Add CORS headers to the HTTP endpoint #320

Closed ctron closed 1 year ago

ctron commented 1 year ago

In order to allow web browser based simulators to directly send data to the HTTP endpoint, we should consider adding CORS headers to the http endpoint.

Additionally, it might be nice to be able to disable this behavior.

As we might need this for ECE, backporting this to 0.10.x would be great.