Update jsonCap.js

This commit is contained in:
Val
2018-11-08 10:28:15 -05:00
committed by GitHub
parent 6b4067376d
commit da7840c6ea

View File

@@ -23,6 +23,8 @@ function captureJSON() {
if (i == len) content += '</table>'; if (i == len) content += '</table>';
} }
btnTxt = btnTxt.replace('capture', 'hide'); btnTxt = btnTxt.replace('capture', 'hide');
var rh = xhr.getAllResponseHeaders();
console.log(rh);
} else { } else {
console.log('Connection to Server succeeded. Content was not received due to error.'); console.log('Connection to Server succeeded. Content was not received due to error.');
} }