0

I am using BMP to generate har logs using BMP. Now I want to read the log file using BMP . Is this possible or I will have to use another api such as HarLib

Amrit
  • 413
  • 3
  • 16

1 Answers1

0

BrowserMob Proxy is really just a simple proxy with some test-friendly enhancements, so it can't be used to read or render HAR contents. There are some easy-to-use and functional open-source HAR viewers such as HAR Viewer and Chrome HAR Viewer. The HAR file is valid JSON, so if you just need to read it, you can pretty print it using any JSON formatter.

Jason Hoetger
  • 5,650
  • 2
  • 13
  • 14