Configuring the HttpClient Monitoring Item

On the Modify HttpClient Monitoring Configuration page, set the following URL normalization parameters:

Figure 1 Configuring the HttpClient monitoring item

Normalization Methods

There are four normalization methods: Startwith, Endwith, Include, and Regex.

Usage Example

The following is an example:

URL Path

Description

/app/p?ttern

Matches files such as /app/pattern and /app/pAttern, excluding /app/pttern.

/app/*.x

Matches all .x files in the app directory.

/**/example

Matches /app/example, /app/foo/example, and /example.

/app/**/dir/file.*

Matches /app/dir/file.jsp, /app/foo/dir/file.htm, /app/foo/bar/dir/file.pdf, and /app/dir/file.c.

/**/*.jsp

Matches all .jsp files.