feat(api): add 'cookie' to passthroughSkipHeaderNamesLower

This commit is contained in:
CaIon
2026-02-05 22:16:35 +08:00
parent af54ea85d2
commit b55e42eda7

View File

@@ -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": {},