URL Path Extension Wildcard

Category: URL

Purpose: Identifies requests by whether the requested URL points to an asset with a file extension that matches a pattern defined by a wildcardThis type of value supports the use of special characters to establish a pattern. For example, specifying an asterisk within this type of value will match one or more characters. value.

Choosing the right URL path match condition.

Key information:

Sample Scenario

A sample scenario is provided below.

The following sample configuration assume that this match condition is satisfied when a request matches one of the specified values.

Value Description

asp aspx php html

This pattern will be satisfied when it finds any URLs that end with the following values:

  • .asp
  • .aspx
  • .php
  • .html