mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 08:35:53 +03:00
[GH-ISSUE #462] Request/Response Tab Manager #459
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#459
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 @NghiaTranUIT on GitHub (Mar 31, 2020).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/462
Originally assigned to: @NghiaTranUIT on GitHub.
Description
At the moment, the Body Tab in the Request and Response panel automatically determines the Content-Type and do "Pretty" and "Highlight". However, in some cases, it doesn't work well if the Response's Content-Type is not correct.
For instance, some users report that their server returns JSON as a body, but Content-Type is
text/html, so Proxyman couldn't do Prettier and Highlight.In order to mitigate this problem, I would like to introduce a feature to handle the Tab in the Request and Response. So the user can select JSON or another format on their need.
Charles Proxy does it very well. We should inspire and support in Proxyman.
Acceptance Criteria
cogmenu button on the Response panel@NghiaTranUIT commented on GitHub (Mar 31, 2020):
Related: JSON Previewer with non-json Content-Type #456
@NghiaTranUIT commented on GitHub (Nov 9, 2020):
Done with #535