HTTP Client

Test your endpoints directly in the web interface.

What is the HTTP Client?

The integrated HTTP Client allows you to test your mock endpoints without leaving the Mockario interface. It's like an integrated Postman/Insomnia.

How to Use

  1. How to Use
  2. Select the HTTP method (GET, POST, PUT, DELETE)
  3. Enter the endpoint URL
  4. Add headers if needed
  5. Add body for POST/PUT/PATCH
  6. Click “Send”
  7. View the response
mockario.com

Select Endpoint

You can select an endpoint from the list to automatically fill URL, method, and headers:

  • Click the endpoint selector
  • Choose the desired endpoint
  • The fields will be filled automatically

Authentication

The HTTP Client supports the following authentication types:

  • Bearer Token - For JWT
  • Basic Auth - Username and password
  • API Key - API key in header

History

Your requests are saved in history so you can revisit and run them again.

Tip

Use history to quickly repeat requests during development.