Configuration
| Item | Description |
|---|---|
| Server | From this drop-down list, select the server access configuration to interact with the Web server where the application is executed. |
| URL | In this text box, specify the host element of the request in question. Type element relative to the host specified in the debug server configuration. As you type, IntelliJ IDEA composes the URL address on-the-fly and displays it below the text box. |
| Request method |
From this drop-down list, choose the relevant request type. The available options are:
|
| Query String | In this text box, type the query string of the request, this string will be appended to the request after the ? symbol. |
| Request Body |
In this text box, type the data to be sent to the server through the POST request.
Note The text box is available only for request methods of the type POST. |

.
This is helpful when you are actually interested in a specific page that is accessed in a number of steps,
but for this or that reason you cannot specify this page as the start page for debugging, for example, because you need to "come" to this page with certain data.