Skip to content

The Request Builder

Solo’s Request Builder allows you to construct complex HTTP requests, manage dynamic variables, and inspect responses.


Clicking the “Send” button triggers a series of automated procedures.

The {{variable}} placeholders in the URL, Headers, and Body are recognized and instantly replaced with corresponding values from the selected environment or test sessions.

At the end of each call, a complete overview is provided:

  • Status Badge: Immediate identification of the outcome (e.g., 200 OK in green, 404 Not Found in red).
  • Time and Size: Millisecond-by-millisecond measurement of API latency.
Close-up of response metadata: green '200 OK' status code, response time in ms, and body size.Close-up of response metadata: green '200 OK' status code, response time in ms, and body size.

The configuration is divided into logical tabs.

Select the HTTP method (GET, POST, etc.) and URL. Environment variable autocompletion is available.