Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export logs as HAR #1045

Open
amal-chandran opened this issue May 17, 2023 · 1 comment
Open

Export logs as HAR #1045

amal-chandran opened this issue May 17, 2023 · 1 comment
Labels
feature New feature request

Comments

@amal-chandran
Copy link

  • 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

@amal-chandran amal-chandran changed the title Export logs / Save logs Export logs as HAR May 17, 2023
@255kb 255kb added the feature New feature request label Jul 21, 2023
@adrian-green
Copy link

Related - in the sense of 'fixtures', it would be useful to be able to import from HAR files. In my use case, I've created middleware that captures the request/response (etc) for API traffic. For testing purposes, some of this traffic is converted to HAR (because it is a standard). Postman and other tools can import these, but not Mockoon. It sure would be useful if it could, and would (in my mind) add a whole new level of rapid prototyping for mocking and testing purposes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature request
Projects
None yet
Development

No branches or pull requests

3 participants