Open
Cached
·
just now
9
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
94
Content-Type
text/plain; charset=utf-8
content-length: 94 content-type: text/plain; charset=utf-8
Server Headers
No server headers found
CORS Headers
Access-Control-Allow-Headers
Origin, Content-Type, Accept, Authorization, User-Agent, Referer, X-Forwarded-For, Bugsnag-Api-Key, Bugsnag-Sent-At, Bugsnag-Payload-Version, Bugsnag-Integrity
Access-Control-Allow-Methods
POST
Access-Control-Allow-Origin
*
access-control-allow-headers: Origin, Content-Type, Accept, Authorization, User-Agent, Referer, X-Forwarded-For, Bugsnag-Api-Key, Bugsnag-Sent-At, Bugsnag-Payload-Version, Bugsnag-Integrity access-control-allow-methods: POST access-control-allow-origin: *
Cookies Headers
Other Headers
Alt-Svc
h3=":443"; ma=2592000
Date
Thu, 02 Apr 2026 18:25:05 GMT
Via
1.1 google
alt-svc: h3=":443"; ma=2592000 date: Thu, 02 Apr 2026 18:25:05 GMT via: 1.1 google
Recommendations
Enable compression (gzip/brotli) to improve performance
Add Cache-Control header to optimize caching