Closed schw4rzlicht closed 1 month 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.
JSON.stringify()
This PR fixes the issue.
Thank you for your contribution. Changes published with v7.0.0
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.