Reply filters represent rules that can be used to control the actions Darcy takes with regard to the content of the HTTP Reply. For example, pages that contain a certain copyright text can be ignored, in order to avoid legal issues.
Note: Any filter from the list is considered enabled and will be used at run-time.
The following properties are available for a certain filter:
Name
Defines the name of the filter. This is not a unique identifier and more filters may have the same name but we do not recommend this as it will be very difficult to differentiate between such filters;Description
Defines the description of the filter. A text which briefly presents what this filter does in order to outsiders, why the filter is enabled;Match
A regular expression that must match the desired text from the response content. The edit button can be used for testing;Match Success
Represents that action that must be performed if the previously defined pattern matches the response content;Match Fail
Represents that action that must be performed if the previously defined pattern does not match the response content.