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=eyJpdiI6Ik5GZGhudW5lZXFidzR4Tmpnd3RGbXc9PSIsInZhbHVlIjoiZWlmbnlUKzRkakcvQW1xU2ZBS2FHRCtJSVREckdPV25FdTJ1RGRaTXJYdk5vbm9FTnNPaHpva3pjV2VhWFVQMFBIc2hDSWlKbkEzS3JHN1hseFQvRDl2MWl4MzRZMzVVZyt3aExTNzJLdXlmTWNZYk53eXNWZXZRU0JEWSt3RDIiLCJtYWMiOiJhYzI5ZThhN2ZhYzNkMGJhOGZiMDFlNzVhYTRmOWNmMDE1MTE5NDNkMGYwOTNkYmMxN2VkYjQ0MmY3YjY0NTRmIiwidGFnIjoiIn0%3D; expires=Sat, 22-Nov-2025 00:57:42 GMT; Max-Age=7200; path=/; domain=.boostyoursuper.com.au; httponly; samesite=lax

Other Headers

3 headers
Date
Other
Fri, 21 Nov 2025 22:57:42 GMT
X-Ratelimit-Limit
Other
5
X-Ratelimit-Remaining
Other
4

Recommendations

Enable compression (gzip/brotli) to improve performance

Analysis completed in 1102ms