mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-27 00:55:57 +03:00
[GH-ISSUE #1641] how to change the request after request success and display on the interface #1635
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#1635
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 @wcycxp on GitHub (May 19, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1641
Description
how to change the request after request success and display on the interface
@NghiaTranUIT commented on GitHub (May 19, 2023):
If you'd like to change the request, you can use the Breakpoint tool.
It allows you to set a Breakpoint on your Request -> You can modify your Request (URL, Method, Header,. Body).
Here is the tutorial: https://proxyman.io/posts/2021-12-31-Modify-URL-Request-With-Breakpoint
@wcycxp commented on GitHub (May 19, 2023):
@NghiaTranUIT But i want to modify the request in the script after request complete. Can i modify both request and response in the onResponse function?
@NghiaTranUIT commented on GitHub (May 19, 2023):
@wcycxp If the request is completed, but you would like to modify the Request, it's not possible.
However, you can workaround by adding your preview to the
request.commentorresponse.commentYou should use this Beta build: https://github.com/ProxymanApp/Proxyman/issues/1629#issuecomment-1537684342