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
Title: [One line description](cors: reject unexpected cors requests)
Description:
Now, the unexpected cors requests (like some required headers lost) will be proxied to upstream directly to let the upstream to make the final decision.
Title: [One line description](cors: reject unexpected cors requests)
Description:
Now, the unexpected cors requests (like some required headers lost) will be proxied to upstream directly to let the upstream to make the final decision.
This actually doesn't match our instuition. We even add a specific note to explain the behavior to our users. See https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/cors_filter
You maybe better if we can provide an option to reject unexpected cors requests, like OPTIONS requests without origin header, etc.
[optional Relevant Links:]
The text was updated successfully, but these errors were encountered: