URL
About
URL Condition is a traffic manipulation tool to manipulate HTTP requests incoming to a Backend Server based on their target URL.
How to Add?
To add a URL condition from TR7 ASP web interface, "Traffic Manager > Traffic Manipulation > Conditions > Add" steps are followed. At the current page URL is selected as a Criteria and the following form is shown.
Interface
URL Form
- Condition Name (Optional)
Name for the condition is entered. If no name is given to the condition Condition Description will be visible in the TR7 ASP interface to represent the added condition.
- Criteria
URL is selected.
- Match Type
Condition is triggered when the incoming HTTP request URL exactly matches the Query value.
Condition is triggered when the incoming HTTP request URL starts with the Query value.
Condition is triggered when the incoming HTTP request URL ends with the Query value.
Condition is triggered when the incoming HTTP request URL contains the Query value.
Condition is triggered when the incoming HTTP request URL matches the Query regular expression.
- Case Insensitive
When the checkbox is selected Query parameter will be checked without regard to uppercase/lowercase letters. By default, it is unselected.
- Condition Description
Condition description is generated automatically depending on the configuration.