24 Headers

HTTP Security Headers

Status
Strict-Transport-Security
Present
max-age=31557600
Content-Security-Policy
Missing
Not configured
X-Frame-Options
Good
SAMEORIGIN
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Missing
Not configured
Permissions-Policy
Missing
Not configured
Recommendations
  • Increase HSTS max-age to at least 1 year and add includeSubDomains
  • Add Content-Security-Policy header to prevent XSS attacks
  • Add Referrer-Policy header (recommended: strict-origin-when-cross-origin)
  • Consider adding Permissions-Policy to control browser features

Performance Headers

3 headers
Accept-Ranges
Performance
bytes
Connection
Performance
keep-alive
Vary
Performance
RSC, Next-Router-State-Tree, Next-Router-Prefetch, Next-Router-Segment-Prefetch, Accept-Encoding

Caching Headers

2 headers
Age
Caching
273
Cache-Control
Caching
public, max-age=300

Content Headers

2 headers
Content-Length
Content
1030007
Content-Type
Content
text/html; charset=utf-8

Server Headers

2 headers
Server
Server
Google Frontend
X-Powered-By
Server
Next.js

CORS Headers

0 headers
No CORS headers found

Cookies Headers

1 headers
Set-Cookie
Cookies
X-UA-Info=country|US|state|VA|city|ashburn|device|desktop; Path=/; Secure; SameSite=Lax

Other Headers

10 headers
Alt-Svc
Other
h3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400
Date
Other
Fri, 07 Nov 2025 15:37:20 GMT
Link
Other
</_next/static/media/1755441e3a2fa970-s.p.woff2>; rel=preload; as="font"; crossorigin=""; type="font/woff2", </_next/static/media/30d74baa196fe88a-s.p.woff2>; rel=preload; as="font"; crossorigin=""; type="font/woff2", </_next/static/media/eaead17c7dbfcd5d-s.p.woff2>; rel=preload; as="font"; crossorigin=""; type="font/woff2", </_next/static/css/bebfe4f7e2db95ce.css>; rel=preload; as="style", </_next/static/css/22f5018b8c27ed93.css>; rel=preload; as="style", </_next/static/css/c813b632e0c8b88a.css>; rel=preload; as="style", </_next/static/css/b0d29c20f754b57b.css>; rel=preload; as="style", </_next/static/css/1709879412e13d09.css>; rel=preload; as="style", </_next/static/css/5d188864bac97f11.css>; rel=preload; as="style", </_next/static/css/01e7108b6a7a4803.css>; rel=preload; as="style", </_next/static/css/4f7b3aff153b73d1.css>; rel=preload; as="style", </_next/static/css/168c9b3bfe6acfac.css>; rel=preload; as="style", </_next/static/css/84470e551e45e037.css>; rel=preload; as="style", </_next/static/css/e698ffbcd646ac7d.css>; rel=preload; as="style", </_next/static/css/6282813ffeef4f1b.css>; rel=preload; as="style", </_next/static/css/9cdd46296e678ef0.css>; rel=preload; as="style", </_next/static/css/077b689179c6ed0b.css>; rel=preload; as="style", </_next/static/css/ec7944dffcd24454.css>; rel=preload; as="style"
Via
Other
1.1 google, 1.1 varnish, 1.1 varnish, 1.1 varnish
X-Cache
Other
MISS, HIT, MISS
X-Cache-Hits
Other
0, 30, 0
X-Debug-Legacy-Passthrough
Other
false
X-Debug-Legacy-Select-Next-Backend
Other
true
X-Served-By
Other
cache-iad-kjyo7100069-IAD, cache-iad-kjyo7100069-IAD, cache-pdk-kfty8610030-PDK
X-Timer
Other
S1762529568.519282,VS0,VE129

Recommendations

Enable compression (gzip/brotli) to improve performance

Consider removing X-Powered-By header to hide server technology

Analysis completed in 263ms