Open
Cached
·
just now
22
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Missing
Not configured
X-Frame-Options
Present
sameorigin, SAMEORIGIN
X-Content-Type-Options
Good
nosniff
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 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, Accept-Encoding
connection: close transfer-encoding: chunked vary: Accept-Encoding, Accept-Encoding
Caching Headers
Cache-Control
private, no-cache, no-store, must-revalidate, post-check=0, pre-check=0
Expires
Sun, 03 May 2026 05:01:51 GMT
Last-Modified
Sun, 03 May 2026 05:01:51 GMT
Pragma
no-cache
cache-control: private, no-cache, no-store, must-revalidate, post-check=0, pre-check=0 expires: Sun, 03 May 2026 05:01:51 GMT last-modified: Sun, 03 May 2026 05:01:51 GMT pragma: no-cache
Content Headers
Content-Language
en
Content-Type
text/html; charset=UTF-8
content-language: en content-type: text/html; charset=UTF-8
Server Headers
server: Apache x-powered-by: PHP/8.3.30
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Date
Sun, 03 May 2026 05:01:41 GMT
X-Cdn-Cache-Status
EXPIRED
X-Cdn-Node-Is-At-Origin
1
X-Origin-Cache-Status
EXPIRED
X-Provided-By
StackCDN
X-Robots-Tag
noindex, nofollow
X-Via
LHR6
date: Sun, 03 May 2026 05:01:41 GMT x-cdn-cache-status: EXPIRED x-cdn-node-is-at-origin: 1 x-origin-cache-status: EXPIRED x-provided-by: StackCDN x-robots-tag: noindex, nofollow x-via: LHR6
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology