22 Headers

HTTP Security Headers

Status
Strict-Transport-Security
Good
max-age=31536000 ; includeSubDomains
Content-Security-Policy
Basic
default-src; script-src; frame-src; +1 more Analyze
Content-Security-Policy-Report-Only
Basic
object-src; script-src; base-uri Analyze
X-Frame-Options
Good
SAMEORIGIN
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Missing
Not configured
Permissions-Policy
Present
interest-cohort=()
Recommendations
  • Consider adding 'preload' to HSTS for maximum security
  • Improve CSP by adding more specific directives and removing 'unsafe-inline'
  • Add Referrer-Policy header (recommended: strict-origin-when-cross-origin)

Performance Headers

Connection
Performance
close

Caching Headers

Cache-Control
Caching
no-cache="set-cookie, set-cookie2"
Expires
Caching
Thu, 01 Dec 1994 16:00:00 GMT

Content Headers

Content-Language
Content
en-US
Content-Length
Content
10756
Content-Type
Content
text/html;charset=ISO-8859-1

Server Headers

X-Powered-By
Server
Servlet/3.1

CORS Headers

No CORS headers found

Cookies Headers

Set-Cookie
Cookies

Other Headers

Cross-Origin-Embedder-Policy-Report-Only
Other
require-corp
Date
Other
Sun, 23 Aug 2026 10:28:20 GMT
P3p
Other
CP='CAO ADMo DEVo OUR IND PHY ONL PUR FIN COM NAV STA HEA GOV'
Server-Timing
Other
cdn-cache; desc=MISS, edge; dur=55, origin; dur=32, ak_p; desc="1787480900198_389073126_1803883769_9836_11948_15_158_-";dur=1
X-Akamai-Transformed
Other
9 2463 0 pmb=mRUM,1
X-Req
Other
a=allow;c=;d=desktop;g=0.e6c83017.1787480900.6b8514f9;h=client.caremark.com;i=23.48.200.230;l=unk;t=ut;u=brw

Recommendations

Enable compression (gzip/brotli) to improve performance

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