17 Headers

HTTP Security Headers

Status
Strict-Transport-Security
Excellent
max-age=31536000; includeSubDomains; preload
Content-Security-Policy
Missing
Not configured
X-Frame-Options
Good
SAMEORIGIN
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Good
strict-origin-when-cross-origin
Permissions-Policy
Missing
Not configured
Recommendations
  • Add Content-Security-Policy header to prevent XSS attacks
  • Consider adding Permissions-Policy to control browser features

Performance Headers

2 headers
Connection
Performance
keep-alive
Transfer-Encoding
Performance
chunked

Caching Headers

3 headers
Cache-Control
Caching
no-store, no-cache, must-revalidate
Expires
Caching
Thu, 19 Nov 1981 08:52:00 GMT
Pragma
Caching
no-cache

Content Headers

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

Server Headers

0 headers
No server headers found

CORS Headers

0 headers
No CORS headers found

Cookies Headers

1 headers
Set-Cookie
Cookies
PHPSESSID=9fa231117516a53278facd5784d11dbe; path=/; secure; HttpOnly; SameSite=Strict

Other Headers

4 headers
Content-Security-Policy-Report-Only
Other
default-src https: 'self'; font-src https: data:; img-src https: 'self' data: blob:; style-src https: 'self' 'unsafe-inline'; script-src https: 'self' 'unsafe-eval' 'unsafe-inline'; object-src 'none'; worker-src https: 'self' blob:; media-src https: 'self' blob:; child-src https: 'self' blob:; connect-src https: 'self' blob: wss:; report-uri /report-csp/
Date
Other
Wed, 05 Nov 2025 08:06:06 GMT
Link
Other
<https://connect.camunda.com/wp-json/>; rel="https://api.w.org/"
Server-Timing
Other
intid;desc=2a8b975c0aad15cf

Recommendations

Enable compression (gzip/brotli) to improve performance

Analysis completed in 1744ms