Open
Cached
·
1h 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
Missing
Not configured
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
- • Add Referrer-Policy header (recommended: strict-origin-when-cross-origin)
- • Consider adding Permissions-Policy to control browser features
Performance Headers
Connection
close
Transfer-Encoding
chunked
Vary
Accept-Encoding
connection: close transfer-encoding: chunked vary: Accept-Encoding
Caching Headers
Cache-Control
public, max-age=2592000
Expires
Sun, 07 Jun 2026 13:43:03 GMT
Last-Modified
Mon, 26 Aug 2024 17:22:25 GMT
cache-control: public, max-age=2592000 expires: Sun, 07 Jun 2026 13:43:03 GMT last-modified: Mon, 26 Aug 2024 17:22:25 GMT
Content Headers
Content-Type
text/html; charset=UTF-8
content-type: text/html; charset=UTF-8
Server Headers
server: cloudflare x-powered-by: Express
CORS Headers
Access-Control-Allow-Origin
*
access-control-allow-origin: *
Cookies Headers
Other Headers
Alt-Svc
h3=":443"; ma=86400
Date
Fri, 08 May 2026 13:43:03 GMT
Nel
Report-To Group
cf-nel
max-age: 1w
success: 0.0%
Report-To
Other
Server-Timing
rewrite; dur=7.316795; desc="Rewrite fetch", doc; dur=29.379336; desc="Doc fetch", template; dur=11.078716; desc="Template resolution", total; dur=49.369713; desc="Total Response Time"
alt-svc: h3=":443"; ma=86400
cf-cache-status: DYNAMIC
cf-ray: 9f88e424cf0f39b2-IAD
date: Fri, 08 May 2026 13:43:03 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=xCZKC3qZTfGZXhoNSzoTuSB5nxzTS86scFeninbLxY%2BVd9loQcgyjxZo5Fvmu6bjrPZdlCyQOXPRgD9WLcPYS9B86C9DlVHRqTPWEt9a8%2FTp%2BKmc4Y81%2FBIwa4HcUJI%3D"}]}
server-timing: rewrite; dur=7.316795; desc="Rewrite fetch", doc; dur=29.379336; desc="Doc fetch", template; dur=11.078716; desc="Template resolution", total; dur=49.369713; desc="Total Response Time"
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology