URL Path Extension

Applies To:
HTTP Large
HTTP Small
ADN
HTTP Rules Engine - Basic Rules
HTTP Rules Engine - Advanced Rules

Purpose: Identifies requests by their filename extension.

The filename extension for a requested asset determines whether this condition is met. An option is provided to indicate whether this condition will be met when the filename extension "Matches" or "Does Not Match" at least one of the specified filename extensions.

Learn more about the core differences between the various URL path match options.

Key information:

Sample Scenario

The following example demonstrates how this option works in specific situations:

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