Record Requests

How to capture HTTP(s) with Stoobly for mocking and testing

Now that you have intercepted requests, you are now ready to start recording them!

Setup Agent

  1. Visit http://localhost:4200 to access the UI

  2. Click the Run button

For more details, see the full recording page for a step-by-step guide.

How to Record Requests

Send Requests

Here are some suggested ways to send requests for us to record:

  • Navigate to your application's web interface

  • Send requests with cURL

  • Run existing test suites

After sending requests, they are intercepted by the agent and then recorded. You should then see the requests appear in the Stoobly UI.

Next Steps

You're all setup! Depending on your use case, you may want to take a look at:

Last updated