Open
Cached
·
4h ago
23
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
connection: close
Caching Headers
Age
123844
Cache-Control
public, max-age=0, must-revalidate
Etag
"ww0ivgj6b0dwo"
age: 123844 cache-control: public, max-age=0, must-revalidate etag: "ww0ivgj6b0dwo"
Content Headers
Content-Length
18026
Content-Type
text/html; charset=utf-8
content-length: 18026 content-type: text/html; charset=utf-8
Server Headers
server: Vercel 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
Mon, 04 May 2026 16:50:03 GMT
X-Matched-Path
/
date: Mon, 04 May 2026 16:50:03 GMT x-matched-path: / x-vercel-cache: HIT x-vercel-id: iad1::sfo1::w4p9q-1778037247347-101ada0bf781
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology