mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 00:25:56 +03:00
[GH-ISSUE #241] Feature Request: Exporting custom groups to har. #235
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#235
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 @jason-edstrom on GitHub (Aug 11, 2019).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/241
Originally assigned to: @NghiaTranUIT on GitHub.
Proxyman version? (Ex. Proxyman 1.4.3)
1.4.7
macOS Version? (Ex. mac 10.14)
10.14
Steps to reproduce
Expected behavior
I should be able to export the service calls captured related to that custom group.
Screenshots (optional)
I love the export feature so far. Here is an added request to make it a little more user-friendly.
Related to issue #196, #166 and #154.
@NghiaTranUIT commented on GitHub (Aug 12, 2019):
Hey @jason-edstrom, if we would export HAR from the Folder, I suppose that we will lose the information about client/domain nodes, which are children of the Folder. It's the limitation of the HAR 1.2 file (http://www.softwareishard.com/blog/har-12-spec/#entries). As you can see, the
entriesis the array.I suppose that I could support customize key in order to maintain the children nodes. Let give me a try 👍
Btw, thank for the report 😄
@NghiaTranUIT commented on GitHub (Aug 13, 2019):
Hey @jason-edstrom, here is the beta build for this feature: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_1.4.7_HAR_Folder.dmg
Technically, due to the limit of HAR format, so all Client nodes are eliminated and resolve into their domain nodes. It means that the HAR file, which is exported from Folder, only contains all flows and domains.
I tested and it works well in other apps like Charles Proxy, Paw, ...
Thank you in advance @jason-edstrom 🎉
@jason-edstrom commented on GitHub (Aug 13, 2019):
Thanks for the link! I'm going to play with it right now. You are doing excellent stuff here, @NghiaTranUIT