[GH-ISSUE #1641] how to change the request after request success and display on the interface #1635

Open
opened 2026-03-03 19:53:03 +03:00 by kerem · 3 comments
Owner

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

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
Author
Owner

@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

<!-- gh-comment-id:1554130964 --> @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
Author
Owner

@wcycxp 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

@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?

<!-- gh-comment-id:1554300979 --> @wcycxp 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 @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?
Author
Owner

@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.comment or response.comment

You should use this Beta build: https://github.com/ProxymanApp/Proxyman/issues/1629#issuecomment-1537684342

<!-- gh-comment-id:1554555158 --> @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.comment` or `response.comment` You should use this Beta build: https://github.com/ProxymanApp/Proxyman/issues/1629#issuecomment-1537684342
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Proxyman#1635
No description provided.