Open
Cached
·
just now
17
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
Accept-Ranges
bytes
Connection
close
Transfer-Encoding
chunked
Vary
Accept-Encoding
accept-ranges: bytes connection: close transfer-encoding: chunked vary: Accept-Encoding
Caching Headers
Cache-Control
no-cache
Etag
W/"10fd-19d62980c28"
Last-Modified
Mon, 06 Apr 2026 11:40:25 GMT
cache-control: no-cache etag: W/"10fd-19d62980c28" last-modified: Mon, 06 Apr 2026 11:40:25 GMT
Content Headers
Content-Type
text/html; charset=UTF-8
content-type: text/html; charset=UTF-8
Server Headers
server: railway-edge x-powered-by: Express
CORS Headers
Access-Control-Allow-Credentials
true
Access-Control-Allow-Headers
Content-Type, Authorization, X-Device-ID
Access-Control-Allow-Methods
GET, POST, PUT, PATCH, DELETE, OPTIONS
Access-Control-Allow-Origin
*
access-control-allow-credentials: true access-control-allow-headers: Content-Type, Authorization, X-Device-ID access-control-allow-methods: GET, POST, PUT, PATCH, DELETE, OPTIONS access-control-allow-origin: *
Cookies Headers
Other Headers
Date
Sat, 25 Apr 2026 11:12:55 GMT
X-Railway-Edge
railway/us-east4-eqdc4a
X-Railway-Request-Id
p6RIq5r2TTKmW5Uto3UVLg
date: Sat, 25 Apr 2026 11:12:55 GMT x-railway-edge: railway/us-east4-eqdc4a x-railway-request-id: p6RIq5r2TTKmW5Uto3UVLg
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology