Available match types
Here are the available Cloudlets match types as well as the Cloudlets supported.
All match types support negation.
Match type | Matches based on | Wildcard support | Case sensitivity support | Multiple Value Support |
---|---|---|---|---|
Cookie | a combination of cookie name and cookie value. | ✓ | ✓ | ✓ |
Default | any and all incoming requests. | |||
Device characteristics | a list of available device characteristics. | |||
File extension | the file extensions to match on. | ✓ | ✓ | ✓ |
Hostname | the hostnames to match on. | ✓ | ✓ | |
IP address/CIDR list | either an IPv4 address or CIDR list. | ✓ | ||
Protocol | the protocol to match on. HTTP or HTTPS protocol are the current options, and you can only select one protocol per match. | |||
Proxy | whether the edge platform has determined that the incoming IP address is acting as a proxy. | |||
Query string | the query string values to match on. For example, name or name=value1 or name=value1 value2 . | ✓ | ✓ | ✓ |
Range | a range of values. | ✓ | ||
Request header | a request header value. | ✓ | ✓ | |
Request method | the method used for the request, like GET or POST . | |||
URL path | the URL paths to match on. For example: /clothing/children/shoes/shoe1.jpg . | ✓ | ✓ | ✓ |
URL regular expression | a regular expression. See Regular expressions for Cloudlets rules for more information. | ✓ | ||
User location data | a combination of the following geographic categories: continent, country, and region/state. | ✓ |
Updated over 1 year ago