feat(api): add 'cookie' to passthroughSkipHeaderNamesLower
This commit is contained in:
@@ -58,6 +58,8 @@ var passthroughSkipHeaderNamesLower = map[string]struct{}{
|
|||||||
"transfer-encoding": {},
|
"transfer-encoding": {},
|
||||||
"upgrade": {},
|
"upgrade": {},
|
||||||
|
|
||||||
|
"cookie": {},
|
||||||
|
|
||||||
// Additional headers that should not be forwarded by name-matching passthrough rules.
|
// Additional headers that should not be forwarded by name-matching passthrough rules.
|
||||||
"host": {},
|
"host": {},
|
||||||
"content-length": {},
|
"content-length": {},
|
||||||
|
|||||||
Reference in New Issue
Block a user