Lemon2311 / IoTFleet.js

Library to control multiple microcontroller devices (ex: esp32, Rpi Pico) over-air with javascript :)
4 stars 1 forks source link

Cross Origin Resource Sharing handling #12

Open Lemon2311 opened 9 months ago

Lemon2311 commented 9 months ago

CORS handling implemented only for http endpoints that initialize digital pins and use digital outputs. Further implementation for the other endpoints and preflight options needed.

Lemon2311 commented 9 months ago

Merge nr #14 added CORS handling for the existing http endpoints, preflight options still needed.