Server Entry - Traffic Filtering dialog box

Enables you to define a new entry for traffic filtering.

To access
Record > Recording Options > Network > Mapping and Filtering > New Entry / Edit Entry in the Traffic filtering section.

User interface elements are described below:

UI Element
Description
Target server
The IP address or host name of the target server for which this entry applies. You can use an asterisk (*) as a wildcard to include, for example, multiple servers in a single domain.
Default value: All Servers.
Regular Expression
Indicates that the Target server string is a regular expression. You can use a regular expression to define an "all but one" filter. For example, you can filter out all servers that do not contain "acme.com" with the following expression: ^(?!.*\.acme\.com).
Port
The ports to which the filtering should be applied:
All ports, Specific port, or Port range.
Filtering level
Where to apply the filtering:
  • Recording. Filter the selected entries when during recording.
  • Code generation. Filter the selected entries during code generation only. If you enable this option, you will be able to retrieve excluded traffic at a later stage, by modifying the traffic filters before regenerating a script. For details, select Record > Regenerate Script and click Options.

Back to top