Open
Cached
·
3h ago
17
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Missing
Not configured
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Missing
Not configured
Referrer-Policy
Good
no-referrer-when-downgrade
Permissions-Policy
Missing
Not configured
Recommendations
- • Add Strict-Transport-Security header with max-age of at least 1 year
- • 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
- • Consider adding Permissions-Policy to control browser features
Performance Headers
Connection
close
Transfer-Encoding
chunked
Vary
X-Forwarded-Proto,Accept-Encoding,User-Agent
connection: close transfer-encoding: chunked vary: X-Forwarded-Proto,Accept-Encoding,User-Agent
Caching Headers
Last-Modified
Thu, 07 May 2026 14:42:21 GMT
last-modified: Thu, 07 May 2026 14:42:21 GMT
Content Headers
Content-Type
text/html; charset=UTF-8
content-type: text/html; charset=UTF-8
CORS Headers
Access-Control-Allow-Headers
X-Requested-With, Content-Type, Origin, Authorization, Accept, Client-Security-Token, Accept-Encoding
Access-Control-Allow-Methods
GET,POST,OPTIONS,DELETE,PUT
Access-Control-Allow-Origin
*
access-control-allow-headers: X-Requested-With, Content-Type, Origin, Authorization, Accept, Client-Security-Token, Accept-Encoding access-control-allow-methods: GET,POST,OPTIONS,DELETE,PUT access-control-allow-origin: *
Cookies Headers
Other Headers
Alt-Svc
h3=":443"; ma=86400
Date
Thu, 07 May 2026 15:04:00 GMT
Nel
Report-To Group
cf-nel
max-age: 1w
success: 0.0%
Report-To
Other
Server-Timing
cfCacheStatus;desc="DYNAMIC", cfEdge;dur=13,cfOrigin;dur=253
alt-svc: h3=":443"; ma=86400
cf-cache-status: DYNAMIC
cf-ray: 9f811d599cee7077-IAD
date: Thu, 07 May 2026 15:04:00 GMT
nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
report-to: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Chjl0E%2F%2FCR92KGxf3ONtLqswNVReu4MsDbIBug0EuRn1W61%2FkrnfFC%2FAtRL02IsV%2BXd%2FqAtSaWC01E915D9BQu7gcyzhhs3BRy90XwXh6FGPhJug10iKEfRtx0Rw84qkePjrZE443ns%3D"}]}
server-timing: cfCacheStatus;desc="DYNAMIC", cfEdge;dur=13,cfOrigin;dur=253
Recommendations
Enable compression (gzip/brotli) to improve performance
Add Cache-Control header to optimize caching