23 Headers

Detected Technologies from Headers

HTTP Security Headers

Status
Strict-Transport-Security
Good
max-age=31536000 ; 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
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
Performance
close

Caching Headers

Cache-Control
Caching
max-age=0, no-cache, no-store
Expires
Caching
Sun, 30 Aug 2026 19:44:51 GMT
Last-Modified
Caching
Sun, 30 Aug 2026 19:44:51 GMT
Pragma
Caching
no-cache

Content Headers

Content-Length
Content
8177
Content-Type
Content
text/html; charset=utf-8

Server Headers

X-Aspnetmvc-Version
Server
5.2
X-Powered-By
Server
ASP.NET

CORS Headers

Access-Control-Allow-Headers
Cors
Content-Type, authorization
Access-Control-Allow-Methods
Cors
GET, POST, OPTIONS
Access-Control-Allow-Origin
Cors
*

Cookies Headers

Set-Cookie
Cookies

Other Headers

Alt-Svc
Other
h3=":443"; ma=93600
Date
Other
Sun, 30 Aug 2026 19:44:51 GMT
Server-Timing
Other
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
Other
9 3940 0 pmb=mRUM,1
X-Req
Other
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
Other
IE=EmulateIE11

Recommendations

Enable compression (gzip/brotli) to improve performance

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