URL Path Wildcard

Category: URL

Purpose: Identifies requests by whether the requested URL points to a relative path 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. This relative path includes the filename of the requested assetA file is the most commonly known example of an asset. Refers to any collection of data that is typically stored as a single unit on a storage unit (e.g., disk drive). An example of an asset that is not physically stored on a disk drive occurs when dynamically generated content is not cached..

Choosing the right URL path match condition.

Key information:

Sample Scenarios

Sample scenarios are provided below.

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

Value Relative To Result

*/test.html */test.php

Root or Origin

This pattern will be satisfied by requests for assets named "test.html" or "test.php" in any folder.

/80ABCD/origin/text/*

Root

This pattern will be satisfied when the requested asset meets the following criteria:

  • It must reside on a customer origin called "origin."
  • The relative path must start with a folder called "text." In other words, the requested asset may either reside in the "text" folder or one of its recursive subfolders.

*/css/* */js/*

Root or Origin

This pattern will be satisfied by all CDN or edge CNAME URLs containing a css or js folder.

*.jpg *.gif *.png

Root or Origin

This pattern will be satisfied by all CDN or edge CNAME URLs ending with .jpg, .gif, or .png.

An alternative way to specify this pattern is the URL Path Extension Wildcard match condition.

/images/* /media/*

Origin

This pattern will be satisfied by CDN or edge CNAME URLs whose relative path starts with an "images" or "media" folder.

CDN URL:

http://wpc.0001Represents your customer account number..edgecastcdn.net/800001Represents your customer account number./myorigin/images/sales/event1.png

Sample Edge CNAME URL:

http://cdn.mydomain.com/images/sales/event1.png