Open
Cached
·
just now
12
Headers
HTTP Security Headers
Status
Strict-Transport-Security
Excellent
max-age=31536000; includeSubDomains; preload
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Missing
Not configured
Referrer-Policy
Missing
Not configured
Permissions-Policy
Missing
Not configured
Recommendations
- • Add Content-Security-Policy header to prevent XSS attacks
- • Add X-Frame-Options: DENY or SAMEORIGIN to prevent clickjacking
- • 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
close
Vary
Accept-Encoding
connection: close vary: Accept-Encoding
Caching Headers
No caching headers found
Content Headers
Content-Length
99
Content-Type
application/problem+json
content-length: 99 content-type: application/problem+json
Server Headers
No server headers found
CORS Headers
Access-Control-Allow-Credentials
true
Access-Control-Allow-Headers
DNT, Keep-Alive, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range, Authorization, X-Project-Key
Access-Control-Allow-Methods
GET, PUT, POST, DELETE, PATCH, OPTIONS
Access-Control-Expose-Headers
*, X-Project-Key
Access-Control-Max-Age
1728000
access-control-allow-credentials: true access-control-allow-headers: DNT, Keep-Alive, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range, Authorization, X-Project-Key access-control-allow-methods: GET, PUT, POST, DELETE, PATCH, OPTIONS access-control-expose-headers: *, X-Project-Key access-control-max-age: 1728000
Cookies Headers
Other Headers
Date
Thu, 07 May 2026 13:44:01 GMT
Request-Id
0580f0c6dde7526aaf0ffe1fd93596d6
date: Thu, 07 May 2026 13:44:01 GMT request-id: 0580f0c6dde7526aaf0ffe1fd93596d6
Recommendations
Enable compression (gzip/brotli) to improve performance
Add Cache-Control header to optimize caching