14 Headers

HTTP Security Headers

Status
Strict-Transport-Security
Missing
Not configured
Content-Security-Policy
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

3 headers
Connection
Performance
keep-alive
Transfer-Encoding
Performance
chunked
Vary
Performance
Accept-Encoding

Caching Headers

1 headers
Cache-Control
Caching
no-cache, private

Content Headers

1 headers
Content-Type
Content
text/html; charset=UTF-8

Server Headers

1 headers
Server
Server
nginx

CORS Headers

1 headers
Access-Control-Allow-Origin
Cors
*

Cookies Headers

1 headers
Set-Cookie
Cookies
boost_your_super_api_session=eyJpdiI6InB3NXVuOFlWU1RIdTNKNVJRVXFEUlE9PSIsInZhbHVlIjoiclhkc015ZWxLK2RXSWJVRlk0T2lwNUFQNHhWbHpjMy92eWZiRFZxbFd4NGNIMk9QQzMveDlKYXY1QlFRenllSExYdmVXYm1jNDBnNU9RN1BDQ1hqQXNNUjY1SmhnckFZS3QwVDA3T3UvSDNCYlBERVF6RjU5bnM4WHc3MERkWFoiLCJtYWMiOiI5M2JlMzU2MGNjY2UwNzUzYzc1NTk3ZTFkNmMyZGMxMTBlNWE2ZGY3NmRjOGI3NzVjZDViNmJlMjQyNmJiYzc0IiwidGFnIjoiIn0%3D; expires=Sun, 23-Nov-2025 17:53:13 GMT; Max-Age=7200; path=/; domain=.boostyoursuper.com.au; httponly; samesite=lax

Other Headers

3 headers
Date
Other
Sun, 23 Nov 2025 15:53:13 GMT
X-Ratelimit-Limit
Other
5
X-Ratelimit-Remaining
Other
4

Recommendations

Enable compression (gzip/brotli) to improve performance

Analysis completed in 1107ms