HTTP Headers Analyzer
5 / 10
https://ee1174-0d.myshopify.com/blogs/news/boosting-content-visibility-with-ahrefs
WordPress → CloudFlare → Browser5 missing headers, 1 warnings, 6 notices
Header
Value
Explanation
date
sun, 07 dec 2025 03:30:45 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.x-sorting-hat-podid
80
x-sorting-hat-shopid
59360182353
x-storefront-renderer-rendered
1
set-cookie
localization=pk; path=/; expires=mon, 07 dec 2026 03:30:45 gmt; samesite=lax
A cookie that was sent from the server to the browser.
Notice
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.Notice
samesite=lax instructs the browser not to share the cookie with third-party sites (e.g. when loading images, videos or frames from other sites), with one exception. The cookie will be sent when a user is navigating to the origin site from an external site (for example, when following a link). To improve protection against cross-site request forgery attacks, set to samesite=strict.set-cookie
_shopify_y=4afc4745-fa76-4d08-8136-8dcae20619d4; domain=ee1174-0d.myshopify.com; path=/; expires=mon, 07 dec 2026 09:30:45 gmt; samesite=lax
A cookie that was sent from the server to the browser.
Notice
expires= sets the maximum lifetime of the cookie using a specific date.domain= sets the domain to which the cookie will be sent.path= indicates the path that must exist in the requested URL for the browser to send the cookie.Notice
samesite=lax instructs the browser not to share the cookie with third-party sites (e.g. when loading images, videos or frames from other sites), with one exception. The cookie will be sent when a user is navigating to the origin site from an external site (for example, when following a link). To improve protection against cross-site request forgery attacks, set to samesite=strict.set-cookie
_shopify_s=2539bc6b-7e25-4fd9-8aa8-d85a82b81400; domain=ee1174-0d.myshopify.com; path=/; expires=sun, 07 dec 2025 04:00:45 gmt; samesite=lax
A cookie that was sent from the server to the browser.
Notice
expires= sets the maximum lifetime of the cookie using a specific date.domain= sets the domain to which the cookie will be sent.path= indicates the path that must exist in the requested URL for the browser to send the cookie.Notice
samesite=lax instructs the browser not to share the cookie with third-party sites (e.g. when loading images, videos or frames from other sites), with one exception. The cookie will be sent when a user is navigating to the origin site from an external site (for example, when following a link). To improve protection against cross-site request forgery attacks, set to samesite=strict.set-cookie
_shopify_essential=:azr23j-oaaeaakwlcz5wcrf-rm9r88dfp_pk05kiig3ifnnmj5l6uj9h0hrp7i27nxeihhqlx03qtfiekqxtue2e9zbzwnhu8cozgp4fgkknnewkfkg2ddor-w_pwnqd0p3jczvocrecnrnq0laoyoj-lldu6jsfzymlugbzofo_769kcimcfrc9fsj5noz3og9xcvf13fqou7wb3_qzwxxbbf2ejt27anxutulpcv77unr_qbtd1w26rmnzjio8hpsjxk6tget00opj9bjb_quzln7ajxckyitauxurb1qemusremfs-zd1:; max-age=31536000; path=/; httponly; secure; priority=high; samesite=lax
A cookie that was sent from the server to the browser.
Notice
max-age= sets the maximum lifetime of the cookie in seconds.path= indicates the path that must exist in the requested URL for the browser to send the cookie.Notice
samesite=lax instructs the browser not to share the cookie with third-party sites (e.g. when loading images, videos or frames from other sites), with one exception. The cookie will be sent when a user is navigating to the origin site from an external site (for example, when following a link). To improve protection against cross-site request forgery attacks, set to samesite=strict.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.httponly forbids JavaScript from accessing the cookie. Helps mitigate the risk of client side scripts accessing a protected cookie.set-cookie
_shopify_analytics=:azr23kaiaaeao0pkvrznq18zinxusw5gababkxyfeoirxekhxqo7tumzikhmdfygrmnnuonwudt_mpmzdmnwpqg8-zqtolndm08zfya6l0cn67mxf5p-7n8krtjjz-mf0vxdornryq:; max-age=31536000; path=/; httponly; secure; priority=high; samesite=lax
A cookie that was sent from the server to the browser.
Notice
max-age= sets the maximum lifetime of the cookie in seconds.path= indicates the path that must exist in the requested URL for the browser to send the cookie.Notice
samesite=lax instructs the browser not to share the cookie with third-party sites (e.g. when loading images, videos or frames from other sites), with one exception. The cookie will be sent when a user is navigating to the origin site from an external site (for example, when following a link). To improve protection against cross-site request forgery attacks, set to samesite=strict.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.httponly forbids JavaScript from accessing the cookie. Helps mitigate the risk of client side scripts accessing a protected cookie.link
<https://cdn.shopify.com>; rel="preconnect", <https://cdn.shopify.com>; rel="preconnect"; crossorigin
rel="preconnect" informs the browser that the page intends to establish a connection to the specified server. To reduce latency and optimize performance, the browser is encouraged to establish an HTTP connection as soon as possible. Preconnecting is used when the hostname is known, but the exact URL not yet.speculation-rules
"/cdn/shopifycloud/storefront/assets/storefront/storefronts.specrules-dd5621a1.json"
etag
w/"cacheable:018deb633f82c9b8ed1320bcf782d0b8"
A unique identifier that changes every time a page at a given URL changes. It acts as a fingerprint. A cache can compare
Etag values to see if the page has changed and became stale. For example, a browsers will send the ETag value of a cached page in an If-None-Match header. The web server compares the ETag value sent by the browser with the ETag value of the current version of the page. If both values are the same, the web server sends back a 304 Not Modified status and no body. This particular Etag value starts with w/ which means that it is a weak identifier; while unlikely, multiple pages might have the same identifier. Weak identifiers are used because strong identifiers can be difficult and costly to generate.shopify-complexity-score
0
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.content-security-policy
block-all-mixed-content; frame-ancestors 'none'; upgrade-insecure-requests;
The Content Security Policy (CSP) header helps prevent cross-site scripting (XSS), clickjacking, and other code injection attacks by specifying which dynamic resources are allowed to load.
frame-ancestors defines what parents may embed a page using <frame>, <iframe>, <object>, <embed> or <applet>.upgrade-insecure-requests instructs browsers to replace insecure URLs (HTTP) with secure URLs (HTTPS).strict-transport-security
max-age=7889238
The
Notice For optimal security, consider increasing
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.Notice For optimal security, consider increasing
max-age to at least 31,536,000 seconds (1 year), especially if you're considering preloading.x-shopid
59360182353
x-shardid
80
vary
accept
The
Vary header specifies a list of headers that must be considered when caching responses. For a cached response to be used, these headers must match between the cached response and the new request. This ensures that the appropriate version of a resource is served based on factors like language, encoding, or device type.alt-svc
h3=":443"; ma=86400
The
alt-svc header advertises alternative services for accessing the same resource, enabling protocol negotiation and potential performance improvements.h3 indicates that HTTP/3 is supported. Variants like h3-29 refer to specific drafts of the HTTP/3 protocol.ma=86400 specifies that the alternative service information is fresh for 86400 seconds.content-language
en-pk
Specifies the page's intended audience. For example,
en-US means that the document is intended for English language speakers in the United States. The language tags are defined in RFC 5646.powered-by
shopify
Some of the software used to generate or serve this page.
server-timing
processing;dur=114;desc="gc:10", db;dur=28, db_async;dur=1.39, render;dur=23, asn;desc="14618", edge;desc="iad", country;desc="us", theme;desc="128319160401", pagetype;desc="article", servedby;desc="j6gw", requestid;desc="b0b45ddc-09a0-4128-a09d-96bbb74d4b00-1765078245", _y;desc="4afc4745-fa76-4d08-8136-8dcae20619d4", _s;desc="2539bc6b-7e25-4fd9-8aa8-d85a82b81400", _cmp;desc="3.amps_usva_f_t_m9ntx6sjqzehjwmflaittq"
Communicates one or more metrics for a given request-response cycle. Can includes metrics for CPU time, database read/writes, file system access, etc.
server-timing
cfrequestduration;dur=186.000109
Communicates one or more metrics for a given request-response cycle. Can includes metrics for CPU time, database read/writes, file system access, etc.
x-dc
gcp-us-east1,gcp-us-east1,gcp-us-east1
x-request-id
b0b45ddc-09a0-4128-a09d-96bbb74d4b00-1765078245
A unique identifier for the HTTP request. This can be useful for tracking a request through complex systems or for debugging purposes.
cf-cache-status
dynamic
Warning The
dynamic status indicates that Cloudflare did not cache the requested HTML page, similar to a "cache miss". By default, Cloudflare caches static assets such as images, CSS, and JavaScript but excludes HTML due to its dynamic nature. To cache HTML content, change the 'Cache Level' setting from dynamic to cache everything in Cloudflare. This adjustment allows HTML pages to be cached, leveraging Cloudflare's global network for faster and more efficient content delivery.report-to
{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=y%2bjmtttbhg%2fsaxl9c0asqc8ypi5mdljohjc0xh%2flpzlrab4hfkm%2fchkfnsq6xcxmmpl7nxlnel%2baas78qm0ivf7yfe4ewrydto9nyualh6krr8dodqybjfwgu%2bv1ri0kk9awjo64sp%2fy"}],"group":"cf-nel","max_age":604800}
This header is part of the Reporting API specification. They are used to configure the reporting of network errors and other issues to a specified endpoint.
The
The
Report-To header specifies where reports should be sent.group defines the reporting group. Groups allow reports to be grouped logically; e.g. there could be a group for network errors and a second group for browser feature deprecation reports.max_age defines the number of seconds the browser should remember these settings. Prevents the browser from having to parse the JSON on each request.endpoints defines one or more URLs where the reports need to be send to. Multiple URLs can be specified for failover and load-balancing. Endpoints can be assigned a weight to distribute load, with each endpoint receiving a specified fraction of the reporting traffic. Endpoints can also be assigned a priority to set up fallback collectors.nel
{"success_fraction":0.01,"report_to":"cf-nel","max_age":604800}
This header is part of the Reporting API specification. They are used to configure the reporting of network errors and other issues to a specified endpoint.
The
The
NEL (Network Error Logging) header configures the reporting of network errors.report_to defines the reporting group that reports for this NEL policy will be sent to. The reporting group details are specified in the Report-To header.max_age defines the number of seconds the browser should remember these settings. Prevents the browser from having to parse the JSON on each request.success_fraction defines the sampling rate that should be applied to reports about successful network requests. Its value must be a number between 0.0 and 1.0: 0 means no successful requests should be reported, and 1 means that every successful request should be reported.x-xss-protection
1; mode=block
This header enables the browser's built-in XSS protection. However, it's considered legacy and modern browsers may ignore it.
1 enables the browser's cross-site scripting (XSS) filtering.mode=block instructs the browser to block the response if a XSS attack is detected, instead of sanitizing the page.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-permitted-cross-domain-policies
none
Instructs clients like Flash and Acrobat Reader what cross-domain policy they have to use.
none is the most secure setting. Data can't be shared across domains.x-download-options
noopen
Alters the download dialog by removing the "Open with" option. Only supported by Internet Explorer.
server
cloudflare
cf-ray
9aa0f2389f000601-iad
The
cf-ray header provides a unique identifier for each request through Cloudflare. It's useful for troubleshooting and tracking requests in Cloudflare logs.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.Questions or feedback? Email dries@buytaert.net.