HTTP Headers Analyzer
7 / 10
https://tech1234.mystrikingly.com/blog/see
Website → Amazon CloudFront → Browser8 missing headers, 0 warnings, 0 notices
Header
Value
Explanation
server
cloudfront
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.set-cookie
__strk_cookie_eu_visitor=false; secure; path=/;
A cookie that was sent from the server to the browser.
path=
indicates the path that must exist in the requested URL for the browser to send the cookie.secure
instructs the browser to only send the cookie back when HTTPS requests are used, making it more resistant to man-in-the-middle attacks.set-cookie
__strk_viewer_info=eyjpcci6iju0lje5ny4xnjaunjuilcjjb3vudhj5q29kzsi6ilvtiiwiy291bnryeu5hbwuioiiilcjyzwdpb25oyw1lijoiiiwiy2l0eu5hbwuioijbc2hidxjuin0=; secure; path=/; expires=thu, 15 jan 2026 04:58:52 gmt
A cookie that was sent from the server to the browser.
expires=
sets the maximum lifetime of the cookie using a specific date.path=
indicates the path that must exist in the requested URL for the browser to send the cookie.secure
instructs the browser to only send the cookie back when HTTPS requests are used, making it more resistant to man-in-the-middle attacks.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.