escaping - Avoid escaped characters in Postman responses -


is there way avoid escaped characters in postman responses? testing service response come following field:

<methodresult> myurl.com/_/orderclient.php?sessionid=c8e0c826-bfd9-4a7e-95fa-b5602889fd9f&amp;orderid=3518176547&amp;locale= </methodresult>

is there way configure postman not escape characters & &amp; ?

you can find raw response body in postman in "raw body tab" (see screenshot below). not think can configure show raw version. within xml documents / tags characters need escaped, "&" 1 of them. why think escaped version coming web service directly.

enter image description here


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -