[GH-ISSUE #241] Feature Request: Exporting custom groups to har. #235

Open
opened 2026-03-03 19:16:35 +03:00 by kerem · 3 comments
Owner

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

  1. Create a custom group
  2. Add domains to custom group
  3. Right-click on the custom group level

Expected behavior

I should be able to export the service calls captured related to that custom group.

Screenshots (optional)

image

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.

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 1. Create a custom group 2. Add domains to custom group 3. Right-click on the custom group level ### Expected behavior I should be able to export the service calls captured related to that custom group. ### Screenshots (optional) ![image](https://user-images.githubusercontent.com/2515629/62839490-165b5280-bc50-11e9-8af2-92f02377771b.png) 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.
Author
Owner

@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 entries is 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 😄

<!-- gh-comment-id:520282402 --> @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 `entries` is 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 😄
Author
Owner

@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 🎉

<!-- gh-comment-id:520669090 --> @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 🎉
Author
Owner

@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

<!-- gh-comment-id:520678062 --> @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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Proxyman#235
No description provided.