Open
Cached
·
just now
17
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
chunked
Vary
accept-encoding
connection: close transfer-encoding: chunked vary: accept-encoding
Caching Headers
Cache-Control
no-cache, must-revalidate
Last-Modified
Wed, 06 May 2026 03:18:39 GMT
cache-control: no-cache, must-revalidate last-modified: Wed, 06 May 2026 03:18:39 GMT
Content Headers
Content-Type
text/html; charset=UTF-8
content-type: text/html; charset=UTF-8
Server Headers
server: cloudflare x-powered-by: WP Engine
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Alt-Svc
h3=":443"; ma=86400
Cdn-Cache-Control
max-age=2592000
Date
Wed, 06 May 2026 05:03:44 GMT
X-Flying-Press-Cache
HIT
X-Flying-Press-Source
PHP
X-Pass-Why
custom-path
alt-svc: h3=":443"; ma=86400 cdn-cache-control: max-age=2592000 cf-cache-status: BYPASS cf-ray: 9f7570abdb385774-IAD date: Wed, 06 May 2026 05:03:44 GMT x-flying-press-cache: HIT x-flying-press-source: PHP x-pass-why: custom-path
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology