mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-28 01:25:52 +03:00
[GH-ISSUE #1492] In Breakpoint window in Raw tab - Body not showed #1485
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#1485
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 @Drovosek01 on GitHub (Jan 11, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1492
Originally assigned to: @NghiaTranUIT on GitHub.
Description
If I view information about outgoing requests in the main window of the application, then the "Raw" tab displays all the information about the received data - headers, response status, response body, etc.
I was analyzing the Dragonframe 5.0.9 application and configured breakpoints for all urls matching
*dragonframe*.The problem is that in the Breakpoint window when receiving a response from the server, if I open the "Raw" tab, I don't see the response body, but if I open the "Body" tab, the response body is there
Steps to Reproduce
*dragonframe*QQQQQ-QQQQQ-QQQQQ-QQQQQ-QQQQQRaw tab

Body tab

Environment
@NghiaTranUIT commented on GitHub (Jan 11, 2023):
It's our intention. We don't show the Raw Body in the Raw Tab since the Body might not be a
text. It can be a Binary, Image, etc, which causes a lot of trouble when parsing the Body.Currently, the Raw Tab only allows editing the First Line of the HTTP Message and the header data.
To modify the Body, please select the Body tab since it's better.
@Drovosek01 commented on GitHub (Jan 11, 2023):
So... why body showed in Raw tab if I look Raw tab in general window Proxyman?
@NghiaTranUIT commented on GitHub (Jan 11, 2023):
Thanks. I admit that it's a shortcoming of the Breakpoint Raw Tab.
I will open a ticket to support modifying the Text-based Body in the Breakpoint's Raw Tab 👍
@NghiaTranUIT commented on GitHub (Jan 23, 2023):
I decided to postpone this feature until we get more requests from another user 👍
The reason is: There are many edge cases that can cause confusion when supporting the Body in The Raw Tab (Breakpoint Mode).
Solution Current: To modify the Body, just use the Body Tab because it's born for it 👍