Commit 0e095d4a by CaIon

feat(api): add 'cookie' to passthroughSkipHeaderNamesLower

parent 17be836a
......@@ -58,6 +58,8 @@ var passthroughSkipHeaderNamesLower = map[string]struct{}{
"transfer-encoding": {},
"upgrade": {},
"cookie": {},
// Additional headers that should not be forwarded by name-matching passthrough rules.
"host": {},
"content-length": {},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment