Open
Cached
·
8h ago
12
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Missing
Not configured
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 Strict-Transport-Security header with max-age of at least 1 year
- • 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
Transfer-Encoding
chunked
Vary
Accept-Encoding
connection: close transfer-encoding: chunked vary: Accept-Encoding
Caching Headers
Cache-Control
no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0
cache-control: no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0
Content Headers
Content-Type
text/html
content-type: text/html
CORS Headers
Access-Control-Allow-Credentials
true
Access-Control-Allow-Headers
Origin, Content-Type, Accept, Authorization
Access-Control-Allow-Methods
GET, POST, OPTIONS
Access-Control-Allow-Origin
https://swagger-ui.smartics.mobi
access-control-allow-credentials: true access-control-allow-headers: Origin, Content-Type, Accept, Authorization access-control-allow-methods: GET, POST, OPTIONS access-control-allow-origin: https://swagger-ui.smartics.mobi
Cookies Headers
Other Headers
Date
Tue, 21 Jul 2026 22:23:02 GMT
X-Base-Url
http://www.smartics.eu
date: Tue, 21 Jul 2026 22:23:02 GMT x-base-url: http://www.smartics.eu
Recommendations
Enable compression (gzip/brotli) to improve performance