I see CORS errors popping up when trying different EDR beta services. We should mandate how to implement this to avoid later hassle.
Should be sufficient if services returned the following headers in each response:
Access-Control-Allow-Headers: Origin
Access-Control-Allow-Methods: GET
Access-Control-Allow-Origin: *
I see CORS errors popping up when trying different EDR beta services. We should mandate how to implement this to avoid later hassle.
Should be sufficient if services returned the following headers in each response: