Skip to content

Path + Query

About

Path + Query Condition is a traffic manipulation tool to manipulate HTTP requests incoming to a Backend Server based on their target path and query.

How to Add?

To add a path + query condition from TR7 ASP web interface, "Traffic Manager > Traffic Manipulation > Conditions > Add" steps are followed. At the current page Path + query is selected as a Criteria and the following form is shown.

Interface

Path + Query Form

LOGO

Path + Query Condition Adding 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 + Query is selected.

- Match Type

Condition is triggered when the incoming HTTP request path + query exactly matches the Query value.

Condition is triggered when the incoming HTTP request path + query starts with the Query value.

Condition is triggered when the incoming HTTP request path + query ends with the Query value.

Condition is triggered when the incoming HTTP request path + query contains the Query value.

Condition is triggered when the incoming HTTP request path + query 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 parameter for the selected path + query is entered.

- Condition Description


Condition description is generated automatically depending on the configuration.

- Form Buttons

Add button can be clicked to add the configured condition.

Add & Repeat button can be clicked to add the configured condition. With this option, new conditions with different configurations can be added without leaving the current tab. Following alert is given when the button is clicked.

LOGO