mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 00:25:56 +03:00
[GH-ISSUE #1204] Scripting - Save & Activate doesn't actually enable the rule. #1199
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#1199
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 @mprice-banno on GitHub (Apr 11, 2022).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1204
Originally assigned to: @NghiaTranUIT on GitHub.
Proxyman version? (Ex. Proxyman 1.4.3)
3.3.0 (30300)
macOS Version? (Ex. mac 10.14)
macOS 12.2.1
Notes
This might not be the intended functionality of
Save & Activate, but it is what I thought it did and what I thought I had been using for some time. Unfortunately I was testing something that I didn't want executed on the server, so I had a script configured withRun as Mock APIand I typed ⌘S to save and activate to enable it, I then performed the client function to make the API call, and sadly the script wasn't enabled and the API call went through to the backend.I'm assuming the script edits were saved, but the script rule itself was not enabled.
Steps to reproduce
Expected behavior
Enabledcheckbox is checked.Screenshots (optional)
@NghiaTranUIT commented on GitHub (Apr 12, 2022):
Thanks. It's definitely a bug. "Save & Activate" should enable the current script too 👍
@NghiaTranUIT commented on GitHub (Apr 12, 2022):
I've fixed with this Beta: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_3.3.0_Save_script_should_enable_it.dmg
Thanks for opening the ticket @mprice-banno 👍
@mprice-banno commented on GitHub (Apr 13, 2022):
Works great! Thanks @NghiaTranUIT