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
CORS configuration should be per HTTP subscription. HTTP subscription should allow specifying additional cors field with the following structure (and default values):
This is a Feature Proposal
Right now the event gateway allows all methods, headers, origins
event-gateway/api/events.go
Lines 21 to 26 in a65df4e
CORS configuration should be per HTTP subscription. HTTP subscription should allow specifying additional
cors
field with the following structure (and default values):origins
is an array but actually, it should return only matched origin in the request. See #16.Similar or dependent issues:
The text was updated successfully, but these errors were encountered: