Open
Cached
·
7m ago
17
Headers
HTTP Security Headers
Status
Strict-Transport-Security
Missing
Not configured
X-Frame-Options
Good
SAMEORIGIN
X-Content-Type-Options
Good
nosniff
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 Referrer-Policy header (recommended: strict-origin-when-cross-origin)
- • Consider adding Permissions-Policy to control browser features
Performance Headers
Connection
close
connection: close
Caching Headers
No caching headers found
Content Headers
Content-Length
62
Content-Type
text/plain; charset=utf-8
content-length: 62 content-type: text/plain; charset=utf-8
Server Headers
Server
railway-hikari
X-Powered-By
Dart with package:shelf
server: railway-hikari x-powered-by: Dart with package:shelf
CORS Headers
Access-Control-Allow-Credentials
true
Access-Control-Allow-Headers
Origin, Content-Type, Accept, X-Auth-Token, Authorization, Firebase-Authorization
Access-Control-Allow-Methods
GET, POST, PUT, DELETE, OPTIONS
Access-Control-Allow-Origin
https://app.infinitetheflow.com
Access-Control-Max-Age
600
access-control-allow-credentials: true access-control-allow-headers: Origin, Content-Type, Accept, X-Auth-Token, Authorization, Firebase-Authorization access-control-allow-methods: GET, POST, PUT, DELETE, OPTIONS access-control-allow-origin: https://app.infinitetheflow.com access-control-max-age: 600
Cookies Headers
Other Headers
Date
Wed, 26 Aug 2026 08:57:35 GMT
X-Hikari-Trace
iad1.dh1s
X-Railway-Edge
iad1
X-Railway-Request-Id
GAWHH1TvTQuVs_rf9fVATg
date: Wed, 26 Aug 2026 08:57:35 GMT x-hikari-trace: iad1.dh1s x-railway-edge: iad1 x-railway-request-id: GAWHH1TvTQuVs_rf9fVATg
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