Open
Cached
·
1h ago
17
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Good
max-age=31536000; includeSubDomains
X-Frame-Options
Good
SAMEORIGIN
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Good
no-referrer-when-downgrade
Permissions-Policy
Present
geolocation=(self), microphone=()
Recommendations
- • Consider adding 'preload' to HSTS for maximum security
- • Add Content-Security-Policy header to prevent XSS attacks
Performance Headers
Connection
close
Transfer-Encoding
chunked
Vary
accept, content-type
connection: close transfer-encoding: chunked vary: accept, content-type
Caching Headers
Cache-Control
max-age=172800
Expires
Fri, 31 Jul 2026 16:13:26 GMT
cache-control: max-age=172800 expires: Fri, 31 Jul 2026 16:13:26 GMT
Content Headers
Content-Type
text/html; charset=UTF-8
content-type: text/html; charset=UTF-8
Server Headers
server: nginx x-powered-by: PHP/8.3.26
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Date
Wed, 29 Jul 2026 16:13:26 GMT
Link
rel=https://api.w.org/
rel=alternate
title=JSON
type=application/json
rel=shortlink
date: Wed, 29 Jul 2026 16:13:26 GMT link: <https://websell.io/wp-json/>; rel="https://api.w.org/", <https://websell.io/wp-json/wp/v2/pages/72755>; rel="alternate"; title="JSON"; type="application/json", <https://websell.io/>; rel=shortlink
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology