Skip to content

HTTP Request Body

About

The HTTP Request Body condition is used to manipulate traffic by examining the body (body) of the HTTP request coming to the vService. The size of the body to be checked should be between 1-16384 Bytes. It can be adjusted in the Inspect Body Size (Bytes) tab.

How to Add?

To add the HTTP Request Body condition, follow the steps of "Traffic Manager > Traffic Manipulation > Conditions > Add" through the TR7 ASP web interface. On the page that appears, select HTTP Request Body as the Criteria to obtain the form below.

Interface

HTTP Request Body Form

LOGO

HTTP Request Body 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.

- Criterion


HTTP Request Body is selected.

- Matching Method

If the provided Query exactly matches the HTTP body incoming to the vService in response time, the condition is triggered.

If the HTTP body incoming to the vService starts with the provided Query in response time, the condition is triggered.

If the HTTP body incoming to the vService ends with the provided Query in response time, the condition is triggered.

If the provided Query is included in the HTTP body incoming to the vService in response time, the condition is triggered.

If the provided Query RegEx matches the HTTP body incoming to the vService in response time, the condition is triggered.

- Case Insensitive


When the checkbox is selected Query parameter will be checked without regard to uppercase/lowercase letters. By default, it is unselected.

- Query


The desired HTTP request body to be matched is entered.

- Body Size to Parse (Bytes)


The size of the content sent in the request body to be parsed is determined in Bytes.

- 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