Most conditions (except the
Scripting condition) operate on specific blocks of data.
Conditions have sets of attributes that specify what data is to be used and what should be done if required data is not available.
These attributes are:
- ApplyTo
- Offset
- Length
- IfNull
- UseDataAvail
The basic idea is:
- ApplyTo specifies a block of data (for example a request URL, a response body, the string to be scripted, and so on).
- Offset and
Length are optionally used to target data subsets.