Open
Cached
·
just now
20
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
No caching headers found
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-Headers
content-type, authorization, x-contact-key
Access-Control-Allow-Methods
GET, POST, OPTIONS
Access-Control-Allow-Origin
*
Access-Control-Max-Age
86400
access-control-allow-headers: content-type, authorization, x-contact-key access-control-allow-methods: GET, POST, OPTIONS access-control-allow-origin: * access-control-max-age: 86400
Cookies Headers
Other Headers
Access-Control-Allow-Private-Network
true
Alt-Svc
h3=":443"; ma=86400
Date
Sat, 23 May 2026 17:08:47 GMT
Nel
Report-To Group
cf-nel
max-age: 1w
success: 0.0%
Report-To
Other
Server-Timing
cfCacheStatus;desc="DYNAMIC", cfEdge;dur=15,cfOrigin;dur=148
Speculation-Rules
"/cdn-cgi/speculation"
X-Served-By
api.affinity.tech
access-control-allow-private-network: true
alt-svc: h3=":443"; ma=86400
cf-cache-status: DYNAMIC
cf-ray: a005aa25ead8f4e3-IAD
date: Sat, 23 May 2026 17:08:47 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=iR40HuNARdV85NSidRPL6Re57s3Aygu%2FGPT%2BJEX3jgqmjGeF%2FIMnJw5BsvNYGkOjJR7s7MYbRg35GwUM05Q1wuow%2BjFPBWEmeMYlJJJ2WvyA6XBXAov2IwPdqvBd203jzGR82Q%3D%3D"}]}
server-timing: cfCacheStatus;desc="DYNAMIC", cfEdge;dur=15,cfOrigin;dur=148
speculation-rules: "/cdn-cgi/speculation"
x-served-by: api.affinity.tech
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