mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-25 16:15:55 +03:00
[GH-ISSUE #164] Feature Request: Smart/App folder for mobile app #162
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#162
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 (Jun 7, 2019).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/164
Originally assigned to: @NghiaTranUIT on GitHub.
When debugging mobile http calls, it would be nice to group calls with either a smart folder implementation or the same app approach as macOS apps.
Example of smart folder:
If user agent is viper, group in this folder.
@NghiaTranUIT commented on GitHub (Jun 7, 2019):
Currently, It's possible in macOS, since we could get the port, then scanning the pid and get the app information. However, it's impossible to know what the app in iOS device is when making the HTTPS Request, since Proxyman isn't capable of checking the local port of iPhone.
For that reason, we could do same approach for mobile app like what Proxyman does on macOS 😿
Your idea about smart folder is great, I would suggest that Proxyman could implement the Rule feature for particular folder. For instance, this folder will contains all flows, which have user-agent=viper in the header.
The UI could look like

Does it fulfill your desire? @jason-edstrom
@jason-edstrom commented on GitHub (Jun 7, 2019):
Love it! I figured that iOS app context would be a little difficult, but I wanted to bring it up in case you had ideas. That will works nicely for my needs. Thanks!
@NghiaTranUIT commented on GitHub (Jun 8, 2019):
Cool, I will take it into account 👍