LocalLB::ProfileHttp::ViaHeader

Introduced : BIG-IP_v11.0.0
The Via header concatenates information for each intermediate router in a response or request. This information can be used to identify intermediate routers that forward messages or protocols used by those routers. This option can be configured for both requests to the OWS and responses from the OWS. The Via header includes both required and optional protocol information such as: the protocol used (required except when the HTTP protocol is used), the protocol version used (required, such as 1.0, 1.1, and so on for HTTP), the hostname (required, though an alias may be used), the port number used (optional, though when omitted, the default port applies), and a comment describing the router (optional).

Members

Member

Value

Description

VIA_HEADER_UNKNOWN

0

The Via header setting is either unknown or unsupported by iControl.

VIA_HEADER_REMOVE

1

The profile deletes the Via header in a request or response.

VIA_HEADER_PRESERVE

2

The profile includes the Via header in a request or response.

VIA_HEADER_APPEND

3

The profile appends the string specified in the Send Proxy Via Header Host Name field.

See Also

Warning

The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.

Sample Code


The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.