mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 00:25:56 +03:00
[GH-ISSUE #1773] Add breakpoint template for response body #1768
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#1768
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 @tcoxMonkeyCoder on GitHub (Sep 18, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1773
Originally assigned to: @NghiaTranUIT on GitHub.
Add breakpoint template for response body
Unless I'm misunderstanding how to use the current templates, as far as I can tell they cannot change what is in the body tab.
Why this feature/change is important?
Most of the time, the body is what I'm manipulating in a response, thus templates for the body would save me the most time.
@NghiaTranUIT commented on GitHub (Sep 19, 2023):
Hi @tcoxMonkeyCoder we haven't supported the Response Template with the body because the body might be a different format that can't be represented by string. Breakpoint Template must be a string.
For example, your body can be an Image, PDF, ZIP, Binary Data, .... Thus, We haven't supported it yet.
Let me see if we can support it by using a similar approach to Map Local.
So, it can work 👍
@tcoxMonkeyCoder commented on GitHub (Sep 26, 2023):
I see, thanks for looking into it. I would need to represent a json response most of the time, but I hadn't thought about other formats such as a picture.