Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ProtectionCapabilityExclusions

Identifies specific HTTP message parameters to exclude from inspection by a protection capability.

Properties

Optional args

args: Array<string>

List of URL query parameter values from form-urlencoded XML, JSON, AMP, or POST payloads to exclude from inspecting. Example: If we have query parameter 'argumentName=argumentValue' and args=['argumentName'], both 'argumentName' and 'argumentValue' will not be inspected.

Optional requestCookies

requestCookies: Array<string>

List of HTTP request cookie values (by cookie name) to exclude from inspecting. Example: If we have cookie 'cookieName=cookieValue' and requestCookies=['cookieName'], both 'cookieName' and 'cookieValue' will not be inspected.

Functions

getDeserializedJsonObj

getJsonObj