mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 00:25:56 +03:00
[GH-ISSUE #1533] Map local - Matching rule. Add rules to response body #1528
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#1528
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 @almaz010891 on GitHub (Feb 9, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1533
Description
Case:
All API calls for specific service have the same endpoint (e.g api/v2/tickets)
Sertain action specified in request body (e.g {"action":"book"}, {"action":"buy"})
I need create rule with response only for api/v2/tickets with "action":"buy", but this functionality doesn't exists for this case
Why this feature/change is important?
Map Local feature can't be use in some cases. For me it's very often case
@NghiaTranUIT commented on GitHub (Feb 9, 2023):
It's what the Scripting tools is designed for @almaz010891
Here is a tip:
@almaz010891 commented on GitHub (Feb 9, 2023):
Thank you for this tip!
BUT...
I think it will be a good feature to do this via UI also. See my answear fot this issue - of course, scripting is good instrument, but in this case its may be too complicated for certain users. If you provide simplest way to use some features (e.g. this feature request) (I think UI is the simplest way) - you get the most handy/easy instrument for users)