Open
Cached
·
just now
17
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Present
max-age=63072000; includeSubdomains; preload
X-Frame-Options
Good
SAMEORIGIN
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Present
unsafe-url
Permissions-Policy
Present
notifications 'none'
Recommendations
- • Increase HSTS max-age to at least 1 year and add includeSubDomains
- • Significantly strengthen CSP directives
Performance Headers
Connection
close
Transfer-Encoding
chunked
connection: close transfer-encoding: chunked
Caching Headers
No caching headers found
Content Headers
Content-Type
text/html; charset=UTF-8
content-type: text/html; charset=UTF-8
Server Headers
server: Apache x-powered-by: PHP/7.4.33
CORS Headers
Access-Control-Allow-Headers
x-requested-with, Content-Type, origin, authorization, accept, client-security-token
Access-Control-Allow-Methods
POST, GET, OPTIONS, DELETE, PUT
Access-Control-Allow-Origin
*
Access-Control-Max-Age
1000
access-control-allow-headers: x-requested-with, Content-Type, origin, authorization, accept, client-security-token access-control-allow-methods: POST, GET, OPTIONS, DELETE, PUT access-control-allow-origin: * access-control-max-age: 1000
Cookies Headers
Other Headers
Date
Fri, 21 Aug 2026 15:21:43 GMT
date: Fri, 21 Aug 2026 15:21:43 GMT
Recommendations
Enable compression (gzip/brotli) to improve performance
Add Cache-Control header to optimize caching
Consider removing X-Powered-By header to hide server technology