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
With origin header is set to empty, meaning that the header exists but doesn't have a value, we have this error : "CORS Rejected - Invalid origin" when calling RPC methods.
This is related to this #6666, as the regex is now more restrictive.
Acceptance Criteria
RPC methods should reply with the correct output when RPC and the namespace is enabled.
Description
With origin header is set to empty, meaning that the header exists but doesn't have a value, we have this error : "CORS Rejected - Invalid origin" when calling RPC methods.
This is related to this #6666, as the regex is now more restrictive.
Acceptance Criteria
RPC methods should reply with the correct output when RPC and the namespace is enabled.
Steps to Reproduce (Bug)
Expected behavior: [What you expect to happen]
Besu should reply here with the chain head block number
Actual behavior: [What actually happens]
Error
Frequency: [What percentage of the time does it occur?]
Always (when origin is empty)
The text was updated successfully, but these errors were encountered: