Exclude strings or content types from the correlation scan

By default, the correlation engine scans all plain and html text, searching for correlations. Some of the candidates found may not be real correlations. To enhance correlation accuracy, you can configure VuGen to ignore certain text strings, regular expressions, or content types.

To exclude a specific text string:

  1. Select Record > Recording Options > Correlations > Configuration.

  2. Click the button adjacent to Excluded strings.

  3. Click the button to open the Add string to exclude dialog box.

    For example, enter getCachedId to exclude the string getCachedID as a correlation candidate.

To exclude matches of a regular expression:

  1. Select Record > Recording Options > Correlations > Configuration.

    Click the View and Edit button adjacent to Excluded strings.

  2. Click the button to open the Add string to exclude dialog box.
  3. Enter a regular expression and check the Regular Expression box or select the button to view and select from a list box of regular expression character classes and complete the regular expression.

    For example, enter ^navurl:.* to exclude strings such as navurl:\\any_char, navurl:1234 as correlation candidates.

To exclude content types:

  1. Select Record > Recording Options > Correlations > Configuration.
  2. Click the View and Edit button next to Excluded content types to open the Excluded Content Type List dialog box. The list shows the content types that are automatically excluded.
  3. Click the button to add a new entry.

To delete an excluded item:

  1. Highlight an item in the Excluded String List or Excluded Content Type List dialog boxes.
  2. Click the button.

Back to top