macro

macro = macro[:name]

Description

URL-encoded macros to include in the query string for all redirected management page requests. WebSEAL provides a default set of macros.

By default, WebSEAL uses the macro values as arguments in the generated query string. Alternatively, we can customize the name of the arguments used in the query string by adding a colon followed by a name value.

Options

Usage:

This stanza entry is optional.

Default: None.

Example:

The following entry causes WebSEAL to use the default value USERNAME as an argument in the query string.

macro = USERNAME

The following entry causes WebSEAL to use the custom value myUserName as an argument in the query string.

macro = USERNAME:myUserName

Parent topic: [local-response-macros] stanza