Open
Cached
·
just now
16
Headers
HTTP Security Headers
Status
Strict-Transport-Security
Excellent
max-age=31536000; includeSubDomains; preload
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Good
nosniff
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 Referrer-Policy header (recommended: strict-origin-when-cross-origin)
- • Consider adding Permissions-Policy to control browser features
Performance Headers
Accept-Ranges
bytes
Connection
close
Vary
Accept-Encoding
accept-ranges: bytes connection: close vary: Accept-Encoding
Caching Headers
Last-Modified
Thu, 07 May 2026 08:25:43 GMT
last-modified: Thu, 07 May 2026 08:25:43 GMT
Content Headers
Content-Length
2330
Content-Type
text/html
content-length: 2330 content-type: text/html
Server Headers
Server
LocalFlow
server: LocalFlow
CORS Headers
Access-Control-Allow-Credentials
true
Access-Control-Allow-Headers
Content-Type, Authorization, X-Requested-With
Access-Control-Allow-Methods
GET
Access-Control-Allow-Origin
https://apps.daquota.io
Access-Control-Max-Age
86400
access-control-allow-credentials: true access-control-allow-headers: Content-Type, Authorization, X-Requested-With access-control-allow-methods: GET access-control-allow-origin: https://apps.daquota.io access-control-max-age: 86400
Cookies Headers
Other Headers
Date
Wed, 29 Jul 2026 17:28:13 GMT
date: Wed, 29 Jul 2026 17:28:13 GMT
Recommendations
Enable compression (gzip/brotli) to improve performance
Add Cache-Control header to optimize caching