/har_parse_requests

Filters down on requests after using parse tool for .har files

Primary LanguagePython

USAGE

  1. Use a web browser's developer tools to capture network traffic.
  2. Save as http archive file (.har)
  3. Place .har in hars folder of this project
  4. Either pip install harparser or pip install -r requirements.txt
  5. python har_parse_requests.py
  6. Read .log files for REQUEST URL, REQUEST Headers, REQUEST DATA, and RESPONSE CONTENT

Enjoy!

TROUBLESHOOT

  1. Open an issue?

TODOs

  1. Format output so it can easily be copied and pasted into python code using requests