curl-trace-parser icon indicating copy to clipboard operation
curl-trace-parser copied to clipboard

SSL data in curl tracefile not ignored

Open SteveHespelt opened this issue 3 years ago • 0 comments

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.

SteveHespelt avatar Sep 23 '20 14:09 SteveHespelt