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
The last version of RESTClient is adding extra new-lines every time that I format the response body as XML. Such lines are added before and after every text node.
For example, version 3.6.1 formats this response well:
<response>
<state>
ok
</state>
<result>
<sessionPublicCode>
4cd57422-2cf0-4d15-83cc-acfc170da42e
</sessionPublicCode>
<roleId>
v
</roleId>
</result>
</response>
If I click with the right button on the response body, and choose Format -> XML again, it adds other 2 extra new-lines to each text node. And so on.
I've also tried Format -> HTML (just to test), but it adds extra spaces instead of new-lines. It looks like the same defect, but with a different character.
Thank you!
The text was updated successfully, but these errors were encountered:
The last version of RESTClient is adding extra new-lines every time that I format the response body as XML. Such lines are added before and after every text node.
For example, version 3.6.1 formats this response well:
But versions 3.6.2 and 3.7.0 do this:
If I click with the right button on the response body, and choose
Format -> XML
again, it adds other 2 extra new-lines to each text node. And so on.I've also tried
Format -> HTML
(just to test), but it adds extra spaces instead of new-lines. It looks like the same defect, but with a different character.Thank you!
The text was updated successfully, but these errors were encountered: