Open Cached · just now
16 Headers

HTTP Security Headers

Status
Strict-Transport-Security
Present
max-age=31536000
Content-Security-Policy
Basic
default-src; script-src; object-src; +9 more
X-Frame-Options
Good
SAMEORIGIN
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Missing
Not configured
Permissions-Policy
Present
fullscreen=*, geolocation=*, autoplay=self, sync-xhr=self, accelerometer=(), ambient-light-sensor=(), camera=(), interest-cohort=(), gyroscope=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), speaker=(), usb=(), vr=()
Recommendations
  • Increase HSTS max-age to at least 1 year and add includeSubDomains
  • Improve CSP by adding more specific directives and removing 'unsafe-inline'
  • Add Referrer-Policy header (recommended: strict-origin-when-cross-origin)

Performance Headers

2 headers
Transfer-Encoding
Performance
chunked
Vary
Performance
Accept-Encoding

Caching Headers

3 headers
Cache-Control
Caching
no-cache,no-store
Expires
Caching
-1
Pragma
Caching
no-cache

Content Headers

1 headers
Content-Type
Content
text/html; charset=utf-8

Server Headers

0 headers
No server headers found

CORS Headers

0 headers
No CORS headers found

Cookies Headers

1 headers
Set-Cookie
Cookies
.AspNetCore.Session.VTP=CfDJ8DaheH0WZ31Gr0mdKHrLsYYV0ZK5b7QlVsabH55%2F%2FLfuvWni3z4i33t%2FCtwMwZZCjsEyesmRkLIHy5DBia%2FMe73y06M8DWGvNSGiuJaGmKguqhF%2BLATuOisgXDkCDYm%2BfjQ%2FeXD8O10YPmxUGCsQQV37cv6CgiF8dXhr%2FsuXfUmn; path=/; secure; samesite=lax; httponly

Other Headers

3 headers
Date
Other
Mon, 24 Nov 2025 07:20:09 GMT
Link
Other
</dist/legacy/assets/style-D9EnxIG5.css>; rel="preload"; as="style"
Request-Context
Other
appId=cid-v1:766c38cf-ce91-41eb-83e8-0c254124e840

Recommendations

Enable compression (gzip/brotli) to improve performance

Analysis completed in 1262ms