Skip to content

Commit b4c898f

Browse files
Allow x-request-id forwarding for tracing
1 parent 364578d commit b4c898f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agentex/lib/sdk/fastacp/base/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"authorization",
2424
"cookie",
2525
"x-agent-api-key",
26-
"x-request-id",
26+
# Note: x-request-id is NOT blocked - it's useful for tracing/correlation
2727
}
2828

2929
# Legacy constants for backward compatibility

0 commit comments

Comments
 (0)