Demo: turn a browser HAR into request sequence
A HAR sequence diagram explains what the browser requested and in what order. It helps debug login, checkout, asset loading, and API waterfall behavior.
- Group requests by domain to separate first-party and third-party calls.
- Show long API requests as highlighted messages.
- Hide static asset noise when documenting business flow.
Browser -> app.example.com: GET /checkout
Browser -> api.example.com: POST /api/cart
Browser -> pay.example.com: POST /authorize