Default Request Actions

(default) Translate Host header

The value in the incoming host header is replaced by the back-end host. Rewriting the host header may be necessary if the application server needs the back-end host name in the header instead of the external name (e.g. for name based virtual hosts in the back-end).

This action is enabled by default.

(default) Translate Referer header

The incoming referer header is rewritten to match the back-end protocol/host/URL. Rewriting the referer may be necessary if the application interprets the referer field but is not reverse-proxy compatible.

This action is enabled by default.

(default) Translate Origin header

The incoming origin header is rewritten to match the back-end protocol/host/URL. Rewriting the origin may be necessary if the application interprets the origin field but is not reverse-proxy compatible.

This action is enabled by default.

(default) Add X-Forwarded-For header

Adds an X-Forwarded-For header to preserve the original client IP for back-ends.

This action is enabled by default.

(default) Add X-Forwarded-Proto header

Adds an X-Forwarded-Proto header to preserve the original protocol for back-ends.

This action is enabled by default.