1

I have just started using Mockoon tool and I am finding a way to record an api which is already created and running in a port like for example I have a api like http://10.12.150.25:8080/welcome which is already creating and I want to capture request and response going to that api using a Mockoon (I think for this we can import our swagger file and capture but I want it as live recording). as of my understating creating new environment in Mockoon means creating a new api.

queries: Is it possible to do my use cases in Mockoon? If yes how can I achieve that?

Vasantha
  • 47
  • 5

1 Answers1

0

There is no "automatic" recording option in Mockoon. But you can enable the proxy and from the "Logs" tab add the endpoints manually.

  1. Enable the proxy:

enter image description here

  1. Manually mock an request/response:

enter image description here

255kb - Mockoon
  • 6,657
  • 2
  • 22
  • 29