mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 00:25:56 +03:00
[GH-ISSUE #1539] Proxyman struggling with json escape in pretty json #1532
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#1532
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 @novitae on GitHub (Feb 12, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1539
Originally assigned to: @NghiaTranUIT on GitHub.
Description
Proxyman struggles with json escape in pretty json
Steps to Reproduce
Content-Type: application/x-www-form-urlencoded; charset=UTF-8):formfield of the request, at the fieldsigned_body, select the json part afterSIGNATURE.Pretty jsonCurrent Behavior
The pretty json window displays the message


<Invalid JSON String. Please selected again!>, while the json is absolutely valid and can be loaded.Expected Behavior
It should load the json correctly. This is probably due to string escape, I noticed it works when there aren't in the payload.
Environment
@NghiaTranUIT commented on GitHub (Feb 13, 2023):
@novitae let's try this beta build: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_4.2.1_Fix_inline_JSON_Prettify.dmg
It fixes your special escaping JSON String 👍