audit-response-codes
Use the audit-response-codes stanza entry to control whether WebSEAL generates an audit event based on the response code of the HTTP response.
code = {yes|no}Description
Determines whether WebSEAL generates an audit event for an HTTP request based on the response code of the HTTP response.
Options
yes WebSEAL generates an audit event for an HTTP response matching the corresponding response code. no WebSEAL does not generate an audit event for an HTTP response matching the corresponding response code.
Usage: Optional
Default: None.
Example:
200 = no 304 = no 401 = yes