Open
Cached
·
just now
19
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Missing
Not configured
X-Frame-Options
Good
SAMEORIGIN
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Good
strict-origin-when-cross-origin
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
- • Consider adding Permissions-Policy to control browser features
Performance Headers
Connection
close
Transfer-Encoding
chunked
connection: close transfer-encoding: chunked
Caching Headers
Cache-Control
max-age=0, private, must-revalidate
Etag
W/"c6cc8b6ea73b568105033819c42893d7"
cache-control: max-age=0, private, must-revalidate etag: W/"c6cc8b6ea73b568105033819c42893d7"
Content Headers
Content-Type
text/html; charset=utf-8
content-type: text/html; charset=utf-8
Server Headers
X-Runtime
0.003361
server: nginx/1.18.0 + Phusion Passenger(R) 6.0.25 x-powered-by: Phusion Passenger(R) 6.0.25 x-runtime: 0.003361
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Date
Mon, 04 May 2026 07:39:25 GMT
Link
URL
/assets/application-fe4906dd4ae887fb69a32f9ec5c9610907c38784335308cd5f24ce8275a4a023.css
rel=preload
as=style
nopush
URL
/assets/application-1dc614a577150df530339cc11e9e8883ca6420b48f83bff5397285db2a6b5f57.js
rel=preload
as=script
nopush
P3p
CP="ALL DSP COR CURa ADMa DEVa OUR IND COM NAV"
Status
200 OK
X-Permitted-Cross-Domain-Policies
none
X-Request-Id
25c3a6a3-c475-4d74-8acc-d4608b398df9
date: Mon, 04 May 2026 07:39:25 GMT link: </assets/application-fe4906dd4ae887fb69a32f9ec5c9610907c38784335308cd5f24ce8275a4a023.css>; rel=preload; as=style; nopush,</assets/application-1dc614a577150df530339cc11e9e8883ca6420b48f83bff5397285db2a6b5f57.js>; rel=preload; as=script; nopush p3p: CP="ALL DSP COR CURa ADMa DEVa OUR IND COM NAV" status: 200 OK x-permitted-cross-domain-policies: none x-request-id: 25c3a6a3-c475-4d74-8acc-d4608b398df9
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology