Open
Cached
·
just now
21
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
connection: close
Caching Headers
No caching headers found
Content Headers
Content-Length
81
Content-Type
application/json
content-length: 81 content-type: application/json
CORS Headers
Access-Control-Allow-Credentials
true
Access-Control-Allow-Headers
Authorization, origin, if-none-match, Content-Type, Accept-Encoding
Access-Control-Allow-Methods
GET, POST, PUT, DELETE, PATCH, OPTIONS
Access-Control-Allow-Origin
*
Access-Control-Expose-Headers
*
access-control-allow-credentials: true access-control-allow-headers: Authorization, origin, if-none-match, Content-Type, Accept-Encoding access-control-allow-methods: GET, POST, PUT, DELETE, PATCH, OPTIONS access-control-allow-origin: * access-control-expose-headers: *
Cookies Headers
Other Headers
Date
Thu, 25 Jun 2026 21:52:14 GMT
Ratelimit-Limit
12
Ratelimit-Remaining
11
Ratelimit-Reset
1
X-Cache-Key
249603992f4ed97f377a5a20fd36b28d
X-Cache-Status
Bypass
X-Kong-Request-Id
21bb6a38f00e5e58f261b1244581bf1c
X-Ratelimit-Limit-Second
12
X-Ratelimit-Remaining-Second
11
date: Thu, 25 Jun 2026 21:52:14 GMT ratelimit-limit: 12 ratelimit-remaining: 11 ratelimit-reset: 1 via: 1.1 kong/3.9.1 x-cache-key: 249603992f4ed97f377a5a20fd36b28d x-cache-status: Bypass x-kong-proxy-latency: 1 x-kong-request-id: 21bb6a38f00e5e58f261b1244581bf1c x-kong-upstream-latency: 1 x-ratelimit-limit-second: 12 x-ratelimit-remaining-second: 11
Recommendations
Enable compression (gzip/brotli) to improve performance
Add Cache-Control header to optimize caching