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
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-Content-Type-Options: nosniff
- • Add Referrer-Policy header (recommended: strict-origin-when-cross-origin)
- • Consider adding Permissions-Policy to control browser features
Performance Headers
Accept-Ranges
none
Connection
close
Transfer-Encoding
chunked
accept-ranges: none connection: close transfer-encoding: chunked
Caching Headers
Cache-Control
no-store, no-cache, must-revalidate, no-transform
Expires
Mon, 20 Aug 1969 09:23:00 GMT
Last-Modified
Sat, 12 Sep 2026 07:47:39 GMT
Pragma
no-cache
cache-control: no-store, no-cache, must-revalidate, no-transform expires: Mon, 20 Aug 1969 09:23:00 GMT last-modified: Sat, 12 Sep 2026 07:47:39 GMT pragma: no-cache
Content Headers
Content-Language
es-mx
Content-Type
text/html; charset=utf-8
content-language: es-mx content-type: text/html; charset=utf-8
Server Headers
server: nginx/1.26.3 x-powered-by: PHP/8.3.32
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Content-Script-Type
text/javascript
Content-Style-Type
text/css
Date
Sat, 12 Sep 2026 07:47:39 GMT
X-Ua-Compatible
IE=edge
content-script-type: text/javascript content-style-type: text/css date: Sat, 12 Sep 2026 07:47:39 GMT x-ua-compatible: IE=edge
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology