mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-27 00:55:57 +03:00
[GH-ISSUE #1664] Allows multiple scripts to be executed #1655
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#1655
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 @iTgo-lyq on GitHub (Jun 4, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1664
Originally assigned to: @NghiaTranUIT on GitHub.
Description
Allow running each matched script in sequence, processing requests and responses using a pipeline-like approach.
Why this feature/change is important?
I think it would be great if every script that satisfies the matching rules can be executed, not just the first one. This would make it easier to split and combine logic. For instance, I need to add specific header items to all requests from certain domains, which clashes with mocking the return value of a particular request interface for that set of domains.
@NghiaTranUIT commented on GitHub (Sep 30, 2023):
Just a friendly reminder that this feature has already shipped in in the latest 4.12.0 build. Ref: https://github.com/ProxymanApp/Proxyman/issues/1190