Open
Cached
·
3h ago
37
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Present
max-age=63072000
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Missing
Not configured
Referrer-Policy
Missing
Not configured
Permissions-Policy
Missing
Not configured
Recommendations
- • Increase HSTS max-age to at least 1 year and add includeSubDomains
- • 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
RSC, Next-Router-State-Tree, Next-Router-Prefetch
connection: close transfer-encoding: chunked vary: RSC, Next-Router-State-Tree, Next-Router-Prefetch
Caching Headers
Age
0
Cache-Control
private, no-cache, no-store, max-age=0, must-revalidate
age: 0 cache-control: private, no-cache, no-store, max-age=0, must-revalidate
Content Headers
Content-Type
text/html; charset=utf-8
content-type: text/html; charset=utf-8
Server Headers
server: Vercel x-powered-by: Next.js
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Accept
*/*
Date
Sat, 11 Apr 2026 23:39:00 GMT
Forwarded
for=64.34.84.155;host=www.daily.co;proto=https
Link
URL
/_next/static/media/0e96d314a90a6138-s.p.woff2
rel=preload
as=font
crossorigin
type=font/woff2
URL
/_next/static/media/13971731025ec697-s.p.woff2
rel=preload
as=font
crossorigin
type=font/woff2
URL
/_next/static/media/b7ea2ab4a8ad1f81-s.p.woff2
rel=preload
as=font
crossorigin
type=font/woff2
User-Agent
mint/1.7.1
X-Current-Path
/
X-Forwarded-For
64.34.84.155
X-Forwarded-Host
www.daily.co
X-Forwarded-Proto
https
X-Invocation-Id
iad1::5zwgm-1775950739581-b6bc3486bece
X-Matched-Path
/
X-Middleware-Cache
no-store
X-Real-Ip
64.34.84.155
X-Vercel-Firewall-Bypass
true
X-Vercel-Ip-As-Number
396356
X-Vercel-Ip-City
Ashburn
X-Vercel-Ip-Continent
NA
X-Vercel-Ip-Country
US
X-Vercel-Ip-Country-Region
VA
X-Vercel-Ip-Latitude
39.0469
X-Vercel-Ip-Longitude
-77.4903
X-Vercel-Ip-Postal-Code
20149
X-Vercel-Ip-Timezone
America/New_York
X-Vercel-Ja3-Digest
c4f75f5ad8c11e8167a874be4326b2fd
X-Vercel-Ja4-Digest
t13d640700_70d83611e2fb_bc99fca5e491
X-Vercel-Proxied-For
64.34.84.155
accept: */* date: Sat, 11 Apr 2026 23:39:00 GMT forwarded: for=64.34.84.155;host=www.daily.co;proto=https link: </_next/static/media/0e96d314a90a6138-s.p.woff2>; rel=preload; as="font"; crossorigin=""; type="font/woff2", </_next/static/media/13971731025ec697-s.p.woff2>; rel=preload; as="font"; crossorigin=""; type="font/woff2", </_next/static/media/b7ea2ab4a8ad1f81-s.p.woff2>; rel=preload; as="font"; crossorigin=""; type="font/woff2" user-agent: mint/1.7.1 x-current-path: / x-forwarded-for: 64.34.84.155 x-forwarded-host: www.daily.co x-forwarded-proto: https x-invocation-id: iad1::5zwgm-1775950739581-b6bc3486bece x-matched-path: / x-middleware-cache: no-store x-real-ip: 64.34.84.155 x-vercel-cache: MISS x-vercel-firewall-bypass: true x-vercel-id: iad1:iad1::iad1::5zwgm-1775950739581-b6bc3486bece x-vercel-ip-as-number: 396356 x-vercel-ip-city: Ashburn x-vercel-ip-continent: NA x-vercel-ip-country: US x-vercel-ip-country-region: VA x-vercel-ip-latitude: 39.0469 x-vercel-ip-longitude: -77.4903 x-vercel-ip-postal-code: 20149 x-vercel-ip-timezone: America/New_York x-vercel-ja3-digest: c4f75f5ad8c11e8167a874be4326b2fd x-vercel-ja4-digest: t13d640700_70d83611e2fb_bc99fca5e491 x-vercel-proxied-for: 64.34.84.155
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology