Valid HAR
- { "log": { "version": "1.2", "entries": [ { "request": { "url": "https://example.com/" }, "response": { "status": 200 } } ] } }
format validator
Validate HTTP Archive (HAR) JSON files client-side—check entries, URLs, and statuses.
Requires top-level log object with entries array.
Each entry must include a request.url (absolute) and response.status (number).
Counts entries and pages; runs fully client-side.
Structure validation only; does not analyze performance timings or content.