x
1
2
<html>
3
<body>
4
5
<h2>The XMLHttpRequest Object</h2>
6
<p>The getAllResponseHeaders() function returns all the header information of a resource, like length, server-type, content-type, last-modified, etc:</p>
7
8
<p id="demo"></p>
9
10
<script>
11
const xhttp = new XMLHttpRequest();
12
xhttp.onload = function() {
13
document.getElementById("demo").innerHTML =
14
this.getAllResponseHeaders();
15
}
16
xhttp.open("GET", "/files/ajax.txt");
17
xhttp.send();
18
</script>
19
20
</body>
21
</html>
The XMLHttpRequest Object
The getAllResponseHeaders() function returns all the header information of a resource, like length, server-type, content-type, last-modified, etc:
alt-svc: h3=":443"; ma=86400 cf-cache-status: DYNAMIC cf-ray: 92acdb550b4afa1b-ORD content-encoding: zstd content-type: text/plain date: Fri, 04 Apr 2025 00:58:20 GMT last-modified: Sat, 16 Oct 2021 13:45:10 GMT nel: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} report-to: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=V4LzvWFXiIeWdF0v0I6m4k7U9MyKYEIlcuzeAdNLqB4L4hLxBmZiFXuk%2Bk8Y5L9gyHuvg3IzHcrNCYxEGHYgOTSMxi5TPubvmUQQ%2Fn7Wh%2BeFsmp2qr3ybARO7ALlchaYBGUC"}],"group":"cf-nel","max_age":604800} server: cloudflare x-content-type-options: nosniff