Open
Cached
·
just now
17
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Missing
Not configured
X-Frame-Options
Good
SAMEORIGIN
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Good
strict-origin-when-cross-origin
Permissions-Policy
Missing
Not configured
Recommendations
- • Add Strict-Transport-Security header with max-age of at least 1 year
- • Add Content-Security-Policy header to prevent XSS attacks
- • Consider adding Permissions-Policy to control browser features
Performance Headers
Connection
close
Vary
Accept-Encoding
connection: close vary: Accept-Encoding
Caching Headers
Age
33
Cache-Control
public,max-age=3600,s-maxage=60,stale-while-revalidate=31535940
Etag
"2qtl84w80n3ari"
age: 33 cache-control: public,max-age=3600,s-maxage=60,stale-while-revalidate=31535940 etag: "2qtl84w80n3ari"
Content Headers
Content-Length
153940
Content-Type
text/html; charset=utf-8
content-length: 153940 content-type: text/html; charset=utf-8
CORS Headers
Access-Control-Allow-Origin
*
access-control-allow-origin: *
Cookies Headers
Other Headers
Alt-Svc
h3=":443"; ma=2592000
Date
Wed, 13 May 2026 09:11:14 GMT
Via
1.1 google, 1.1 google
alt-svc: h3=":443"; ma=2592000 date: Wed, 13 May 2026 09:11:14 GMT via: 1.1 google, 1.1 google x-nextjs-cache: STALE
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology