12 Headers

HTTP Security Headers

Status
Strict-Transport-Security
Present
max-age=86400 ; includeSubDomains
Content-Security-Policy
Missing
Not configured Analyze
Content-Security-Policy-Report-Only
Missing
Not configured Analyze
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Missing
Not configured
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 X-Frame-Options: DENY or SAMEORIGIN to prevent clickjacking
  • Add X-Content-Type-Options: nosniff
  • Add Referrer-Policy header (recommended: strict-origin-when-cross-origin)
  • Consider adding Permissions-Policy to control browser features

Performance Headers

Accept-Ranges
Performance
bytes
Connection
Performance
close

Caching Headers

Cache-Control
Caching
max-age=0, no-cache, no-store
Expires
Caching
Tue, 12 May 2026 19:17:08 GMT
Pragma
Caching
no-cache

Content Headers

Content-Length
Content
11

Server Headers

Server
Server
Undisclosed

CORS Headers

No CORS headers found

Cookies Headers

Set-Cookie
Cookies

Other Headers

Date
Other
Tue, 12 May 2026 19:17:08 GMT
Server-Timing
Other
cdn-cache; desc=HIT, edge; dur=678, ak_p; desc="1778613427555_398500936_2420038434_67677_11609_22_102_-";dur=1
X-Akamai-Edgescape-Custom-Echo
Other
georegion=255, country_code=US, region_code=IL, city=CHICAGO, dma=602, pmsa=1600, areacode=312+773, county=COOK, fips=17031, lat=41.8858, long=-87.6229, timezone=CST, zip=60601-60626+60628-60634+60636-60641+60643-60647+60649+60651-60657+60659-60661+60664+60668-60670+60673-60675+60677-60678+60680-60682+60684-60691+60693-60695+60697+60699+60701, continent=NA, asnum=30081

Recommendations

Enable compression (gzip/brotli) to improve performance