mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 00:25:56 +03:00
[GH-ISSUE #553] Feature request: record/display responses when using "Repeat" and "Edit and Repeat" when recording is paused #549
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#549
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 @crankygeek on GitHub (Jul 15, 2020).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/553
Originally assigned to: @NghiaTranUIT on GitHub.
Proxyman version? (Ex. Proxyman 1.4.3)
2.2.0
macOS Version? (Ex. mac 10.14)
macOS 10.14.6
It would be helpful if any time a request is generated from within Proxyman that the request/response are recorded, since there may be no other way to see the result of this manual request.
I typically have a lot of remote devices sending traffic through proxyman. Sometimes I pause recording to help me focus on a specific range of requests. While in this state, I may edit and repeat a request, only to remember afterwards that recording is paused.
I could see this happening in a few different ways, though I don't know whether any of these are the best approach:
I prefer the first option, as I won't have to remember to enable anything, but I'm sure the others would work just as well after a little muscle memory retraining. :)
Thanks
@NghiaTranUIT commented on GitHub (Jul 16, 2020):
Totally agree with you, and I prefer the first approach since it's easier for the end-users 😄
I'm working on it now and send you a beta asap 👍
@NghiaTranUIT commented on GitHub (Jul 16, 2020):
Please check out this fix: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_2.2.0_Edited_Request_Issues.dmg
Basically, you can the edited requested will always show on the Table regardless of the Recording or Overriden HTTP Proxy option.
@crankygeek commented on GitHub (Jul 16, 2020):
I ran the fix through a few sessions and the implementation is perfect for me. Couldn't think of good edge cases to play with, but basic functionality looks to be working as expected.
Thanks!