Open
Cached
·
just now
24
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
Present
camera=(), microphone=(), geolocation=()
Recommendations
- • Add Strict-Transport-Security header with max-age of at least 1 year
- • Improve CSP by adding more specific directives and removing 'unsafe-inline'
Performance Headers
Accept-Ranges
bytes
Connection
close
Vary
accept-encoding
accept-ranges: bytes connection: close vary: accept-encoding
Caching Headers
Cache-Control
public, max-age=0
Etag
W/"bc5-19fec2f0f98"
Last-Modified
Mon, 10 Aug 2026 14:58:55 GMT
cache-control: public, max-age=0 etag: W/"bc5-19fec2f0f98" last-modified: Mon, 10 Aug 2026 14:58:55 GMT
Content Headers
Content-Length
3013
Content-Type
text/html; charset=UTF-8
content-length: 3013 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, X-Organization-Id
Access-Control-Allow-Methods
GET, POST, PUT, PATCH, DELETE, OPTIONS
access-control-allow-credentials: true access-control-allow-headers: Content-Type, Authorization, X-Organization-Id access-control-allow-methods: GET, POST, PUT, PATCH, DELETE, OPTIONS
Cookies Headers
Other Headers
Date
Mon, 10 Aug 2026 17:12:03 GMT
X-Hikari-Trace
iad1.fp5t
X-Railway-Edge
iad1
X-Railway-Request-Id
dSwv97-tQDmB1ubKqmzx2A
X-Request-Id
23C83DE274C3DAAD
date: Mon, 10 Aug 2026 17:12:03 GMT x-hikari-trace: iad1.fp5t x-railway-edge: iad1 x-railway-request-id: dSwv97-tQDmB1ubKqmzx2A x-request-id: 23C83DE274C3DAAD
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology