Dries Buytaert

HTTP Headers Analyzer

7 / 10
https://tech1234.mystrikingly.com/blog/see
Website → Amazon CloudFront → Browser
8 missing headers, 0 warnings, 0 notices
Header
Value
Explanation
server
cloudfront
content-type
text/html; charset=utf-8
The type of the message body, specified as a MIME type.
content-length
297474
The size of the message body, in bytes.
date
wed, 15 jan 2025 04:58:52 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.
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.
strikingly-cache
current
strikingly-cache-version
1617785083-0
Some of the software used to generate or serve this page.
strikingly-cache-region
ap-northeast-1
via
1.1 d3385c1527acfbb7e4b167c6fc3a82fe.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-cache
miss from cloudfront
The page was not served from Amazon CloudFront.
x-amz-cf-pop
atl56-p1
Amazon CloudFront's edge servers that were queried for the request. The first 3 letters are an IATA location code.
x-amz-cf-id
3ly4ibupk_vwzec_qgp7ucvruzhycdkhidhdfqo8xmnze7c0z9yy7w==
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.
referrer-policy
missing Add a Referrer-Policy header. When a visitor navigates from one page to another, browsers often pass along referrer information. The Referrer-Policy header controls how much referrer information a browser can share. This is important to configure when private information is embedded in the path or query string and passed onto an external destination.
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-frame-options
missing Add a X-Frame-Options header. The X-Frame-Options header prevents this URL from being embedded in an iframe. This protects against clickjacking attacks. Alternatively, set a Content-Security-Policy header with a frame-ancestor directive.
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.