HTTP Headers
Deploio apps are served by our TLS-termination proxy, which set the following HTTP headers to provide request information:
Headers description
-
X-Forwarded-Host
: Specifies the original domain that the user visited before being redirected to your server. -
X-Forwarded-Proto
-X-Forwarded-Scheme
: Indicates whether the original request was made over a secure (HTTPS) or an insecure (HTTP) connection. -
X-Forwarded-Port
: Provides information about the port number used by the original request. -
X-Forwarded-For
-X-Real-Ip
: Contains the IP address of the client that has connected to Deploio. The original chain of IP addresses can be found in theX-Original-Forwarded-For
header. -
X-Original-Forwarded-For
: Contains the value of the X-Forwarded-For header set by a proxy in front of Deploio. This value should only be trusted if the proxy in front of Deploio can be trusted.
Example
X-Forwarded-Host: http-headers.3a76d95.deploio.app
X-Forwarded-Proto: https
X-Forwarded-Scheme: https
X-Real-Ip: 5.148.163.125
X-Forwarded-Port: 443
X-Forwarded-For: 5.148.163.125