Domain docs.spreadmind.de
United States
AMAZON-AES
Software information

Caddy

tcp/80

istio-envoy

tcp/443

  • Open service 52.201.90.218:80 · docs.spreadmind.de

    2026-01-12 06:03

    HTTP/1.1 302 Found
    Location: https://docs.spreadmind.de/
    Server: Caddy
    Date: Mon, 12 Jan 2026 06:04:48 GMT
    Content-Length: 0
    Connection: close
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 18.210.189.28:80 · docs.spreadmind.de

    2026-01-12 06:03

    HTTP/1.1 302 Found
    Location: https://docs.spreadmind.de/
    Server: Caddy
    Date: Mon, 12 Jan 2026 06:04:49 GMT
    Content-Length: 0
    Connection: close
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 18.210.189.28:443 · docs.spreadmind.de

    2026-01-12 06:03

    HTTP/1.1 200 OK
    Alt-Svc: h3=":443"; ma=2592000
    Content-Length: 71045
    Content-Type: text/html; charset=utf-8
    Date: Mon, 12 Jan 2026 06:03:50 GMT
    Server: Caddy
    Server: istio-envoy
    Set-Cookie: PLAY_SESSION="576aecf782cdb5f501101d10685f4ee6fb4a1685-siteId=5ca21dc10428633d2cf44dd7&hs.session.id=bqtc6IDj3AI0BpUSrOcYAY2oQoDV8OjqDZSgwFhlhhFkgsDl4r4OjAXAnut92y65&hs.session.exp=1768284231260"; Expires=Tue, 12 Jan 2027 06:03:51 GMT; Path=/; Secure; HTTPOnly
    Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
    X-Envoy-Upstream-Service-Time: 9
    Connection: close
    
    Page title: Spreadmind Support Dokumentation
    
    
    
    <!DOCTYPE html>
    <html>
        
    <head>
        <meta charset="utf-8"/>
        <title>Spreadmind Support Dokumentation</title>
        <meta name="viewport" content="width=device-width, maximum-scale=1"/>
        <meta name="apple-mobile-web-app-capable" content="yes"/>
        <meta name="format-detection" content="telephone=no">
        <meta name="description" content="Häufige Fragen und Support Spreadmind Dokumentation"/>
        <meta name="author" content="Spreadmind GmbH"/>
        <link rel="canonical" href="https://docs.spreadmind.de"/>
        
    
        
            <link rel="stylesheet" href="//d3eto7onm69fcz.cloudfront.net/assets/stylesheets/launch-1767977450409.css">
        
        <style>
            body { background: #ffffff; }
            .navbar .navbar-inner { background: #ffffff; }
            .navbar .nav li a, 
            .navbar .icon-private-w  { color: #c0c0c0; }
            .navbar .brand, 
            .navbar .nav li a:hover, 
            .navbar .nav li a:focus, 
            .navbar .nav .active a, 
            .navbar .nav .active a:hover, 
            .navbar .nav .active a:focus  { color: #ffffff; }
            .navbar a:hover .icon-private-w, 
            .navbar a:focus .icon-private-w, 
            .navbar .active a .icon-private-w, 
            .navbar .active a:hover .icon-private-w, 
            .navbar .active a:focus .icon-private-w { color: #ffffff; }
            #serp-dd .result a:hover,
            #serp-dd .result > li.active,
            #fullArticle strong a,
            #fullArticle a strong,
            .collection a,
            .contentWrapper a,
            .most-pop-articles .popArticles a,
            .most-pop-articles .popArticles a:hover span,
            .category-list .category .article-count,
            .category-list .category:hover .article-count { color: #4381b5; }
            #fullArticle, 
            #fullArticle p, 
            #fullArticle ul, 
            #fullArticle ol, 
            #fullArticle li, 
            #fullArticle div, 
            #fullArticle blockquote, 
            #fullArticle dd, 
            #fullArticle table { color:#585858; }
        </style>
        
            <link rel="stylesheet" href="//s3.amazonaws.com/helpscout.net/docs/assets/5ca21dc10428633d2cf44dd6/attachments/6932d1db2b3cb454653a75ca/helpscout-docs-custom-css11.css">
        
        <link rel="apple-touch-icon-precomposed" href="//d33v4339jhl8k0.cloudfront.net/docs/assets/5ca21dc10428633d2cf44dd6/images/5f1693802c7d3a10cbab08e5/spreadmind-logo-kopf-2020-RZ-72dpi-500px.png">
        <link rel="shortcut icon" type="image/png" href="//d33v4339jhl8k0.cloudfront.net/docs/assets/5ca21dc10428633d2cf44dd6/images/5f1693682c7d3a10cbab08e4/spreadmind-logo-kopf-2020-RZ-72dpi-500px.png">
        <!--[if lt IE 9]>
        
            <script src="//d3eto7onm69fcz.cloudfront.net/assets/javascripts/html5shiv.min.js"></script>
        
        <![endif]-->
        
            <script type="application/ld+json">
            {"@context":"https://schema.org","@type":"WebSite","url":"https://docs.spreadmind.de","potentialAction":{"@type":"SearchAction","target":"https://docs.spreadmind.de/search?query={query}","query-input":"required name=query"}}
            </script>
        
        
            <script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"></script>
    
    <script type="text/javascript">
    (function() {
        function customScript() {
            const article = document.getElementById("fullArticle");
            const headers = article.querySelectorAll("h1, h2, h3, h4");
            const tocContainer = document.getElementById("generatedTOC");
    
            let tocHTML = "<h5 style='text-transform: uppercase;'>Inhaltsverzeichnis</h5><ol class='spreadm-toc' style='list-style-type: none; padding-left: 0;'>";
    
            let h2Counter = 0;
            let h3Counter = 0;
            let currentSubList = "";
            let hasH3 = false;
    
            headers.forEach((header, index) => {
                if (!header.textContent.trim()) return;
    
                // ID generieren, falls nicht vorhanden.
                if (!header.id) {
                    const safeHeaderText = header.textContent.replace(/\s+/g, '-').toLowerCase();
                    header.id = `section-${safeHeaderText}-${index}`;
                }
    
                let originalText = header.textContent;
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 3.225.219.144:80 · docs.spreadmind.de

    2026-01-12 06:03

    HTTP/1.1 302 Found
    Location: https://docs.spreadmind.de/
    Server: Caddy
    Date: Mon, 12 Jan 2026 06:04:49 GMT
    Content-Length: 0
    Connection: close
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 52.201.90.218:443 · docs.spreadmind.de

    2026-01-12 06:03

    HTTP/1.1 200 OK
    Alt-Svc: h3=":443"; ma=2592000
    Content-Length: 71045
    Content-Type: text/html; charset=utf-8
    Date: Mon, 12 Jan 2026 06:03:50 GMT
    Server: Caddy
    Server: istio-envoy
    Set-Cookie: PLAY_SESSION="583cfbcd9d32cb59c0c1ecc4bdbd938af9a95e02-siteId=5ca21dc10428633d2cf44dd7&hs.session.id=PC2iO5XmmJm7qVTn3lpiqUjwjsZBWfYoLVOHaj2wIUbHWjWoQ6R4jN9m3d0X4Mol&hs.session.exp=1768284231208"; Expires=Tue, 12 Jan 2027 06:03:51 GMT; Path=/; Secure; HTTPOnly
    Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
    X-Envoy-Upstream-Service-Time: 10
    Connection: close
    
    Page title: Spreadmind Support Dokumentation
    
    
    
    <!DOCTYPE html>
    <html>
        
    <head>
        <meta charset="utf-8"/>
        <title>Spreadmind Support Dokumentation</title>
        <meta name="viewport" content="width=device-width, maximum-scale=1"/>
        <meta name="apple-mobile-web-app-capable" content="yes"/>
        <meta name="format-detection" content="telephone=no">
        <meta name="description" content="Häufige Fragen und Support Spreadmind Dokumentation"/>
        <meta name="author" content="Spreadmind GmbH"/>
        <link rel="canonical" href="https://docs.spreadmind.de"/>
        
    
        
            <link rel="stylesheet" href="//d3eto7onm69fcz.cloudfront.net/assets/stylesheets/launch-1767977450409.css">
        
        <style>
            body { background: #ffffff; }
            .navbar .navbar-inner { background: #ffffff; }
            .navbar .nav li a, 
            .navbar .icon-private-w  { color: #c0c0c0; }
            .navbar .brand, 
            .navbar .nav li a:hover, 
            .navbar .nav li a:focus, 
            .navbar .nav .active a, 
            .navbar .nav .active a:hover, 
            .navbar .nav .active a:focus  { color: #ffffff; }
            .navbar a:hover .icon-private-w, 
            .navbar a:focus .icon-private-w, 
            .navbar .active a .icon-private-w, 
            .navbar .active a:hover .icon-private-w, 
            .navbar .active a:focus .icon-private-w { color: #ffffff; }
            #serp-dd .result a:hover,
            #serp-dd .result > li.active,
            #fullArticle strong a,
            #fullArticle a strong,
            .collection a,
            .contentWrapper a,
            .most-pop-articles .popArticles a,
            .most-pop-articles .popArticles a:hover span,
            .category-list .category .article-count,
            .category-list .category:hover .article-count { color: #4381b5; }
            #fullArticle, 
            #fullArticle p, 
            #fullArticle ul, 
            #fullArticle ol, 
            #fullArticle li, 
            #fullArticle div, 
            #fullArticle blockquote, 
            #fullArticle dd, 
            #fullArticle table { color:#585858; }
        </style>
        
            <link rel="stylesheet" href="//s3.amazonaws.com/helpscout.net/docs/assets/5ca21dc10428633d2cf44dd6/attachments/6932d1db2b3cb454653a75ca/helpscout-docs-custom-css11.css">
        
        <link rel="apple-touch-icon-precomposed" href="//d33v4339jhl8k0.cloudfront.net/docs/assets/5ca21dc10428633d2cf44dd6/images/5f1693802c7d3a10cbab08e5/spreadmind-logo-kopf-2020-RZ-72dpi-500px.png">
        <link rel="shortcut icon" type="image/png" href="//d33v4339jhl8k0.cloudfront.net/docs/assets/5ca21dc10428633d2cf44dd6/images/5f1693682c7d3a10cbab08e4/spreadmind-logo-kopf-2020-RZ-72dpi-500px.png">
        <!--[if lt IE 9]>
        
            <script src="//d3eto7onm69fcz.cloudfront.net/assets/javascripts/html5shiv.min.js"></script>
        
        <![endif]-->
        
            <script type="application/ld+json">
            {"@context":"https://schema.org","@type":"WebSite","url":"https://docs.spreadmind.de","potentialAction":{"@type":"SearchAction","target":"https://docs.spreadmind.de/search?query={query}","query-input":"required name=query"}}
            </script>
        
        
            <script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"></script>
    
    <script type="text/javascript">
    (function() {
        function customScript() {
            const article = document.getElementById("fullArticle");
            const headers = article.querySelectorAll("h1, h2, h3, h4");
            const tocContainer = document.getElementById("generatedTOC");
    
            let tocHTML = "<h5 style='text-transform: uppercase;'>Inhaltsverzeichnis</h5><ol class='spreadm-toc' style='list-style-type: none; padding-left: 0;'>";
    
            let h2Counter = 0;
            let h3Counter = 0;
            let currentSubList = "";
            let hasH3 = false;
    
            headers.forEach((header, index) => {
                if (!header.textContent.trim()) return;
    
                // ID generieren, falls nicht vorhanden.
                if (!header.id) {
                    const safeHeaderText = header.textContent.replace(/\s+/g, '-').toLowerCase();
                    header.id = `section-${safeHeaderText}-${index}`;
                }
    
                let originalText = header.textContent;
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 3.225.219.144:443 · docs.spreadmind.de

    2026-01-12 06:03

    HTTP/1.1 200 OK
    Alt-Svc: h3=":443"; ma=2592000
    Content-Length: 71045
    Content-Type: text/html; charset=utf-8
    Date: Mon, 12 Jan 2026 06:03:51 GMT
    Server: Caddy
    Server: istio-envoy
    Set-Cookie: PLAY_SESSION="d740c3ef701c5dbb046058e5f53d8c4aa08c630d-siteId=5ca21dc10428633d2cf44dd7&hs.session.id=eW1sJheaoRsH2PfDBDlixovSTOUEFBVNc4awo1sbXVajfTOBrgD2uDay6MEm3das&hs.session.exp=1768284231176"; Expires=Tue, 12 Jan 2027 06:03:51 GMT; Path=/; Secure; HTTPOnly
    Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
    X-Envoy-Upstream-Service-Time: 13
    Connection: close
    
    Page title: Spreadmind Support Dokumentation
    
    
    
    <!DOCTYPE html>
    <html>
        
    <head>
        <meta charset="utf-8"/>
        <title>Spreadmind Support Dokumentation</title>
        <meta name="viewport" content="width=device-width, maximum-scale=1"/>
        <meta name="apple-mobile-web-app-capable" content="yes"/>
        <meta name="format-detection" content="telephone=no">
        <meta name="description" content="Häufige Fragen und Support Spreadmind Dokumentation"/>
        <meta name="author" content="Spreadmind GmbH"/>
        <link rel="canonical" href="https://docs.spreadmind.de"/>
        
    
        
            <link rel="stylesheet" href="//d3eto7onm69fcz.cloudfront.net/assets/stylesheets/launch-1767977450409.css">
        
        <style>
            body { background: #ffffff; }
            .navbar .navbar-inner { background: #ffffff; }
            .navbar .nav li a, 
            .navbar .icon-private-w  { color: #c0c0c0; }
            .navbar .brand, 
            .navbar .nav li a:hover, 
            .navbar .nav li a:focus, 
            .navbar .nav .active a, 
            .navbar .nav .active a:hover, 
            .navbar .nav .active a:focus  { color: #ffffff; }
            .navbar a:hover .icon-private-w, 
            .navbar a:focus .icon-private-w, 
            .navbar .active a .icon-private-w, 
            .navbar .active a:hover .icon-private-w, 
            .navbar .active a:focus .icon-private-w { color: #ffffff; }
            #serp-dd .result a:hover,
            #serp-dd .result > li.active,
            #fullArticle strong a,
            #fullArticle a strong,
            .collection a,
            .contentWrapper a,
            .most-pop-articles .popArticles a,
            .most-pop-articles .popArticles a:hover span,
            .category-list .category .article-count,
            .category-list .category:hover .article-count { color: #4381b5; }
            #fullArticle, 
            #fullArticle p, 
            #fullArticle ul, 
            #fullArticle ol, 
            #fullArticle li, 
            #fullArticle div, 
            #fullArticle blockquote, 
            #fullArticle dd, 
            #fullArticle table { color:#585858; }
        </style>
        
            <link rel="stylesheet" href="//s3.amazonaws.com/helpscout.net/docs/assets/5ca21dc10428633d2cf44dd6/attachments/6932d1db2b3cb454653a75ca/helpscout-docs-custom-css11.css">
        
        <link rel="apple-touch-icon-precomposed" href="//d33v4339jhl8k0.cloudfront.net/docs/assets/5ca21dc10428633d2cf44dd6/images/5f1693802c7d3a10cbab08e5/spreadmind-logo-kopf-2020-RZ-72dpi-500px.png">
        <link rel="shortcut icon" type="image/png" href="//d33v4339jhl8k0.cloudfront.net/docs/assets/5ca21dc10428633d2cf44dd6/images/5f1693682c7d3a10cbab08e4/spreadmind-logo-kopf-2020-RZ-72dpi-500px.png">
        <!--[if lt IE 9]>
        
            <script src="//d3eto7onm69fcz.cloudfront.net/assets/javascripts/html5shiv.min.js"></script>
        
        <![endif]-->
        
            <script type="application/ld+json">
            {"@context":"https://schema.org","@type":"WebSite","url":"https://docs.spreadmind.de","potentialAction":{"@type":"SearchAction","target":"https://docs.spreadmind.de/search?query={query}","query-input":"required name=query"}}
            </script>
        
        
            <script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"></script>
    
    <script type="text/javascript">
    (function() {
        function customScript() {
            const article = document.getElementById("fullArticle");
            const headers = article.querySelectorAll("h1, h2, h3, h4");
            const tocContainer = document.getElementById("generatedTOC");
    
            let tocHTML = "<h5 style='text-transform: uppercase;'>Inhaltsverzeichnis</h5><ol class='spreadm-toc' style='list-style-type: none; padding-left: 0;'>";
    
            let h2Counter = 0;
            let h3Counter = 0;
            let currentSubList = "";
            let hasH3 = false;
    
            headers.forEach((header, index) => {
                if (!header.textContent.trim()) return;
    
                // ID generieren, falls nicht vorhanden.
                if (!header.id) {
                    const safeHeaderText = header.textContent.replace(/\s+/g, '-').toLowerCase();
                    header.id = `section-${safeHeaderText}-${index}`;
                }
    
                let originalText = header.textContent;
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 3.225.219.144:80 · docs.spreadmind.de

    2026-01-04 06:42

    HTTP/1.1 302 Found
    Location: https://docs.spreadmind.de/
    Server: Caddy
    Date: Sun, 04 Jan 2026 06:42:51 GMT
    Content-Length: 0
    Connection: close
    
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 52.201.90.218:80 · docs.spreadmind.de

    2026-01-04 06:42

    HTTP/1.1 302 Found
    Location: https://docs.spreadmind.de/
    Server: Caddy
    Date: Sun, 04 Jan 2026 06:42:50 GMT
    Content-Length: 0
    Connection: close
    
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 3.225.219.144:443 · docs.spreadmind.de

    2026-01-04 06:42

    HTTP/1.1 200 OK
    Alt-Svc: h3=":443"; ma=2592000
    Content-Length: 71352
    Content-Type: text/html; charset=utf-8
    Date: Sun, 04 Jan 2026 06:42:50 GMT
    Server: Caddy
    Server: istio-envoy
    Set-Cookie: PLAY_SESSION="7c7179637e21bf72db0c89e6148c711ee6af5605-siteId=5ca21dc10428633d2cf44dd7&hs.session.id=VAKzCpTU3GOAXCaewxKO59QC9otW7ZDUJfStY4NyAY0uK98Pv2g3Q14OQ3zF4kj1&hs.session.exp=1767595371140"; Expires=Mon, 04 Jan 2027 06:42:51 GMT; Path=/; Secure; HTTPOnly
    Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
    X-Envoy-Upstream-Service-Time: 8
    Connection: close
    
    Page title: Spreadmind Support Dokumentation
    
    
    
    <!DOCTYPE html>
    <html>
        
    <head>
        <meta charset="utf-8"/>
        <title>Spreadmind Support Dokumentation</title>
        <meta name="viewport" content="width=device-width, maximum-scale=1"/>
        <meta name="apple-mobile-web-app-capable" content="yes"/>
        <meta name="format-detection" content="telephone=no">
        <meta name="description" content="Häufige Fragen und Support Spreadmind Dokumentation"/>
        <meta name="author" content="Spreadmind GmbH"/>
        <link rel="canonical" href="https://docs.spreadmind.de"/>
        
    
        
            <link rel="stylesheet" href="//d3eto7onm69fcz.cloudfront.net/assets/stylesheets/launch-1767357406231.css">
        
        <style>
            body { background: #ffffff; }
            .navbar .navbar-inner { background: #ffffff; }
            .navbar .nav li a, 
            .navbar .icon-private-w  { color: #c0c0c0; }
            .navbar .brand, 
            .navbar .nav li a:hover, 
            .navbar .nav li a:focus, 
            .navbar .nav .active a, 
            .navbar .nav .active a:hover, 
            .navbar .nav .active a:focus  { color: #ffffff; }
            .navbar a:hover .icon-private-w, 
            .navbar a:focus .icon-private-w, 
            .navbar .active a .icon-private-w, 
            .navbar .active a:hover .icon-private-w, 
            .navbar .active a:focus .icon-private-w { color: #ffffff; }
            #serp-dd .result a:hover,
            #serp-dd .result > li.active,
            #fullArticle strong a,
            #fullArticle a strong,
            .collection a,
            .contentWrapper a,
            .most-pop-articles .popArticles a,
            .most-pop-articles .popArticles a:hover span,
            .category-list .category .article-count,
            .category-list .category:hover .article-count { color: #4381b5; }
            #fullArticle, 
            #fullArticle p, 
            #fullArticle ul, 
            #fullArticle ol, 
            #fullArticle li, 
            #fullArticle div, 
            #fullArticle blockquote, 
            #fullArticle dd, 
            #fullArticle table { color:#585858; }
        </style>
        
            <link rel="stylesheet" href="//s3.amazonaws.com/helpscout.net/docs/assets/5ca21dc10428633d2cf44dd6/attachments/6932d1db2b3cb454653a75ca/helpscout-docs-custom-css11.css">
        
        <link rel="apple-touch-icon-precomposed" href="//d33v4339jhl8k0.cloudfront.net/docs/assets/5ca21dc10428633d2cf44dd6/images/5f1693802c7d3a10cbab08e5/spreadmind-logo-kopf-2020-RZ-72dpi-500px.png">
        <link rel="shortcut icon" type="image/png" href="//d33v4339jhl8k0.cloudfront.net/docs/assets/5ca21dc10428633d2cf44dd6/images/5f1693682c7d3a10cbab08e4/spreadmind-logo-kopf-2020-RZ-72dpi-500px.png">
        <!--[if lt IE 9]>
        
            <script src="//d3eto7onm69fcz.cloudfront.net/assets/javascripts/html5shiv.min.js"></script>
        
        <![endif]-->
        
            <script type="application/ld+json">
            {"@context":"https://schema.org","@type":"WebSite","url":"https://docs.spreadmind.de","potentialAction":{"@type":"SearchAction","target":"https://docs.spreadmind.de/search?query={query}","query-input":"required name=query"}}
            </script>
        
        
            <script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"></script>
    
    <script type="text/javascript">
    (function() {
        function customScript() {
            const article = document.getElementById("fullArticle");
            const headers = article.querySelectorAll("h1, h2, h3, h4");
            const tocContainer = document.getElementById("generatedTOC");
    
            let tocHTML = "<h5 style='text-transform: uppercase;'>Inhaltsverzeichnis</h5><ol class='spreadm-toc' style='list-style-type: none; padding-left: 0;'>";
    
            let h2Counter = 0;
            let h3Counter = 0;
            let currentSubList = "";
            let hasH3 = false;
    
            headers.forEach((header, index) => {
                if (!header.textContent.trim()) return;
    
                // ID generieren, falls nicht vorhanden.
                if (!header.id) {
                    const safeHeaderText = header.textContent.replace(/\s+/g, '-').toLowerCase();
                    header.id = `section-${safeHeaderText}-${index}`;
                }
    
                let originalText = header.textContent;
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 18.210.189.28:80 · docs.spreadmind.de

    2026-01-04 06:42

    HTTP/1.1 302 Found
    Location: https://docs.spreadmind.de/
    Server: Caddy
    Date: Sun, 04 Jan 2026 06:42:50 GMT
    Content-Length: 0
    Connection: close
    
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 18.210.189.28:443 · docs.spreadmind.de

    2026-01-04 06:42

    HTTP/1.1 200 OK
    Alt-Svc: h3=":443"; ma=2592000
    Content-Length: 71352
    Content-Type: text/html; charset=utf-8
    Date: Sun, 04 Jan 2026 06:42:50 GMT
    Server: Caddy
    Server: istio-envoy
    Set-Cookie: PLAY_SESSION="aed26624eadc5f4b54b0a575a321551d8ac396aa-siteId=5ca21dc10428633d2cf44dd7&hs.session.id=qWCnieIssjMQQM0VnbtSuJn5aYISB5uM6mnFNeP7JdNDucJW3YC70tOinCmytgDz&hs.session.exp=1767595370614"; Expires=Mon, 04 Jan 2027 06:42:50 GMT; Path=/; Secure; HTTPOnly
    Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
    X-Envoy-Upstream-Service-Time: 8
    Connection: close
    
    Page title: Spreadmind Support Dokumentation
    
    
    
    <!DOCTYPE html>
    <html>
        
    <head>
        <meta charset="utf-8"/>
        <title>Spreadmind Support Dokumentation</title>
        <meta name="viewport" content="width=device-width, maximum-scale=1"/>
        <meta name="apple-mobile-web-app-capable" content="yes"/>
        <meta name="format-detection" content="telephone=no">
        <meta name="description" content="Häufige Fragen und Support Spreadmind Dokumentation"/>
        <meta name="author" content="Spreadmind GmbH"/>
        <link rel="canonical" href="https://docs.spreadmind.de"/>
        
    
        
            <link rel="stylesheet" href="//d3eto7onm69fcz.cloudfront.net/assets/stylesheets/launch-1767357406231.css">
        
        <style>
            body { background: #ffffff; }
            .navbar .navbar-inner { background: #ffffff; }
            .navbar .nav li a, 
            .navbar .icon-private-w  { color: #c0c0c0; }
            .navbar .brand, 
            .navbar .nav li a:hover, 
            .navbar .nav li a:focus, 
            .navbar .nav .active a, 
            .navbar .nav .active a:hover, 
            .navbar .nav .active a:focus  { color: #ffffff; }
            .navbar a:hover .icon-private-w, 
            .navbar a:focus .icon-private-w, 
            .navbar .active a .icon-private-w, 
            .navbar .active a:hover .icon-private-w, 
            .navbar .active a:focus .icon-private-w { color: #ffffff; }
            #serp-dd .result a:hover,
            #serp-dd .result > li.active,
            #fullArticle strong a,
            #fullArticle a strong,
            .collection a,
            .contentWrapper a,
            .most-pop-articles .popArticles a,
            .most-pop-articles .popArticles a:hover span,
            .category-list .category .article-count,
            .category-list .category:hover .article-count { color: #4381b5; }
            #fullArticle, 
            #fullArticle p, 
            #fullArticle ul, 
            #fullArticle ol, 
            #fullArticle li, 
            #fullArticle div, 
            #fullArticle blockquote, 
            #fullArticle dd, 
            #fullArticle table { color:#585858; }
        </style>
        
            <link rel="stylesheet" href="//s3.amazonaws.com/helpscout.net/docs/assets/5ca21dc10428633d2cf44dd6/attachments/6932d1db2b3cb454653a75ca/helpscout-docs-custom-css11.css">
        
        <link rel="apple-touch-icon-precomposed" href="//d33v4339jhl8k0.cloudfront.net/docs/assets/5ca21dc10428633d2cf44dd6/images/5f1693802c7d3a10cbab08e5/spreadmind-logo-kopf-2020-RZ-72dpi-500px.png">
        <link rel="shortcut icon" type="image/png" href="//d33v4339jhl8k0.cloudfront.net/docs/assets/5ca21dc10428633d2cf44dd6/images/5f1693682c7d3a10cbab08e4/spreadmind-logo-kopf-2020-RZ-72dpi-500px.png">
        <!--[if lt IE 9]>
        
            <script src="//d3eto7onm69fcz.cloudfront.net/assets/javascripts/html5shiv.min.js"></script>
        
        <![endif]-->
        
            <script type="application/ld+json">
            {"@context":"https://schema.org","@type":"WebSite","url":"https://docs.spreadmind.de","potentialAction":{"@type":"SearchAction","target":"https://docs.spreadmind.de/search?query={query}","query-input":"required name=query"}}
            </script>
        
        
            <script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"></script>
    
    <script type="text/javascript">
    (function() {
        function customScript() {
            const article = document.getElementById("fullArticle");
            const headers = article.querySelectorAll("h1, h2, h3, h4");
            const tocContainer = document.getElementById("generatedTOC");
    
            let tocHTML = "<h5 style='text-transform: uppercase;'>Inhaltsverzeichnis</h5><ol class='spreadm-toc' style='list-style-type: none; padding-left: 0;'>";
    
            let h2Counter = 0;
            let h3Counter = 0;
            let currentSubList = "";
            let hasH3 = false;
    
            headers.forEach((header, index) => {
                if (!header.textContent.trim()) return;
    
                // ID generieren, falls nicht vorhanden.
                if (!header.id) {
                    const safeHeaderText = header.textContent.replace(/\s+/g, '-').toLowerCase();
                    header.id = `section-${safeHeaderText}-${index}`;
                }
    
                let originalText = header.textContent;
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 52.201.90.218:443 · docs.spreadmind.de

    2026-01-04 06:42

    HTTP/1.1 200 OK
    Alt-Svc: h3=":443"; ma=2592000
    Content-Length: 71352
    Content-Type: text/html; charset=utf-8
    Date: Sun, 04 Jan 2026 06:42:50 GMT
    Server: Caddy
    Server: istio-envoy
    Set-Cookie: PLAY_SESSION="93b8400b220ea409633221b0f114ddb4908f32cf-siteId=5ca21dc10428633d2cf44dd7&hs.session.id=S9IxSFnkdoiXlnx2J3NkufNI5agzPy7jyVnfzOWFIsqNE91E9bQXjjgoWbggxKIu&hs.session.exp=1767595371005"; Expires=Mon, 04 Jan 2027 06:42:51 GMT; Path=/; Secure; HTTPOnly
    Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
    X-Envoy-Upstream-Service-Time: 10
    Connection: close
    
    Page title: Spreadmind Support Dokumentation
    
    
    
    <!DOCTYPE html>
    <html>
        
    <head>
        <meta charset="utf-8"/>
        <title>Spreadmind Support Dokumentation</title>
        <meta name="viewport" content="width=device-width, maximum-scale=1"/>
        <meta name="apple-mobile-web-app-capable" content="yes"/>
        <meta name="format-detection" content="telephone=no">
        <meta name="description" content="Häufige Fragen und Support Spreadmind Dokumentation"/>
        <meta name="author" content="Spreadmind GmbH"/>
        <link rel="canonical" href="https://docs.spreadmind.de"/>
        
    
        
            <link rel="stylesheet" href="//d3eto7onm69fcz.cloudfront.net/assets/stylesheets/launch-1767357406231.css">
        
        <style>
            body { background: #ffffff; }
            .navbar .navbar-inner { background: #ffffff; }
            .navbar .nav li a, 
            .navbar .icon-private-w  { color: #c0c0c0; }
            .navbar .brand, 
            .navbar .nav li a:hover, 
            .navbar .nav li a:focus, 
            .navbar .nav .active a, 
            .navbar .nav .active a:hover, 
            .navbar .nav .active a:focus  { color: #ffffff; }
            .navbar a:hover .icon-private-w, 
            .navbar a:focus .icon-private-w, 
            .navbar .active a .icon-private-w, 
            .navbar .active a:hover .icon-private-w, 
            .navbar .active a:focus .icon-private-w { color: #ffffff; }
            #serp-dd .result a:hover,
            #serp-dd .result > li.active,
            #fullArticle strong a,
            #fullArticle a strong,
            .collection a,
            .contentWrapper a,
            .most-pop-articles .popArticles a,
            .most-pop-articles .popArticles a:hover span,
            .category-list .category .article-count,
            .category-list .category:hover .article-count { color: #4381b5; }
            #fullArticle, 
            #fullArticle p, 
            #fullArticle ul, 
            #fullArticle ol, 
            #fullArticle li, 
            #fullArticle div, 
            #fullArticle blockquote, 
            #fullArticle dd, 
            #fullArticle table { color:#585858; }
        </style>
        
            <link rel="stylesheet" href="//s3.amazonaws.com/helpscout.net/docs/assets/5ca21dc10428633d2cf44dd6/attachments/6932d1db2b3cb454653a75ca/helpscout-docs-custom-css11.css">
        
        <link rel="apple-touch-icon-precomposed" href="//d33v4339jhl8k0.cloudfront.net/docs/assets/5ca21dc10428633d2cf44dd6/images/5f1693802c7d3a10cbab08e5/spreadmind-logo-kopf-2020-RZ-72dpi-500px.png">
        <link rel="shortcut icon" type="image/png" href="//d33v4339jhl8k0.cloudfront.net/docs/assets/5ca21dc10428633d2cf44dd6/images/5f1693682c7d3a10cbab08e4/spreadmind-logo-kopf-2020-RZ-72dpi-500px.png">
        <!--[if lt IE 9]>
        
            <script src="//d3eto7onm69fcz.cloudfront.net/assets/javascripts/html5shiv.min.js"></script>
        
        <![endif]-->
        
            <script type="application/ld+json">
            {"@context":"https://schema.org","@type":"WebSite","url":"https://docs.spreadmind.de","potentialAction":{"@type":"SearchAction","target":"https://docs.spreadmind.de/search?query={query}","query-input":"required name=query"}}
            </script>
        
        
            <script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"></script>
    
    <script type="text/javascript">
    (function() {
        function customScript() {
            const article = document.getElementById("fullArticle");
            const headers = article.querySelectorAll("h1, h2, h3, h4");
            const tocContainer = document.getElementById("generatedTOC");
    
            let tocHTML = "<h5 style='text-transform: uppercase;'>Inhaltsverzeichnis</h5><ol class='spreadm-toc' style='list-style-type: none; padding-left: 0;'>";
    
            let h2Counter = 0;
            let h3Counter = 0;
            let currentSubList = "";
            let hasH3 = false;
    
            headers.forEach((header, index) => {
                if (!header.textContent.trim()) return;
    
                // ID generieren, falls nicht vorhanden.
                if (!header.id) {
                    const safeHeaderText = header.textContent.replace(/\s+/g, '-').toLowerCase();
                    header.id = `section-${safeHeaderText}-${index}`;
                }
    
                let originalText = header.textContent;
    Found 2026-01-04 by HttpPlugin
    Create report
docs.spreadmind.de
CN:
docs.spreadmind.de
Key:
ECDSA-256
Issuer:
E8
Not before:
2026-01-04 05:43
Not after:
2026-04-04 05:43
docs.spreadmind.de
CN:
docs.spreadmind.de
Key:
ECDSA-256
Issuer:
E8
Not before:
2025-11-05 15:04
Not after:
2026-02-03 15:04
Domain summary