You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the tracker for existing similar issues and I know that duplicates will be closed
Describe the Issue
When using the "Pretty" display feature for json, postman incorrectly displays characters it thinks should be displayed even when the escape character \ is escaped.
This is a bit of a PITA to test against other implementations due to them using the \ to escape things, so be extra careful what you verify it against.
Steps To Reproduce
POST this json request:
{
"message": "Escape \\u0041 Test"
}
to
https://httpbin.org/post
And observe the output between "Pretty" and "Raw". The \\u0041 has been converted to \A in "Pretty" which is incorrect at the \ is escaped.
In httpbin the request is already pretty printed, so it's quite easy to compare Raw and Pretty.
Screenshots or Videos
Operating System
Linux
Postman Version
11.1.13
Postman Platform
Postman App
User Account Type
Signed In User
Additional Context?
No response
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Is there an existing issue for this?
Describe the Issue
When using the "Pretty" display feature for json, postman incorrectly displays characters it thinks should be displayed even when the escape character
\
is escaped.This is a bit of a PITA to test against other implementations due to them using the
\
to escape things, so be extra careful what you verify it against.Steps To Reproduce
POST this json request:
to
And observe the output between "Pretty" and "Raw". The
\\u0041
has been converted to\A
in "Pretty" which is incorrect at the\
is escaped.In httpbin the request is already pretty printed, so it's quite easy to compare Raw and Pretty.
Screenshots or Videos
Operating System
Linux
Postman Version
11.1.13
Postman Platform
Postman App
User Account Type
Signed In User
Additional Context?
No response
The text was updated successfully, but these errors were encountered: