Hi there,
I’m trying to dump HAR file using mitmdump on Win 10. I am using the example har_dump.
mitmdump -s examples/complex/har_dump.py -w dump.mitm --set hardump=dump.har
I launch this command in cmd/powershell and everything is okay, I can see the flow in real-time.
The problem is that when I stop the command (CTRL+C), I obtain only the dump.mitm file. Where is the har file?
Thanks for help.