You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After using a Nimbus beacon node find out that the server does not send CORS header
This header should be present and configurable via params (like the user can add some address to the CORS list).
The text was updated successfully, but these errors were encountered:
To add to that, CORS is not only about "allowing origin", but the browser is doing preflight request check using OPTION request, where it also check for for allowed headers and methods. These are currently not possible to configure using presto.
After using a Nimbus beacon node find out that the server does not send CORS header
This header should be present and configurable via params (like the user can add some address to the CORS list).
The text was updated successfully, but these errors were encountered: