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

SSL data in curl tracefile not ignored #77

Open
SteveHespelt opened this issue Sep 23, 2020 · 0 comments
Open

SSL data in curl tracefile not ignored #77

SteveHespelt opened this issue Sep 23, 2020 · 0 comments

Comments

@SteveHespelt
Copy link

version 0.0.8

When a curl trace file is generated going against an endpoint using HTTPS, the resulting "Send SSL data", "Recv SSL data" chunks in the tracefile cause 'noisy' output for both the --raw and --blueprint options.
Removing these chunks from the tracefile eliminates the noisy output.
Perhaps the first for loop in the parse() function (in parser.js) could filter out these chunks?

But, on a more positive node, nice tool - as the description states, "If you want a human readable form then this parser is what you need". The blueprint output is a quite nice feature.

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

No branches or pull requests

1 participant