Skip to content

Your first probe

This guide walks you through creating a project, adding an HTTP probe, and sending your first request.

[SCREENSHOT: Sidebar with “New project” button highlighted]

Click New project in the left sidebar, enter a name, and confirm. Projects are the top-level container for probes and chains.

[SCREENSHOT: Empty project with “New probe” dropdown open, HTTP selected]

Inside your project, click New probe and choose HTTP. A new probe opens in the editor.

[SCREENSHOT: HTTP probe editor with URL field, method dropdown, and Send button]

Fill in the target URL and select the HTTP method (GET, POST, etc.). You can also add:

  • Headers — custom request headers
  • Query parameters — appended to the URL
  • Request body — for POST/PUT/PATCH requests
  • Cookies

Click Send. VirtuProbe connects to the target and displays the response:

[SCREENSHOT: HTTP probe with response panel showing status code, headers, and body]

  • Status code and response time
  • Response headers
  • Response body with syntax highlighting

Every send is recorded. Open the History panel at the bottom of the probe to browse previous responses.

[SCREENSHOT: Probe history panel expanded, showing timestamped entries]

  • Add assertions to automatically validate the response
  • Use environments to parameterize the URL and headers with {{variables}}
  • Chain this probe with other protocols in a chain