envoyproxy/envoy

CORS. Dynamic set access-control-allow-headers from access-control-request-headers

オープン

#8,218 opened on 2019/09/11

 (4 件のコメント) (0 件のリアクション) (0 人の担当者)C++ (5,373 件のフォーク)batch import
enhancementhelp wanted

Repository metrics

Stars
 (27,997 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド