Added additional MIME types for XML
This commit is contained in:
@@ -142,7 +142,9 @@ function showRequestBody(element){
|
||||
});
|
||||
break;
|
||||
}
|
||||
case "application/xml":{
|
||||
case "application/xml":
|
||||
case "text/xml":
|
||||
case "application/xml+xhtml": {
|
||||
formatXML(historyRequestBody).then(function(result) {
|
||||
if (result.status == "OK") {
|
||||
popupContent.innerText = result.result;
|
||||
|
||||
Reference in New Issue
Block a user