sensebox / sensebox-sketches

Microservice for compiling senseBox Wifi and Ethernet sketches
MIT License
0 stars 2 forks source link

set access-control-allow-origin: * header #15

Closed noerw closed 5 years ago

noerw commented 5 years ago

With the current implementation of the upcoming Blockly / OTA programming mobile app, access from web-browsers running on the phone's localhost domain is required.

If the current access restriction is implemented to minimize load, alternative methods such as a rate-limiter come to mind.

mpfeil commented 5 years ago

Let´s set it to * and see how the load will behave.