mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-25 16:15:55 +03:00
[GH-ISSUE #1267] Proxyman as a caching proxy #1264
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#1264
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 @amorphius on GitHub (Jun 24, 2022).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1267
Originally assigned to: @NghiaTranUIT on GitHub.
Proxyman version? (Ex. Proxyman 1.4.3)
Proxyman 3.6.0
macOS Version? (Ex. mac 10.14)
mac 12.3.1
I want to use Proxyman as request/response caching proxy so it will work like this
I'm not sure how implement it even with Mock API.
@NghiaTranUIT commented on GitHub (Jun 28, 2022):
Unfortunately, Proxyman doesn't support this feature out of the box.
You can manually do it:
@amorphius commented on GitHub (Jun 29, 2022):
I see but in Scripting documentation is said that it's possible to implement my own Map Local feature with Scripting and it will be 100x faster. So what was implied by that statement? It's not possible as written in documentation?
@NghiaTranUIT commented on GitHub (Jun 29, 2022):
It means that you can use Scripting to write a code, which works the same as Map Local does.
Here is the Snippet code: https://docs.proxyman.io/scripting/snippet-code#map-a-local-file-to-responses-body-like-map-local-tool-proxyman-2.25.0+
@amorphius commented on GitHub (Jun 29, 2022):
OK, thanks!