Web parameter: enableGetOriginalUrl

Web parameters change the behavior of the web clients that connect to the web tier. For more information, see Web tier parameters.

Parameter

enableGetOriginalUrl

Description

When this parameter is enabled, the webtier obtains the original URL from the browser before a user logs in (in TSO or LWSSO mode).

This enables backend servers to identify and use the original URL when a firewall, proxy, or redirect has altered it. For example, when a client connects to the web tier through a hardware load balancer.

Valid if set from

Web tier configuration file (web.xml and webtier.properties)

Requires restart of the web applications server?

Yes

Default value

False

Possible values

True, False

Example usage

   <init-param>
    <param-name>enableGetOriginalUrl</param-name>
    <param-value>True</param-value>
</init-param>

Related topics

Enter a parameter in the web client URL
Enter a parameter in the web.xml file
Client parameters for web clients