Open
Cached
·
just now
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
39456
Cache-Control
public, max-age=0, must-revalidate
age: 39456 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
Tue, 05 May 2026 03:47:39 GMT
Server-Timing
cfCacheStatus;desc="DYNAMIC", cfEdge;dur=10,cfOrigin;dur=0,cfWorker;dur=31
X-Matched-Path
/
cf-cache-status: DYNAMIC cf-ray: 9f6cc3d9ec77310c-IAD date: Tue, 05 May 2026 03:47:39 GMT server-timing: cfCacheStatus;desc="DYNAMIC", cfEdge;dur=10,cfOrigin;dur=0,cfWorker;dur=31 x-matched-path: / x-vercel-cache: HIT x-vercel-id: iad1::sfo1::q749q-1777952859206-84ef17d8810a
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology