HTTP Headers Analyzer
7 / 10
https://pinboard.opera.com/view/b3adbd2d-b954-4a31-b1f0-a5e393452128
Website → Amazon CloudFront → Browser6 missing headers, 1 warnings, 0 notices
Header
Value
Explanation
content-length
1423
The size of the message body, in bytes.
date
wed, 29 jan 2025 02:52:37 gmt
The date and time at which the request was made. A browser uses it for age calculations rather than using its own internal date and time; e.g. when comparing against
Max-Age
or Expires
.server
amazons3
strict-transport-security
max-age=31536000; includesubdomains
The
Strict-Transport-Security
header (HSTS) instructs browsers to only use HTTPS for future connections to this domain, enhancing security by preventing downgrade attacks and cookie hijacking.max-age
specifies the time, in seconds, that the browser should remember to use HTTPS only for this domain.includesubdomains
instructs the browser that all subdomains are HTTPS-only as well.x-content-type-options
nosniff
The
The value
X-Content-Type-Options
header, when set to nosniff
, prevents MIME type sniffing. This enhances security by ensuring browsers respect the declared Content-Type of the response, mitigating MIME confusion attacks.The value
nosniff
is correctly set, providing protection against MIME type sniffing attacks.x-frame-options
deny
X-Frame-Options
prevents this URL from being embedded in an iframe
. This protects against clickjacking attacks.deny
means that this page can never be displayed in an iframe
. It's the most secure option.referrer-policy
no-referrer, strict-origin-when-cross-origin
When a visitor navigates from one page to another page, browsers often pass along referrer information. The
Warning The value of this header is not valid.
Referrer-Policy
header controls how much referrer information a browser can share. This is important because private information can be embedded in the path or query string.Warning The value of this header is not valid.
x-cache
miss from cloudfront
The page was not served from Amazon CloudFront.
via
1.1 d91f9d07d2d79c22681fc8eb4b5f2698.cloudfront.net (cloudfront)
The
Via
header tracks how a page is forwarded from proxy to proxy. Beware, not all proxies append themselves to the Via
header.x-amz-cf-pop
iad79-c3
Amazon CloudFront's edge servers that were queried for the request. The first 3 letters are an IATA location code.
x-amz-cf-id
h6ocsmd4dnbgllabhqwregcvkirs-wnjx4drb79fibdsp9ygzxtnpw==
A unique request identifier generated by Amazon CloudFront. This ID can be used to troubleshoot the request and trace it through Amazon's network.
content-security-policy
missing Add a
Content-Security-Policy
header. The Content-Security-Policy
header helps browsers prevent cross site scripting (XSS) and data injection attacks.permissions-policy
missing Add a
Permissions-Policy
header. Restrict access to device features like the camera, microphone, location, accelerometer and much more.cross-origin-embedder-policy
missing Add a
Cross-Origin-Embedder-Policy
to specify how this page can be loaded by cross-origin resources.cross-origin-opener-policy
missing Add a
Cross-Origin-Opener-Policy
header to opt-in into better browser isolation.cross-origin-resource-policy
missing Add a
Cross-Origin-Resource-Policy
header to specify who can load this page.x-permitted-cross-domain-policies
missing Add a
X-Permitted-Cross-Domain-Policies
header to prevent Flash, Adobe Reader and other clients from sharing data across domains.Questions or feedback? Email dries@buytaert.net.