wiztools / rest-client

Tool to test HTTP/RESTful webservices.
Apache License 2.0
1.53k stars 372 forks source link

SAved responses format properly, but display shows hex characters #61

Open defjab opened 7 years ago

defjab commented 7 years ago

The response body shows the hex characters and the XML. When I save the response , it saves only the XML. I'd like the option of only displaying the XML in the response body

Thanks!