For ordinary users, Chrome is just a web browser, but it can be considered a productivity tool for developers.
Recently, I couldn’t reproduce a bug. The only clue was an issue at the data level when the user requested data on the page. To verify this, I needed to understand the user’s situation. So, I asked the business contact to access the system using Chrome, download the HAR file, and send it to me. Once I received the file, I quickly identified and resolved the issue.
That’s right, the key point is HAR. Let’s briefly introduce it here.
HAR
The full name is HTTP Archive format
, a file format that records network request information.
HAR Upload and Download Operations