mirror of
https://github.com/ProxymanApp/proxyman-windows-linux.git
synced 2026-04-27 00:45:55 +03:00
[GH-ISSUE #560] HAR export is not HAR 1.2 compliant (missing log.pages, some entries without response) #557
Labels
No labels
Linux
bug
enhancement
enhancement
pull-request
question
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxyman-windows-linux#557
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @habem86 on GitHub (Nov 28, 2025).
Original GitHub issue: https://github.com/ProxymanApp/proxyman-windows-linux/issues/560
Originally assigned to: @kics223w1 on GitHub.
Description
When exporting traffic as HAR from Proxyman, the generated file is not fully compliant with the HAR 1.2 specification.
Because of this, some tools (Firefox Network Monitor and our in‑house HAR viewer) cannot open the file.
There are two issues:
log.pagesis missing completely.log.entriesdo not contain aresponseobject.Steps to Reproduce
Current Behavior
The exported HAR file has this structure at the top:
There is no
log.pagesfield.Some entries in
log.entriesare missing theresponseobject (or it isnull).This causes errors in other tools, for example in Firefox:
Expected Behavior
log.pagesshould be present and be an array, for example:Every
entryinlog.entriesshould contain aresponseobject, even for failed/aborted requests, e.g.:This would make the exported HAR files compatible with Firefox, Chrome DevTools and other HAR analyzers (including our internal viewer).
Environment
@NghiaTranUIT commented on GitHub (Nov 28, 2025):
Thanks, our team will check out and fix it @kics223w1