Open
Cached
·
just now
23
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Good
max-age=31536000 ; includeSubDomains
X-Frame-Options
Missing
Not configured
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
- • Add Content-Security-Policy header to prevent XSS attacks
- • Add X-Frame-Options: DENY or SAMEORIGIN to prevent clickjacking
- • Add Referrer-Policy header (recommended: strict-origin-when-cross-origin)
Performance Headers
Connection
close
connection: close
Caching Headers
Cache-Control
max-age=0, no-cache, no-store
Expires
Sun, 30 Aug 2026 19:44:51 GMT
Last-Modified
Sun, 30 Aug 2026 19:44:51 GMT
Pragma
no-cache
cache-control: max-age=0, no-cache, no-store expires: Sun, 30 Aug 2026 19:44:51 GMT last-modified: Sun, 30 Aug 2026 19:44:51 GMT pragma: no-cache
Content Headers
Content-Length
8177
Content-Type
text/html; charset=utf-8
content-length: 8177 content-type: text/html; charset=utf-8
Server Headers
x-aspnetmvc-version: 5.2 x-powered-by: ASP.NET
CORS Headers
Access-Control-Allow-Headers
Content-Type, authorization
Access-Control-Allow-Methods
GET, POST, OPTIONS
Access-Control-Allow-Origin
*
access-control-allow-headers: Content-Type, authorization access-control-allow-methods: GET, POST, OPTIONS access-control-allow-origin: *
Cookies Headers
Other Headers
Alt-Svc
h3=":443"; ma=93600
Date
Sun, 30 Aug 2026 19:44:51 GMT
Server-Timing
edge; dur=1, origin; dur=191, cdn-cache; desc=MISS, ak_p; desc="1788119091161_386075854_1019359097_19067_30011_24_78_-";dur=1
X-Req
a=allow;c=none;d=desktop;g=0.ce0c0317.1788119091.3cc22f79;h=rxservices.cvscaremark.com;i=23.3.12.206;l=use;t=ut;u=browser
X-Ua-Compatible
IE=EmulateIE11
alt-svc: h3=":443"; ma=93600 date: Sun, 30 Aug 2026 19:44:51 GMT server-timing: edge; dur=1, origin; dur=191, cdn-cache; desc=MISS, ak_p; desc="1788119091161_386075854_1019359097_19067_30011_24_78_-";dur=1 x-akamai-transformed: 9 3940 0 pmb=mRUM,1 x-req: a=allow;c=none;d=desktop;g=0.ce0c0317.1788119091.3cc22f79;h=rxservices.cvscaremark.com;i=23.3.12.206;l=use;t=ut;u=browser x-ua-compatible: IE=EmulateIE11
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology