Configuration file updates

You can use the [http-transformations] stanza to define HTTP transformation resources.

Use the resource-name configuration entry to define HTTP transformation resources. The configuration entries must be in the following format:

resource-name = resource-file

where:

resource-name
The name of the HTTP transformation resource.
resource-file
The name of the resource XSL file.

For more information, see the [http-transformations] stanza in the Web Reverse Proxy Stanza Reference.

You can use the [http-transformations:<resource-name>] stanza to house configuration that is specific to a particular HTTP transformation resource. The <resource-name> component of the stanza name must be changed to the actual name of the resource. Use the cred-attr-name configuration entry in this stanza to define the credential attribute that is included in the XML input document and used when evaluating the HTTP transformation rule. The configuration entries must be in the following format:

 cred-attr-name = name

where:

name
Name of the credential attribute.

For more information, see the [http-transformations:<resource-name>] stanza in the Web Reverse Proxy Stanza Reference.