envoyproxy/envoy
GitHub で見るCORS. Dynamic set access-control-allow-headers from access-control-request-headers
Open
#8,218 opened on 2019年9月11日
enhancementhelp wanted
Repository metrics
- Stars
- (27,997 stars)
- PR merge metrics
- (平均マージ 8d) (30d で 378 merged PRs)
説明
Title: Feature request. Set access-control-allow-headers dynamically from access-control-request-headers with rule
Description:
Now cors filter set response header access-control-allow-headers to allow_headers value from config. Wildcard not support/work in access-control-allow-headers in browser if access-control-request-headers set in request. Best practice resolve this problem, set access-control-allow-headers to value access-control-request-headers if wildcard in config.
Will this implement in envoy? Thanks.