Open
Cached
·
8h ago
26
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Present
max-age=63072000
X-Frame-Options
Excellent
DENY
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Good
no-referrer-when-downgrade
Permissions-Policy
Present
geolocation=(self), microphone=()
Recommendations
- • Increase HSTS max-age to at least 1 year and add includeSubDomains
- • Improve CSP by adding more specific directives and removing 'unsafe-inline'
Performance Headers
Connection
close
Transfer-Encoding
chunked
Vary
accept-encoding
connection: close transfer-encoding: chunked vary: accept-encoding
Caching Headers
Age
510566
Cache-Control
public, max-age=0, must-revalidate
age: 510566 cache-control: public, max-age=0, must-revalidate
Content Headers
Content-Type
text/html; charset=utf-8
content-type: text/html; charset=utf-8
Server Headers
server: cloudflare x-powered-by: Next.js
CORS Headers
Access-Control-Allow-Credentials
true
Access-Control-Allow-Headers
Auth-Token,Accept,Authorization,DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,Ajs-Anonymous-Id
Access-Control-Allow-Methods
GET,OPTIONS,PATCH,DELETE,POST,PUT
Access-Control-Allow-Origin
https://www.hellotech.com
access-control-allow-credentials: true access-control-allow-headers: Auth-Token,Accept,Authorization,DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,Ajs-Anonymous-Id access-control-allow-methods: GET,OPTIONS,PATCH,DELETE,POST,PUT access-control-allow-origin: https://www.hellotech.com
Cookies Headers
Other Headers
Date
Sun, 03 May 2026 14:39:24 GMT
Server-Timing
cfCacheStatus;desc="DYNAMIC", cfEdge;dur=13,cfOrigin;dur=0,cfWorker;dur=52
X-Matched-Path
/
cf-cache-status: DYNAMIC cf-ray: 9f6003d4bb563b42-IAD date: Sun, 03 May 2026 14:39:24 GMT server-timing: cfCacheStatus;desc="DYNAMIC", cfEdge;dur=13,cfOrigin;dur=0,cfWorker;dur=52 x-matched-path: / x-vercel-cache: HIT x-vercel-id: iad1::sfo1::q6gzr-1777819164965-2f0e9d52b551
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology