mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 08:35:53 +03:00
[GH-ISSUE #559] Request Rewrite request/response feature #554
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#554
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 @haikieu on GitHub (Jul 22, 2020).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/559
Originally assigned to: @NghiaTranUIT on GitHub.
Proxyman version: 2.2.0
macOS Version: 10.15.5
Dear Proxyman Dev Team,
I've recently used the Proxyman, and felt so excited with it.
However comparing to some other tool, like Charles Proxy, It is lack of the crucial ability which help to rewrite the request/response with a custom header/body/status code, and so.
I know the app support the local mapping. But this is not always working well when the local content returned is static, so the needed response is not simulated exactly in many use cases.
Hopefully you can consider this proposal, and soon implement it.
Thanks & regards.
@NghiaTranUIT commented on GitHub (Jul 22, 2020):
I'm working on the Scripting (https://github.com/ProxymanApp/Proxyman/issues/557), which replace the ReWrite feature from Charles (because the ReWrite UI is complicated to use and it's not flexible)
Please check out the scripting ticket and see if it fulfills your current need? If not, please share with things that the Scripting doesn't work in your cases 😄
@NghiaTranUIT commented on GitHub (Aug 27, 2020):
Hii @haikieu, please check out the latest build that has the Scripting Feature. Basically, it can do write your own Javascript code to rewrite the Request/Response's Header easily ❤️
Detailed at https://github.com/ProxymanApp/Proxyman/issues/329#issuecomment-682012601
@haikieu commented on GitHub (Dec 6, 2020):
Thanks for replying and implementing a solution for it.