Domain alcabe.net
Germany
IONOS SE
Software information

Apache Apache

tcp/443 tcp/80

  • Open service 2001:8d8:100f:f000::216:443 · alcabe.net

    2024-10-18 07:00

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 2952
    Connection: close
    Date: Fri, 18 Oct 2024 07:00:26 GMT
    Server: Apache
    Last-Modified: Thu, 28 Oct 2021 15:46:03 GMT
    ETag: "b88-5cf6b9ba4b8fc"
    Accept-Ranges: bytes
    
    Page title: Test local installation of ArcGIS API for JavaScript
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no" />
        <title>Test local installation of ArcGIS API for JavaScript</title>
        <style>
          html,
          body,
          #viewDiv {
            padding: 0;
            margin: 0;
            height: 93%;
            width: 100%;
          }
        </style>
    
        <link rel="stylesheet" href="javascript/4.21/esri/themes/light/main.css" />
        <script src="javascript/4.21/init.js"></script>
    
        <script>
          require(["esri/Basemap", "esri/layers/TileLayer", "esri/Map", "esri/views/SceneView"], function (
            Basemap,
            TileLayer,
            Map,
            SceneView
          ) {
            // --------------------------------------------------------------------
            // If you do not have public internet access, change the layer URL to
            // point to your own locally accessible cached service.
            // --------------------------------------------------------------------
            const layer = new TileLayer({
              url: "https://services.arcgisonline.com/arcgis/rest/services/World_Street_Map/MapServer"
            });
            const customBasemap = new Basemap({
              baseLayers: [layer],
              title: "My Basemap"
            });
            const myMap = new Map({
              basemap: customBasemap
            });
            const view = new SceneView({
              container: "viewDiv",
              map: myMap
            });
    
            checkThisOne("javascript/4.21/esri/views/3d/environment/resources/stars.wsv", "wsv mimetype");
            checkThisOne("javascript/4.21/esri/t9n/basemaps.json", "json mimetype");
            checkThisOne("javascript/4.21/esri/themes/base/icons/fonts/CalciteWebCoreIcons.ttf", "ttf mimetype");
            checkThisOne("javascript/4.21/esri/themes/base/icons/fonts/CalciteWebCoreIcons.woff", "woff mimetype");
    
            function checkThisOne(url, desc) {
              fetch(url, {
                method: "HEAD"
              })
                .then(function (response) {
                  if (response.ok) {
                    logDiv.innerHTML += "* OK: " + desc + "<br/>";
                    if (response.status !== 200) {
                      logDiv.innerHTML += "&nbsp;&nbsp;&nbsp;&nbsp;status: " + response.status + "<br/>";
                    }
                    return response.blob();
                  } else {
                    // response not ok
                    logDiv.innerHTML +=
                      "* HTTP error " + response.status + ' for <a href="' + url + '">' + url + "</a><br/>";
                    alert("Problem accessing " + desc);
                  }
                })
                .catch(function (error) {
                  logDiv.innerHTML += '* BAD: <a href="' + url + '">' + url + "</a><br/>";
                });
            }
          });
        </script>
      </head>
    
      <body>
        <div id="viewDiv"></div>
        <div id="logDiv"></div>
      </body>
    </html>
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 217.160.0.249:443 · alcabe.net

    2024-10-18 07:00

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 2952
    Connection: close
    Date: Fri, 18 Oct 2024 07:00:26 GMT
    Server: Apache
    Last-Modified: Thu, 28 Oct 2021 15:46:03 GMT
    ETag: "b88-5cf6b9ba4b8fc"
    Accept-Ranges: bytes
    
    Page title: Test local installation of ArcGIS API for JavaScript
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no" />
        <title>Test local installation of ArcGIS API for JavaScript</title>
        <style>
          html,
          body,
          #viewDiv {
            padding: 0;
            margin: 0;
            height: 93%;
            width: 100%;
          }
        </style>
    
        <link rel="stylesheet" href="javascript/4.21/esri/themes/light/main.css" />
        <script src="javascript/4.21/init.js"></script>
    
        <script>
          require(["esri/Basemap", "esri/layers/TileLayer", "esri/Map", "esri/views/SceneView"], function (
            Basemap,
            TileLayer,
            Map,
            SceneView
          ) {
            // --------------------------------------------------------------------
            // If you do not have public internet access, change the layer URL to
            // point to your own locally accessible cached service.
            // --------------------------------------------------------------------
            const layer = new TileLayer({
              url: "https://services.arcgisonline.com/arcgis/rest/services/World_Street_Map/MapServer"
            });
            const customBasemap = new Basemap({
              baseLayers: [layer],
              title: "My Basemap"
            });
            const myMap = new Map({
              basemap: customBasemap
            });
            const view = new SceneView({
              container: "viewDiv",
              map: myMap
            });
    
            checkThisOne("javascript/4.21/esri/views/3d/environment/resources/stars.wsv", "wsv mimetype");
            checkThisOne("javascript/4.21/esri/t9n/basemaps.json", "json mimetype");
            checkThisOne("javascript/4.21/esri/themes/base/icons/fonts/CalciteWebCoreIcons.ttf", "ttf mimetype");
            checkThisOne("javascript/4.21/esri/themes/base/icons/fonts/CalciteWebCoreIcons.woff", "woff mimetype");
    
            function checkThisOne(url, desc) {
              fetch(url, {
                method: "HEAD"
              })
                .then(function (response) {
                  if (response.ok) {
                    logDiv.innerHTML += "* OK: " + desc + "<br/>";
                    if (response.status !== 200) {
                      logDiv.innerHTML += "&nbsp;&nbsp;&nbsp;&nbsp;status: " + response.status + "<br/>";
                    }
                    return response.blob();
                  } else {
                    // response not ok
                    logDiv.innerHTML +=
                      "* HTTP error " + response.status + ' for <a href="' + url + '">' + url + "</a><br/>";
                    alert("Problem accessing " + desc);
                  }
                })
                .catch(function (error) {
                  logDiv.innerHTML += '* BAD: <a href="' + url + '">' + url + "</a><br/>";
                });
            }
          });
        </script>
      </head>
    
      <body>
        <div id="viewDiv"></div>
        <div id="logDiv"></div>
      </body>
    </html>
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 217.160.0.249:80 · alcabe.net

    2024-10-18 07:00

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 2952
    Connection: close
    Date: Fri, 18 Oct 2024 07:00:23 GMT
    Server: Apache
    Last-Modified: Thu, 28 Oct 2021 15:46:03 GMT
    ETag: "b88-5cf6b9ba4b8fc"
    Accept-Ranges: bytes
    
    Page title: Test local installation of ArcGIS API for JavaScript
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no" />
        <title>Test local installation of ArcGIS API for JavaScript</title>
        <style>
          html,
          body,
          #viewDiv {
            padding: 0;
            margin: 0;
            height: 93%;
            width: 100%;
          }
        </style>
    
        <link rel="stylesheet" href="javascript/4.21/esri/themes/light/main.css" />
        <script src="javascript/4.21/init.js"></script>
    
        <script>
          require(["esri/Basemap", "esri/layers/TileLayer", "esri/Map", "esri/views/SceneView"], function (
            Basemap,
            TileLayer,
            Map,
            SceneView
          ) {
            // --------------------------------------------------------------------
            // If you do not have public internet access, change the layer URL to
            // point to your own locally accessible cached service.
            // --------------------------------------------------------------------
            const layer = new TileLayer({
              url: "https://services.arcgisonline.com/arcgis/rest/services/World_Street_Map/MapServer"
            });
            const customBasemap = new Basemap({
              baseLayers: [layer],
              title: "My Basemap"
            });
            const myMap = new Map({
              basemap: customBasemap
            });
            const view = new SceneView({
              container: "viewDiv",
              map: myMap
            });
    
            checkThisOne("javascript/4.21/esri/views/3d/environment/resources/stars.wsv", "wsv mimetype");
            checkThisOne("javascript/4.21/esri/t9n/basemaps.json", "json mimetype");
            checkThisOne("javascript/4.21/esri/themes/base/icons/fonts/CalciteWebCoreIcons.ttf", "ttf mimetype");
            checkThisOne("javascript/4.21/esri/themes/base/icons/fonts/CalciteWebCoreIcons.woff", "woff mimetype");
    
            function checkThisOne(url, desc) {
              fetch(url, {
                method: "HEAD"
              })
                .then(function (response) {
                  if (response.ok) {
                    logDiv.innerHTML += "* OK: " + desc + "<br/>";
                    if (response.status !== 200) {
                      logDiv.innerHTML += "&nbsp;&nbsp;&nbsp;&nbsp;status: " + response.status + "<br/>";
                    }
                    return response.blob();
                  } else {
                    // response not ok
                    logDiv.innerHTML +=
                      "* HTTP error " + response.status + ' for <a href="' + url + '">' + url + "</a><br/>";
                    alert("Problem accessing " + desc);
                  }
                })
                .catch(function (error) {
                  logDiv.innerHTML += '* BAD: <a href="' + url + '">' + url + "</a><br/>";
                });
            }
          });
        </script>
      </head>
    
      <body>
        <div id="viewDiv"></div>
        <div id="logDiv"></div>
      </body>
    </html>
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 2001:8d8:100f:f000::216:80 · alcabe.net

    2024-10-18 07:00

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 2952
    Connection: close
    Date: Fri, 18 Oct 2024 07:00:23 GMT
    Server: Apache
    Last-Modified: Thu, 28 Oct 2021 15:46:03 GMT
    ETag: "b88-5cf6b9ba4b8fc"
    Accept-Ranges: bytes
    
    Page title: Test local installation of ArcGIS API for JavaScript
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no" />
        <title>Test local installation of ArcGIS API for JavaScript</title>
        <style>
          html,
          body,
          #viewDiv {
            padding: 0;
            margin: 0;
            height: 93%;
            width: 100%;
          }
        </style>
    
        <link rel="stylesheet" href="javascript/4.21/esri/themes/light/main.css" />
        <script src="javascript/4.21/init.js"></script>
    
        <script>
          require(["esri/Basemap", "esri/layers/TileLayer", "esri/Map", "esri/views/SceneView"], function (
            Basemap,
            TileLayer,
            Map,
            SceneView
          ) {
            // --------------------------------------------------------------------
            // If you do not have public internet access, change the layer URL to
            // point to your own locally accessible cached service.
            // --------------------------------------------------------------------
            const layer = new TileLayer({
              url: "https://services.arcgisonline.com/arcgis/rest/services/World_Street_Map/MapServer"
            });
            const customBasemap = new Basemap({
              baseLayers: [layer],
              title: "My Basemap"
            });
            const myMap = new Map({
              basemap: customBasemap
            });
            const view = new SceneView({
              container: "viewDiv",
              map: myMap
            });
    
            checkThisOne("javascript/4.21/esri/views/3d/environment/resources/stars.wsv", "wsv mimetype");
            checkThisOne("javascript/4.21/esri/t9n/basemaps.json", "json mimetype");
            checkThisOne("javascript/4.21/esri/themes/base/icons/fonts/CalciteWebCoreIcons.ttf", "ttf mimetype");
            checkThisOne("javascript/4.21/esri/themes/base/icons/fonts/CalciteWebCoreIcons.woff", "woff mimetype");
    
            function checkThisOne(url, desc) {
              fetch(url, {
                method: "HEAD"
              })
                .then(function (response) {
                  if (response.ok) {
                    logDiv.innerHTML += "* OK: " + desc + "<br/>";
                    if (response.status !== 200) {
                      logDiv.innerHTML += "&nbsp;&nbsp;&nbsp;&nbsp;status: " + response.status + "<br/>";
                    }
                    return response.blob();
                  } else {
                    // response not ok
                    logDiv.innerHTML +=
                      "* HTTP error " + response.status + ' for <a href="' + url + '">' + url + "</a><br/>";
                    alert("Problem accessing " + desc);
                  }
                })
                .catch(function (error) {
                  logDiv.innerHTML += '* BAD: <a href="' + url + '">' + url + "</a><br/>";
                });
            }
          });
        </script>
      </head>
    
      <body>
        <div id="viewDiv"></div>
        <div id="logDiv"></div>
      </body>
    </html>
    
    Found one day ago by HttpPlugin
    Create report
*.alcabe.netalcabe.net
CN:
*.alcabe.net
Not before:
2024-10-18 00:00
Not after:
2025-10-31 23:59
Domain summary