Open
Cached
·
just now
17
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Present
max-age=63072000; includeSubdomains;
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Missing
Not configured
Referrer-Policy
Missing
Not configured
Permissions-Policy
Missing
Not configured
Recommendations
- • Increase HSTS max-age to at least 1 year and add includeSubDomains
- • Significantly strengthen CSP directives
- • 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
Accept-Ranges
bytes
Connection
close
Vary
Accept-Encoding
accept-ranges: bytes connection: close vary: Accept-Encoding
Caching Headers
Cache-Control
private, no-cache, no-store, must-revalidate, no-transform, max-age=0, no-cache, no-store, must-revalidate
Expires
Wed, 11 Jan 1984 05:00:00 GMT
Last-Modified
Wed, 27 May 2026 15:17:26 GMT
Pragma
no-cache, no-cache
cache-control: private, no-cache, no-store, must-revalidate, no-transform, max-age=0, no-cache, no-store, must-revalidate expires: Wed, 11 Jan 1984 05:00:00 GMT last-modified: Wed, 27 May 2026 15:17:26 GMT pragma: no-cache, no-cache
Content Headers
Content-Length
3780
Content-Type
text/html
content-length: 3780 content-type: text/html
CORS Headers
Access-Control-Allow-Headers
Content-Type,Authorization,Content-Length,x-requested-with,cache-control, token, User-Id, public_key
Access-Control-Allow-Methods
GET,PUT,POST,DELETE,OPTIONS
Access-Control-Allow-Origin
*
access-control-allow-headers: Content-Type,Authorization,Content-Length,x-requested-with,cache-control, token, User-Id, public_key access-control-allow-methods: GET,PUT,POST,DELETE,OPTIONS access-control-allow-origin: *
Cookies Headers
Other Headers
Date
Sun, 31 May 2026 16:18:09 GMT
date: Sun, 31 May 2026 16:18:09 GMT
Recommendations
Enable compression (gzip/brotli) to improve performance