Skip to content

Commit 5dddf28

Browse files
committed
feat: add support for "x-forwarded-for" header in inbound request processing
1 parent 800ab83 commit 5dddf28

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

backend/app/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ async def inbound(request: Request):
112112
"x-forwarded-port",
113113
"x-forwarded-proto",
114114
"x-forwarded-server",
115+
"x-forwarded-for",
115116
"x-real-ip",
116117
}
117118
filtered: List[Tuple[str, str]] = []

0 commit comments

Comments
 (0)