envoyproxy/gateway
View on GitHubCORS: implicitly allows OPTIONS method when SecurityPolicy with CORS attached to a path to serve preflight requests
Open
#7,372 opened on Oct 30, 2025
help wantedkind/enhancement
Repository metrics
- Stars
- (2,871 stars)
- PR merge metrics
- (PR metrics pending)
Description
#7144 implicitly allows OPTIONS method when CORS filter attached to a path to serve preflight requests. We should consider doing the same for SecurityPolicy with CORS to keep the behavior consistent.
Related to #6316