fxbox / registration_server

The registration server to help with foxbox discovery
4 stars 4 forks source link

Add CORS headers? #8

Closed michielbdejong closed 8 years ago

michielbdejong commented 8 years ago

We want this to be accessible to any web app on any client inside the network, right? Then we need to add a Access-Control-Allow-Origin: * header. It will allow any web page to scan the local network for Boxes that are currently in setup mode, but I think that's the goal, right?

michielbdejong commented 8 years ago

http://knilxof.org:4242/ping has cors headers, currently.