[GH-ISSUE #1548] Scripts aren't combining themselves for same endpoints requests #1542

Closed
opened 2026-03-03 19:52:18 +03:00 by kerem · 1 comment
Owner

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

  1. Create first script for a domain, add a key "script1" and a value "value" in the headers.
  2. Create a second script for the same domain, add a key "script2" and a value "value" in the headers.
  3. Send a request to this domain.

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

  • App version: e.g Proxyman 4.2.1
  • macOS version: e.g macOS Ventura 13.2
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 1. Create first script for a domain, add a key `"script1"` and a value `"value"` in the headers. 2. Create a second script for the same domain, add a key `"script2"` and a value `"value"` in the headers. 3. Send a request to this domain. ## 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 - App version: e.g Proxyman 4.2.1 - macOS version: e.g macOS Ventura 13.2
kerem 2026-03-03 19:52:18 +03:00
Author
Owner

@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.

<!-- gh-comment-id:1434170519 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Proxyman#1542
No description provided.