Path
About
Path Condition is a traffic manipulation tool to manipulate HTTP requests incoming to a Backend Server based on their target path.
How to Add?
To add a path condition from TR7 ASP web interface, "Traffic Manager > Traffic Manipulation > Conditions > Add" steps are followed. At the current page Path is selected as a Criteria and the following form is shown.
Interface
Path 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
Path is selected.
- Match Type
Condition is triggered when the incoming HTTP request path exactly matches the Query value.
Condition is triggered when the incoming HTTP request path starts with the Query value.
Condition is triggered when the incoming HTTP request path ends with the Query value.
Condition is triggered when the incoming HTTP request path contains the Query value.
Condition is triggered when the incoming HTTP request path 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.
- Query
Query for the selected Path is entered.
- Condition Description
Condition description is generated automatically depending on the configuration.