Open
Cached
·
just now
15
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Missing
Not configured
X-Frame-Options
Missing
Not configured
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-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
Connection
close
Vary
Origin
connection: close vary: Origin
Caching Headers
Etag
W/"13-Th2YeV5i1eVKyvor00CypaoWMmI"
etag: W/"13-Th2YeV5i1eVKyvor00CypaoWMmI"
Content Headers
Content-Length
19
Content-Type
text/html; charset=utf-8
content-length: 19 content-type: text/html; charset=utf-8
Server Headers
server: railway-hikari x-powered-by: Express
CORS Headers
Access-Control-Allow-Credentials
true
Access-Control-Allow-Headers
Content-Type, Authorization
Access-Control-Allow-Methods
GET, POST, PUT, DELETE, OPTIONS
Access-Control-Expose-Headers
Content-Disposition, X-Contract-Filename
access-control-allow-credentials: true access-control-allow-headers: Content-Type, Authorization access-control-allow-methods: GET, POST, PUT, DELETE, OPTIONS access-control-expose-headers: Content-Disposition, X-Contract-Filename
Cookies Headers
Other Headers
Date
Tue, 25 Aug 2026 20:38:51 GMT
X-Hikari-Trace
iad1.dh1s
X-Railway-Edge
iad1
X-Railway-Request-Id
Eka3GDXrS26-TguoWVMv1w
date: Tue, 25 Aug 2026 20:38:51 GMT x-hikari-trace: iad1.dh1s x-railway-edge: iad1 x-railway-request-id: Eka3GDXrS26-TguoWVMv1w
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