As discussed in our
, in certain use cases users might what to restrict usage of WebThing affordances to a certain Origin. Currently, the Access-Control-Allow-Origin header is hardcoded in our http-server. A nice to have would be to configure that value using an option parameter with the default value being *.
As discussed in our
, in certain use cases users might what to restrict usage of WebThing affordances to a certain Origin. Currently, the
Access-Control-Allow-Originheader is hardcoded in ourhttp-server. A nice to have would be to configure that value using anoptionparameter with the default value being*.