Closed matifniaz closed 1 year ago
Hey @matifniaz the plugin actually has support for xml, but it relies on server returning text/xml
in response header from server. What kind of header does your response header have?
we received Content-Type: application/octet-stream
@filiphric In postman its look like this.
releasing fix for this in version 2.10.0
Still, it's now showing in showing proper XML.
Still, it's now showing in showing proper XML.
The fix now checks whether the response is a valid xml. If it is it will treat it like one, otherwise it's formatted as plain text.
From the screenshot, it seems that the string is not valid xml because it does not have a closing tag. Not sure there's anything I can do if the xml is not valid.
XML requests and Responses are displayed in a single line instead of displaying in proper XML. Kindly add support for displaying XML.