mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 00:25:56 +03:00
[GH-ISSUE #555] [Feature Request] Support middleware to automatically modify request or response #552
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#552
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 @leapful on GitHub (Jul 16, 2020).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/555
Originally assigned to: @NghiaTranUIT on GitHub.
Hello,
I'm looking for a way to inject custom headers into request or response by using Proxyman. Currently, there are only feature Map Local which replaces request or response by using a local file or feature Breakpoint to pause and modify request or response, but it would be great to just inject specific headers to the original request or response automatically.
Thanks for your best effort on Proxyman..
@NghiaTranUIT commented on GitHub (Jul 16, 2020):
The scripting feature would solve your case easily. Good news is that we're working on it (among with beta iOS Proxyman too 🙌 ) and it gonna release in the next release 🎉
Scripting means you can programmatically write Javascript to inject the custom headers or manipulate the body of the request/response on the fly.
@NghiaTranUIT commented on GitHub (Jul 20, 2020):
Related to #557
@NghiaTranUIT commented on GitHub (Aug 27, 2020):
@leapful, please check out the Scripting feature in the latest build that helps you to inject Headers into the Request/Response.
Here is the snippet code that shows you how to do it: https://docs.proxyman.io/scripting/snippet-code
Detailed at: https://github.com/ProxymanApp/Proxyman/issues/329#issuecomment-682012601