11 Headers

Detected Technologies from Headers

HTTP Security Headers

Status
Strict-Transport-Security
Present
max-age=63072000; includeSubdomains;
Content-Security-Policy
Missing
Not configured Analyze
Content-Security-Policy-Report-Only
Missing
Not configured Analyze
X-Frame-Options
Good
SAMEORIGIN
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-Content-Type-Options: nosniff
  • Add Referrer-Policy header (recommended: strict-origin-when-cross-origin)
  • Consider adding Permissions-Policy to control browser features

Performance Headers

Accept-Ranges
Performance
bytes
Connection
Performance
close

Caching Headers

Last-Modified
Caching
Wed, 08 Jul 2026 19:45:46 GMT

Content Headers

Content-Length
Content
1877
Content-Type
Content
text/html; charset=UTF-8

Server Headers

Server
Server
Apache/2.4.6 (Red Hat Enterprise Linux) OpenSSL/1.0.2k-fips
X-Powered-By
Server
Servlet/3.1 JSP/2.3

CORS Headers

Access-Control-Allow-Origin
Cors
dev.msix.ed.gov

Cookies Headers

No cookies headers found

Other Headers

Date
Other
Sat, 01 Aug 2026 16:29:25 GMT

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