mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 00:25:56 +03:00
[GH-ISSUE #730] Support Mock API for Scripting #726
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#726
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 @NghiaTranUIT on GitHub (Dec 16, 2020).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/730
Originally assigned to: @NghiaTranUIT on GitHub.
Description
Currently, we can define a Mock API by using the Map Local Tool. For instance, we define https://fake.google.com and provides a response, then the app can call it with the correct body response even though the domain is invalid.
However, it doesn't work with the scripting. We should support it
Acceptance Criteria
@NghiaTranUIT commented on GitHub (Dec 16, 2020):
All done 🎉 with beta build: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_2.14.2_Support_Mock_Response_For_Scripting.dmg
From now, we can define a mock API with a fake response. It must be easier for testing 👍