Skip to content

Add support for X-Forwarded-* and RFC 7239 Forwarded headers#146

Merged
tsegismont merged 1 commit intoeclipse-vertx:mainfrom
tsegismont:issue/130
Mar 25, 2026
Merged

Add support for X-Forwarded-* and RFC 7239 Forwarded headers#146
tsegismont merged 1 commit intoeclipse-vertx:mainfrom
tsegismont:issue/130

Conversation

@tsegismont
Copy link
Member

Closes #130

Configure forwarded headers via ForwardedHeadersOptions to send client request information to origin servers. Supports both de-facto X-Forwarded-* headers (For, Proto, Host, Port) and standardized RFC 7239 Forwarded header. Disabled by default for backwards compatibility.

Some portions of this content were created with the assistance of Claude Code.

Closes eclipse-vertx#130

Configure forwarded headers via ForwardedHeadersOptions to send client request information to origin servers.
Supports both de-facto X-Forwarded-* headers (For, Proto, Host, Port) and standardized RFC 7239 Forwarded header.
Disabled by default for backwards compatibility.

Some portions of this content were created with the assistance of Claude Code.

Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
@tsegismont tsegismont merged commit 860ce93 into eclipse-vertx:main Mar 25, 2026
5 checks passed
@tsegismont tsegismont deleted the issue/130 branch March 25, 2026 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Reverse proxy forwarded headers support

1 participant