mirror of
https://github.com/ProxymanApp/proxyman-windows-linux.git
synced 2026-04-27 00:45:55 +03:00
[GH-ISSUE #282] Opening HAR files generated by Chrome gives malformed or missing responses #280
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#280
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 @BRUHItsABunny on GitHub (Aug 6, 2023).
Original GitHub issue: https://github.com/ProxymanApp/proxyman-windows-linux/issues/282
Originally assigned to: @kics223w1 on GitHub.
Description
Unable to open harfiles generated by other programs, eg: Chrome
Steps to Reproduce
Open Chrome, visit any website with devtools open
Select a request in the network tab and click
Save all as HAR with contentOpen the resulting HAR in Proxyman
See malformed or missing responses
Current Behavior
Currently the response is either malformed or missing entirely

Screenshot was captured from opening HAR file in Proxyman
Expected Behavior
The response body visible and not malformed.

Screenshot was captured from traffic directly intercepted by Proxyman.
Environment
@NghiaTranUIT commented on GitHub (Aug 6, 2023):
Thanks @BRUHItsABunny let us check this bug 👍
cc @kics223w1
@BRUHItsABunny commented on GitHub (Oct 21, 2023):
I have found another inaccuracy in proxyman when it comes to HAR files.
This is a HAR file generated by a Chromium based browser.
As you can tell from the headers, this traffic was http 2.0 but it's being displayed in the raw tab as if it's some mix between http2 and http 1.1.
Now I know that Proxyman isn't able to capture http2 traffic yet, but it seems it can't display it either fully either?
The expected result was to see a http2 request in Proxyman in the raw tab.
Should I open a new issue for this or keep it in this one?
@kics223w1 commented on GitHub (Oct 22, 2023):
Hi @BRUHItsABunny, I noticed that when I was fixing this bug too. I will update the way of building flow from HAR files in the next release.
You don't need to open a new issue, thank you for reporting this.