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?
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?