mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 08:35:53 +03:00
[GH-ISSUE #1548] Scripts aren't combining themselves for same endpoints requests #1542
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#1542
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 @novitae on GitHub (Feb 16, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1548
Description
When creating two scripts with the same wildcard, when requesting (idk if it does the same for the response), only one script will be executed.
Steps to Reproduce
"script1"and a value"value"in the headers."script2"and a value"value"in the headers.Current Behavior
You should see only one of the two keys
"script1"or"script2"Expected Behavior
You should see both of the keys, the scripts should be executed one after the other on the request, and also one after the other on the response.
Environment
@NghiaTranUIT commented on GitHub (Feb 17, 2023):
It's related to https://github.com/ProxymanApp/Proxyman/issues/1190
Basically, we decide that one Request can be executed by one Scripting Rule. We don't allow multiple scripts to run on a single Request/Response.