Add Access-Control-Allow-Origin header to response
Waoweens opened this issue · 3 comments
Issue type:
- ➕ Feature request
Short description:
I am trying to GET from a part (using fetch) but the browser seems to block it because of CORS.
Adding the Access-Control-Allow-Origin
header to the response should fix this.