9 Headers

HTTP Security Headers

Status
Strict-Transport-Security
Present
max-age=15768000
Content-Security-Policy
Missing
Not configured
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Missing
Not configured
Referrer-Policy
Missing
Not configured
Permissions-Policy
Missing
Not configured
Recommendations
  • Increase HSTS max-age to at least 1 year and add includeSubDomains
  • Add Content-Security-Policy header to prevent XSS attacks
  • Add X-Frame-Options: DENY or SAMEORIGIN to prevent clickjacking
  • Add X-Content-Type-Options: nosniff
  • Add Referrer-Policy header (recommended: strict-origin-when-cross-origin)
  • Consider adding Permissions-Policy to control browser features

Performance Headers

1 headers
Accept-Ranges
Performance
bytes

Caching Headers

2 headers
Etag
Caching
"3183-642eb5ca1fb87"
Last-Modified
Caching
Thu, 06 Nov 2025 11:28:19 GMT

Content Headers

2 headers
Content-Length
Content
12675
Content-Type
Content
text/html; charset=UTF-8

Server Headers

1 headers
Server
Server
Apache/2.4.6 (CentOS)

CORS Headers

0 headers
No CORS headers found

Cookies Headers

1 headers
Set-Cookie
Cookies
NSC_WT_TUE11_0000186_iuuq_cbdlfoe06=7ce2a3d95c2c5a21edd211770107b8b2ecfd785aeab7378f2f107c03bce836f15fd86eaf;expires=Fri, 21-Nov-2025 07:39:59 GMT;path=/;secure;httponly

Other Headers

1 headers
Date
Other
Fri, 21 Nov 2025 07:29:59 GMT

Recommendations

Enable compression (gzip/brotli) to improve performance

Add Cache-Control header to optimize caching

Analysis completed in 766ms