IntelliJ IDEA 12.1.0 Web Help

Some features described here are available in Ultimate edition only.

Use this dialog box to configure running and debugging of separate HTTP Requests. 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.

The dialog box consists of the following areas:

Click here for the description of the options that are common for all run/debug configurations.

Configuration

ItemDescription
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:
  • POST
  • GET
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.

See Also

Concepts:

Procedures:

Web Resources: