Previous Topic: Define the MatchingRule for the Notification Service

Next Topic: Use a Substring Prefix

Use a StrictPrefix

For the StrictPrefix attribute, the value of the requested URL has to match only the beginning of the URL prefix, before the query string (?). For example, the entry:

<NotificationURL MatchingRule="StrictPrefix">protected</NotificationURL>

will match: http://www.affiliate.com/protected/...

but will not match: http://www.affiliate.com/basic?protected