DevKits

Miscellaneous · Request header

Forwarded

Standardized replacement for X-Forwarded-*.

What is Forwarded?

Forwarded consolidates X-Forwarded-For, X-Forwarded-Host, and X-Forwarded-Proto into a single structured header. Adoption is still limited — most stacks still use the X-Forwarded-* set.

Typical usage

Set by modern reverse proxies.

Examples

Forwarded: for=203.0.113.10; proto=https; host=example.com

Specification

RFC 7239

Related headers