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/"575940234796588c800374d27eefa8bb"
cache-control: max-age=0, private, must-revalidate etag: W/"575940234796588c800374d27eefa8bb"
Content Headers
Content-Type
text/html; charset=utf-8
content-type: text/html; charset=utf-8
Server Headers
X-Runtime
0.003337
server: nginx/1.18.0 + Phusion Passenger(R) 6.0.25 x-powered-by: Phusion Passenger(R) 6.0.25 x-runtime: 0.003337
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Date
Sun, 03 May 2026 18:44:28 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
282a5a4f-53c8-45eb-a71b-344521109adc
date: Sun, 03 May 2026 18:44:28 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: 282a5a4f-53c8-45eb-a71b-344521109adc
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology