Create request from raw HTTP
   September 4, 2022

Debugging web sites and services can be tricky even though you are using tools like Fiddler or Burp. The tools are excellent when it comes to intercept the HTTP calls, but to replay the call and modify parameters and headers then WebMaestro is a better tool

Here is a simple example on how to create a request from raw HTTP.

  1. Start Fiddler and make sure it is capturing web traffic.

  2. Open your web browser and navigate to http://example.com.

  3. Switch back to Fiddler and select the call to http://example.com in the list.

  4. In the right pane select the tab Inspectors and then the tab Raw

Fiddler

  1. Select all text in the textbox with the raw HTTP request and copy it to the clipboard.

  2. Open WebMaestro.

  3. Click the button Import Raw Http in the main menu.

  4. Paste the raw HTTP request into the textbox and click the button Import.

Import Raw HTTP

  1. Click the Send button to execute the request.

Execute request in WebMaestro

The easy way to get started with
HTTP API testing.

Have REST API endpoint that you need to test? Or maybe a SOAP service that you need to mock?
With WebMaestro you can perform both in the app!

Download free version