18 Headers

HTTP Security Headers

Status
Strict-Transport-Security
Excellent
max-age=31536000; includeSubDomains; preload
Content-Security-Policy
Basic
script-src; connect-src; img-src; +5 more Analyze
Content-Security-Policy-Report-Only
Missing
Not configured Analyze
X-Frame-Options
Good
SAMEORIGIN
X-Content-Type-Options
Missing
Not configured
Referrer-Policy
Missing
Not configured
Permissions-Policy
Missing
Not configured
Recommendations
  • Improve CSP by adding more specific directives and removing 'unsafe-inline'
  • 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
Performance
close
Transfer-Encoding
Performance
chunked
Vary
Performance
Accept-Encoding

Caching Headers

No caching headers found

Content Headers

Content-Type
Content
text/html; charset=utf-8

Server Headers

Server
Server
cloudflare
X-Powered-By
Server
Express

CORS Headers

Access-Control-Allow-Headers
Cors
Origin, Content-Type, X-Auth-Token, jwt, preserveKeys, private-token, checkout-token, X-Datadog-Origin, X-Datadog-Parent-Id, X-Datadog-Sampling-Priority, X-Datadog-Trace-Id, Traceparent
Access-Control-Allow-Methods
Cors
GET, POST, PUT, PATCH, DELETE, OPTIONS
Access-Control-Allow-Origin
Cors
https://secure.helcim.app https://secure.myhelcim.com https://api.helcim.app https://subscriptions.helcim.com https://settings.helcim.com https://www.google.com/
Access-Control-Expose-Headers
Cors
Origin, Content-Type, X-Auth-Token, jwt, redirect-url

Cookies Headers

Set-Cookie
Cookies

Other Headers

Cf-Cache-Status
Other
DYNAMIC
Cf-Ray
Other
9e6255f85f5e05b7-IAD
Date
Other
Thu, 02 Apr 2026 19:45:46 GMT
Reporting-Endpoints
Other
csp-endpoint="https://apm-proxy.helcim.com/apm/in"

Recommendations

Enable compression (gzip/brotli) to improve performance

Add Cache-Control header to optimize caching

Consider removing X-Powered-By header to hide server technology