mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-05-06 05:10:26 +03:00
[GH-ISSUE #993] Enhancement: export response body as JSON formatted/beauty #986
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#986
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 @kikeenrique on GitHub (Sep 14, 2021).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/993
Originally assigned to: @NghiaTranUIT on GitHub.
Proxyman version? (Ex. Proxyman 1.4.3)
2.32.1
macOS Version? (Ex. mac 10.14)
macOS 11.5.2
Steps to reproduce
When selecting a request, you can export it.
Expected behavior
Currently, my workflow sometimes is to:
(I can change some steps and get JSON response field on Proxyman)
On export, it would be nice to have an option to export as JSON beautified, as it's seen on JSON response field on Proxyman.
Screenshots (optional)
@NghiaTranUIT commented on GitHub (Sep 14, 2021):
Thanks. I'm able to reproduce your issue 😄 It should export a formatted body if possible.
I'm going to fix it and send you a Beta build this week 👍
@NghiaTranUIT commented on GitHub (Sep 14, 2021):
To workaround, you can open the Body by VSCode, or your favorite Editor -> Then Saving it somewhere as you like.
When opening a body by the Editor, the body would be formatted properly.
@kikeenrique commented on GitHub (Sep 14, 2021):
Ok, that's good enough for me.
@NghiaTranUIT commented on GitHub (Sep 15, 2021):
Fix with this beta build: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_2.32.1_Fix_Export_with_formatted_body.dmg
From now, you can right-click on the request -> Export -> Request/Response Body. If it's a valid JSON, it will formatted it 👍