Export logs as HAR
Author: amal-chandranCreated May 17, 2023Updated Jun 3, 2026
Labelscomponent:appstatus:approved
- While developing locally i use mockoon as a proxy server.
- Interacting with some 3rd part API i might get some exceptions that i need to come back and reproduce later.
- I need to save the requests body for later inspection.
- If we can save the logs as a har file then its easy to import into chrome network tab / http toolkit
The current solution is backend -> mockoon -> http toolkit -> server In this way, i can export the logs from http toolkit
Source: mockoon/mockoon