Open
Cached
·
just now
14
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Missing
Not configured
X-Frame-Options
Good
SAMEORIGIN
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Missing
Not configured
Permissions-Policy
Missing
Not configured
Recommendations
- • Add Strict-Transport-Security header with max-age of at least 1 year
- • Strengthen CSP by removing 'unsafe-eval'
- • Add Referrer-Policy header (recommended: strict-origin-when-cross-origin)
- • Consider adding Permissions-Policy to control browser features
Performance Headers
Connection
close
connection: close
Caching Headers
Cache-Control
no-store, no-cache, max-age=0, private
Pragma
no-cache
cache-control: no-store, no-cache, max-age=0, private pragma: no-cache
Content Headers
Content-Length
2427
Content-Type
text/html; charset=utf-8
content-length: 2427 content-type: text/html; charset=utf-8
Server Headers
server: Microsoft-IIS/10.0 x-aspnet-version: 4.0.30319 x-powered-by: ASP.NET
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Date
Thu, 07 May 2026 18:06:47 GMT
X-Content-Security-Policy
default-src 'self'; script-src 'self' ; style-src 'self' 'unsafe-inline' ; img-src *; frame-src 'self' https://html5.marketrock.it/; report-uri https://auth.marketrock.it/identity/csp/report
date: Thu, 07 May 2026 18:06:47 GMT x-content-security-policy: default-src 'self'; script-src 'self' ; style-src 'self' 'unsafe-inline' ; img-src *; frame-src 'self' https://html5.marketrock.it/; report-uri https://auth.marketrock.it/identity/csp/report
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology