Open
Cached
·
just now
14
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Missing
Not configured
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Missing
Not configured
Referrer-Policy
Missing
Not configured
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
- • 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
Transfer-Encoding
chunked
Vary
cookie
connection: close, Transfer-Encoding transfer-encoding: chunked vary: cookie
Caching Headers
Cache-Control
must-revalidate, max-age=2419200
Last-Modified
Thu, 19 Mar 2026 19:57:21 GMT
cache-control: must-revalidate, max-age=2419200 last-modified: Thu, 19 Mar 2026 19:57:21 GMT
Content Headers
Content-Type
text/html; charset=UTF-8
content-type: text/html; charset=UTF-8
Server Headers
server: nginx x-powered-by: WP Engine
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Date
Fri, 10 Apr 2026 08:52:50 GMT
X-Cache-Group
normal
X-Cacheable
YES:2419200.000
X-Cdn-Name
Akamai
X-Orig-Cache-Control
max-age=2419200, must-revalidate
date: Fri, 10 Apr 2026 08:52:50 GMT link: <https://www.teads.com/>; rel=shortlink x-cache-group: normal x-cacheable: YES:2419200.000 x-cdn-name: Akamai x-orig-cache-control: max-age=2419200, must-revalidate
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology