Open
Cached
·
just now
16
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
No caching headers found
Content Headers
Content-Length
166
Content-Type
application/json
content-length: 166 content-type: application/json
CORS Headers
Access-Control-Allow-Headers
DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization
Access-Control-Allow-Methods
GET,HEAD,PUT,PATCH,POST,DELETE
Access-Control-Allow-Origin
*
Access-Control-Expose-Headers
Content-Length,Content-Range
access-control-allow-headers: DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization access-control-allow-methods: GET,HEAD,PUT,PATCH,POST,DELETE access-control-allow-origin: * access-control-expose-headers: Content-Length,Content-Range
Cookies Headers
Other Headers
Alt-Svc
h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Date
Wed, 25 Feb 2026 08:14:46 GMT
Via
1.1 google
X-Rate-Limit-Duration
1
X-Rate-Limit-Limit
100.00
X-Rate-Limit-Request-Forwarded-For
204.93.227.90, 34.160.83.39, 35.191.71.93
X-Rate-Limit-Request-Remote-Addr
10.92.3.16:40850
alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000 date: Wed, 25 Feb 2026 08:14:46 GMT via: 1.1 google x-rate-limit-duration: 1 x-rate-limit-limit: 100.00 x-rate-limit-request-forwarded-for: 204.93.227.90, 34.160.83.39, 35.191.71.93 x-rate-limit-request-remote-addr: 10.92.3.16:40850
Recommendations
Enable compression (gzip/brotli) to improve performance
Add Cache-Control header to optimize caching