Open
Cached
·
just now
16
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
Missing
Not configured
Referrer-Policy
Good
no-referrer-when-downgrade
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-Content-Type-Options: nosniff
- • Consider adding Permissions-Policy to control browser features
Performance Headers
Connection
close
Transfer-Encoding
chunked
Vary
rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch
connection: close transfer-encoding: chunked vary: rsc, next-router-state-tree, next-router-prefetch, next-router-segment-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
Date
Fri, 08 May 2026 04:22:48 GMT
Link
rel=alternate
type=text/markdown
URL
/fonts/SourceSans3-Variable.woff2
rel=preload
as=font
crossorigin=anonymous
type=font/woff2
URL
/fonts/SpecialGothicExpandedOne-Regular.woff2
rel=preload
as=font
crossorigin=anonymous
type=font/woff2
URL
/_next/static/css/318031b5150f21fb.css?dpl=dpl_Fvnvf7ZuEK4wQqDkYveRqEbMBcL2
rel=preload
as=style
X-Matched-Path
/
date: Fri, 08 May 2026 04:22:48 GMT link: <https://https://www.appsignal.com/index.md>; rel="alternate"; type="text/markdown", </fonts/SourceSans3-Variable.woff2>; rel=preload; as="font"; crossorigin="anonymous"; type="font/woff2", </fonts/SpecialGothicExpandedOne-Regular.woff2>; rel=preload; as="font"; crossorigin="anonymous"; type="font/woff2", </_next/static/css/318031b5150f21fb.css?dpl=dpl_Fvnvf7ZuEK4wQqDkYveRqEbMBcL2>; rel=preload; as="style" x-matched-path: / x-vercel-cache: MISS x-vercel-id: cle1::iad1::n7p7v-1778214167838-6a84b3203498
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology