Web parameter: antiCSRFEnabled

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

Parameter

antiCSRFEnabled

Description

This parameter enables tokenization for the web client. By default, this parameter is enabled.

Valid if set from

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

Requires restart of the web applications server?

Yes

Default value

true

Possible values

true or false

Example usage

<init-param>
    <param-name>antiCSRFEnabled</param-name>
    <param-value>true</param-value>
</init-param>

Related topics

System parameters

Web tier parameters

Tokenization

Related topics

Enter a parameter in the web client URL
Enter a parameter in the web.xml file

Related topics

Client parameters for web clients