SearchIn Attribute

Value Description
Type Distinct Value Lists
Default All
Allowed values are:
  • All: This is an abbreviation for the complete list of other values.
  • Header: Search HTTP response headers
  • Body: Search HTTP response bodies
  • HeaderName: Refers to the first parameter of the function WebHeaderAdd.
  • HeaderValue: Refers to the second parameter of the function WebHeaderAdd.

This attribute specifies where to search for rule hits, either in response headers, response bodies, or both.

Example

<SearchIn>Body</SearchIn>
<SearchIn>Header</SearchIn>