Open
Cached
·
just now
21
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Present
max-age=31536000; includeSubdomains
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
- • Increase HSTS max-age to at least 1 year and add includeSubDomains
- • Strengthen CSP by removing 'unsafe-eval'
- • Consider adding Permissions-Policy to control browser features
Performance Headers
Connection
close
Transfer-Encoding
chunked
connection: close transfer-encoding: chunked
Caching Headers
Cache-Control
max-age=300, must-revalidate
cache-control: max-age=300, must-revalidate
Content Headers
Content-Type
text/html; charset=UTF-8
content-type: text/html; charset=UTF-8
CORS Headers
Access-Control-Allow-Headers
Content-Type, Authorization
Access-Control-Allow-Methods
GET,POST
access-control-allow-headers: Content-Type, Authorization access-control-allow-methods: GET,POST
Cookies Headers
Other Headers
Cross-Origin-Embedder-Policy-Report-Only
unsafe-none; report-to='default'
Cross-Origin-Opener-Policy-Report-Only
unsafe-none; report-to='default'
Date
Sat, 09 May 2026 10:49:14 GMT
Link
rel=https://api.w.org/
rel=alternate
title=JSON
type=application/json
rel=shortlink
X-Content-Security-Policy
default-src 'self'; img-src *; media-src * data:;
X-Permitted-Cross-Domain-Policies
none
cross-origin-embedder-policy-report-only: unsafe-none; report-to='default' cross-origin-opener-policy-report-only: unsafe-none; report-to='default' date: Sat, 09 May 2026 10:49:14 GMT link: <https://www.bswift.com/wp-json/>; rel="https://api.w.org/", <https://www.bswift.com/wp-json/wp/v2/pages/32>; rel="alternate"; title="JSON"; type="application/json", <https://www.bswift.com/>; rel=shortlink x-content-security-policy: default-src 'self'; img-src *; media-src * data:; x-permitted-cross-domain-policies: none
Recommendations
Enable compression (gzip/brotli) to improve performance