Given a har or chls file, can proxyman-cli filter out request and response data from that file and generate a copy of it without that data?

Suppose I was given a chls or har file. Using the cli, can proxyman-cli filter out large requests and responses from that har or chls file (i.e. a request/response to a .mp4 file) and generate a new copy of that har or chls file without it?

I did not find success with the Charles cli, so I figured maybe proxyman has a way to do this.

Note, I would like to implement this using a shell script (no GUI).

If other tools are capable of doing this, I’d be open to other suggestions as well.

Leave a Comment