-
Notifications
You must be signed in to change notification settings - Fork 980
Closed
Labels
Description
Description
CORS related headers are not customizable. Error when using API:
Access to XMLHttpRequest at 'http://localhost:5052/beacon/validators' from origin 'http://localhost:2003' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Version
Docker image sigp/lighthouse 947bb6ea3cac
Present Behaviour
App can't communicate with the HTTP API because of different URLs.
Expected Behaviour
I can modify headers and pass Access-Control-Allow-Origin
Reactions are currently unavailable