mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-28 17:45:50 +03:00
[GH-ISSUE #359] [Feature] Record and map local #358
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#358
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 @shirshak55 on GitHub (Dec 25, 2019).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/359
Originally assigned to: @NghiaTranUIT on GitHub.
How about recording the response for sometime using buttons and stopping the record will save to lets say some directory and mapping the response.
It will help in api development greatly :)
@NghiaTranUIT commented on GitHub (Dec 26, 2019):
I haven't use the Record feature yet, but it's reasonable idea. Just wondering, Charles Proxy supports this feature, don't it 🤔
@casperriboe commented on GitHub (Jan 6, 2020):
@NghiaTranUIT Charles Proxy is always in recording mode, but you need to save all the data yourself. But it goes a little step further by having a config of what hosts should be mapped and to what file. So instead of entering all hosts manually and adding each file to it, you have one file you import that takes care of this list of host -> file.
It'd be nice to export a session or selected hosts and simply import this back in as mapped data.
@NghiaTranUIT commented on GitHub (Jan 27, 2020):
Hey @shirshak55 and @casperriboe. I just release Proxyman 1.15.0 with a better Map Local v2.
@casperriboe commented on GitHub (Jan 27, 2020):
Hi @NghiaTranUIT this looks really neat and useful! When you edit the file, when is it saved? Would be great with a Cmd+S shortcut and/or a "Save"/"Apply" button.
@NghiaTranUIT commented on GitHub (Jan 27, 2020):
@NghiaTranUIT commented on GitHub (Jan 27, 2020):
Debouncing after 2 seconds - not Throttling. Sorry 😅
@casperriboe commented on GitHub (Jan 27, 2020):
Sounds good!