Component Administration
 

Configuration of URL Patterns - SiteMinder Web Access

This window appear when the icon adjacent to the URL text box is clicked.

The web page(s) that is being accessed has to be provided in the URL text box. While multiple URLs (separated by commas) can be provided, each URL should be of the format URL name:URL value. URL name is a unique name assigned to the URL, and the URL value is the value of the URL. For example, a URL can be specified as HomePage:http://192.168.10.12:7077/, where HomePage is the URL name and http://192.168.10.12:7077/ is the URL value.

In the CONTENT text box, specify a set of instruction:value pairs that are used to validate the content being returned by the test. If the CONTENT value is none:none, no validation is performed. The number of pairs specified in this text box, must be equal to the number of URLs being monitored. The instruction should be one of Inc or Exc. Inc tells the test that for the content returned by the web server to be valid, the content must include the specified value (a simple string search is done in this case). An instruction of Exc instructs the test that the server's output is valid if it does not contain the specified value. In both cases, the content specification can include wild card patterns. For example, an Inc instruction can be Inc:*Home page*. An Inc and an Exc instruction can be provided in quick succession in the following format: Inc:*Home Page*,Exc:*home.

The CREDENTIALS parameter is to be set if a specific user name / password has to be specified to login to a page. Against this parameter, the URLname of every configured URL will be displayed; corresponding to each listed URLname, a Username text box and a Password text box will be made available. If the web server on which the test executes supports ‘Anonymous user access’, then this parameter will take either of the following values:

  • a valid Username and Password for every configured URLname
  • none in both the Username and Password text boxes of all configured URLnames (the default setting), if no user authorization is required

To add more URL, click on the Add More button in this page. To clear all the URL specifications, simply click the Clear button. To save the specification, just click on the Update button.