Open
Cached
·
just now
19
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Present
max-age=31536000
X-Frame-Options
Good
sameorigin
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Good
strict-origin-when-cross-origin
Permissions-Policy
Missing
Not configured
Recommendations
- • Increase HSTS max-age to at least 1 year and add includeSubDomains
- • Improve CSP by adding more specific directives and removing 'unsafe-inline'
- • Consider adding Permissions-Policy to control browser features
Performance Headers
Connection
close
connection: close
Caching Headers
Cache-Control
private
cache-control: private
Content Headers
Content-Length
59361
Content-Type
text/html; charset=utf-8
content-length: 59361 content-type: text/html; charset=utf-8
Server Headers
server: Microsoft-IIS/10.0 x-aspnet-version: 4.0.30319 x-aspnetmvc-version: 4.0 x-powered-by: ASP.NET
CORS Headers
Access-Control-Allow-Headers
x-datadog-trace-id, x-datadog-parent-id, x-datadog-origin, x-datadog-sampling-priority
Access-Control-Allow-Methods
GET,POST,OPTIONS,PUT, DELETE
Access-Control-Allow-Origin
*
access-control-allow-headers: x-datadog-trace-id, x-datadog-parent-id, x-datadog-origin, x-datadog-sampling-priority access-control-allow-methods: GET,POST,OPTIONS,PUT, DELETE access-control-allow-origin: *
Cookies Headers
Other Headers
Date
Tue, 12 May 2026 07:35:47 GMT
date: Tue, 12 May 2026 07:35:47 GMT
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology