16 Headers

HTTP Security Headers

Status
Strict-Transport-Security
Present
max-age=15552000; preload
Content-Security-Policy
Weak
frame-ancestors
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Good
strict-origin-when-cross-origin
Permissions-Policy
Present
accelerometer=(),autoplay=(),camera=*,display-capture=(),document-domain=(),encrypted-media=(),fullscreen=(),geolocation=(),gyroscope=(),magnetometer=(),microphone=(),midi=(),payment=(),picture-in-picture=(),publickey-credentials-get=(),screen-wake-lock=(),sync-xhr=(self),usb=(),web-share=(),xr-spatial-tracking=()
Recommendations
  • Increase HSTS max-age to at least 1 year and add includeSubDomains
  • Significantly strengthen CSP directives
  • Add X-Frame-Options: DENY or SAMEORIGIN to prevent clickjacking

Performance Headers

3 headers
Connection
Performance
close
Transfer-Encoding
Performance
chunked
Vary
Performance
Accept-Encoding

Caching Headers

0 headers
No caching headers found

Content Headers

1 headers
Content-Type
Content
text/html

Server Headers

2 headers
Server
Server
cloudflare
X-Powered-By
Server
ASP.NET

CORS Headers

0 headers
No CORS headers found

Cookies Headers

1 headers
Set-Cookie
Cookies
.AspNetCore.Mvc.CookieTempDataProvider=; HttpOnly; SameSite=Lax; Path=/; Expires=Thu, 01 Jan 1970 00:00:00 GMT

Other Headers

4 headers
Cf-Cache-Status
Other
DYNAMIC
Cf-Ray
Other
9a5caa3029df81c7-IAD
Date
Other
Fri, 28 Nov 2025 20:37:43 GMT
Request-Context
Other
appId=cid-v1:0453f9b1-b545-4435-b53d-818a0a122df8

Recommendations

Enable compression (gzip/brotli) to improve performance

Add Cache-Control header to optimize caching

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

Analysis completed in 142ms