audit-response-codes

Use the audit-response-codes stanza entry to control whether WebSEAL generates an audit event that is based on the response code of the HTTP response.

Syntax

code = {yes|no}

Description

Determines whether WebSEAL generates an audit event for an HTTP request that is based on the response code of the HTTP response.

Options

yes
WebSEAL generates an audit event for an HTTP response that matches the corresponding response code.
no
WebSEAL does not generate an audit event for an HTTP response that matches the corresponding response code.

Usage

This stanza entry is optional.

Default value

None.

Example

200 = no
304 = no
401 = yes