BeataKr / axios-har-tracker

This library was designed for gathering HAR files from requests sent using axios
https://github.com/BeataKr/axios-har-tracker
10 stars 10 forks source link

Fix body output #18

Closed schw4rzlicht closed 1 month ago

schw4rzlicht commented 7 months ago

Should be merged after #17 as it is the base branch for this PR.

I found an issue that manipulates text bodies in request and response entries with JSON.stringify() leading to invalid HTML bodies.

This PR fixes the issue.

BeataKr commented 1 month ago

Thank you for your contribution. Changes published with v7.0.0