December 3, 2022 at 6:52:30 AM UTC
VERIFY
Websites
Websites
Runtime: 1.5s
Share on Facebook or Twitter
On December 3, 2022 at 6:52:30 AM UTC, https://gisanddata.maps.arcgis.com/ was accessible when tested on AS8048 in Venezuela.

Failures

HTTP Experiment
null
DNS Experiment
null
Control
null

DNS Queries

Resolver:
201.249.172.77
Query:
IN A gisanddata.maps.arcgis.com
Engine:
system
Name
Class
TTL
Type
DATA
Answer IP Info
@
IN
A
34.231.108.84
AS14618 (Amazon.com, Inc.)
@
IN
A
35.170.87.188
AS14618 (Amazon.com, Inc.)
@
IN
A
107.20.225.221
AS14618 (Amazon.com, Inc.)

TCP Connections

35.170.87.188:443: succeeded
107.20.225.221:443: succeeded
34.231.108.84:443: succeeded

HTTP Requests

URL
GET https://gisanddata.maps.arcgis.com/home/index.html
Response Headers
Cache-Control:
private, max-age=0
Content-Length:
5414
Content-Security-Policy:
upgrade-insecure-requests
Content-Type:
text/html
Date:
Sat, 03 Dec 2022 06:52:31 GMT
Etag:
"2874f2d77f1fc7d182cad05d0dd8395b"
Expires:
-1
Last-Modified:
Tue, 22 Nov 2022 01:42:26 GMT
Link:
<https://www.arcgis.com/home/index.html>; rel="canonical"
Referrer-Policy:
no-referrer-when-downgrade
Server:
AmazonS3
Strict-Transport-Security:
max-age=63072000
Vary:
Accept-Encoding
X-Cached:
HIT
Response Body
<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <meta name="robots" content="noindex, follow" />
  </head>
  <body spellcheck="false">
    <script type="text/javascript" src="./js/arcgisonline/config.js"></script>
    <script type="text/javascript" src="https://cdn-a.arcgis.com/cdn/1A87763/js/jsapi/dojo/dojo.js"></script>
    <script type="module" src="https://cdn-a.arcgis.com/cdn/1A87763/js/calcite-components/calcite/calcite.esm.js"></script>
    <script nomodule="" src="https://cdn-a.arcgis.com/cdn/1A87763/js/calcite-components/calcite/calcite.js"></script>
    <script type="module" src="https://cdn-a.arcgis.com/cdn/1A87763/js/arcgis-app-components/arcgis-app/arcgis-app.esm.js"></script>
    <script type="text/javascript">
      function addStylesheet(href) {
        var dfd = new dojo.Deferred();

        var link = document.createElement("link");
        link.rel = "stylesheet";
        link.type = "text/css";
        link.href = href;
        document.head.appendChild(link);

        link.onload = function () {
          return dfd.resolve();
        };

        return dfd;
      }

      function loadClassicCSS() {
        var s1 = addStylesheet("https://cdn-a.arcgis.com/cdn/1A87763/js/calcite-components/calcite/calcite.css");
        var s2 = addStylesheet("https://cdn-a.arcgis.com/cdn/1A87763/js/arcgisonline/css/common.css");
        var s3 = addStylesheet("https://cdn-a.arcgis.com/cdn/1A87763/js/arcgisonline/css/esri.css");
        var s4 = addStylesheet("https://cdn-a.arcgis.com/cdn/1A87763/css/esri/home.css");

        var pageStyle = document.createElement("style");
        pageStyle.type = "text/css";
        pageStyle.innerHTML = ".center.center960 .footer { border-top: none; }";
        document.head.appendChild(pageStyle);

        return new dojo.DeferredList([s1, s2, s3, s4]);
      }

      function loadModernCSS() {
        var s1 = addStylesheet("https://cdn-a.arcgis.com/cdn/1A87763/js/calcite-web/dist/css/calcite-web-no-fonts.min.css");
        var s2 = addStylesheet("https://cdn-a.arcgis.com/cdn/1A87763/js/calcite-components/calcite/calcite.css");
        var s3 = addStylesheet("https://cdn-a.arcgis.com/cdn/1A87763/js/arcgis-app-components/arcgis-app/arcgis-app.css");
        var s4 = addStylesheet("https://cdn-a.arcgis.com/cdn/1A87763/js/arcgisonline/css/app.css");
        var s5 = addStylesheet("https://cdn-a.arcgis.com/cdn/1A87763/js/arcgisonline/pages/css/home.css");

        return new dojo.DeferredList([s1, s2, s3, s4, s5]);
      }

      function loadClassicTemplate() {
        require(["dojo/text!arcgisonline/pages/home/widgets/templates/legacyHomePage.html"], function (classicTemplate) {
          document.body.className = "soria esri hide";
          document.body.insertAdjacentHTML("afterbegin", classicTemplate);
        });
      }

      function loadHeaderAndFooter(embedded) {
        require(["arcgisonline/sharing/dijit/SiteHeader", "arcgisonline/sharing/dijit/SiteFooter"], function (
          SiteHeader,
          SiteFooter
        ) {
          if (!embedded) {
            new SiteHeader({ id: "header", legacy: true }, "header").startup();
          }
          new SiteFooter({ id: "footer", style: { width: "100%" } }, "footer").startup();
        });
      }

      function loadMetaViewport() {
        var metaViewport = document.createElement("meta");
        metaViewport.name = "viewport";
        metaViewport.content = "width=device-width";
        document.head.appendChild(metaViewport);
      }

      require(["arcgisonline/base", "dojo/domReady!"], function (base) {
        require([
          "dojo/io-query",
          "arcgisonline/pages/utils/accessNotice",
          "arcgisonline/pages/utils/organization",
          "arcgisonline/pages/utils/signin",
          "arcgisonline/sharing/geow/Geow",
          "arcgisonline/sharing/geow/Account",
          "arcgisonline/init"
        ], function (ioQuery, accessNotice, orgUtil, signInUtil, Geow, Account, init) {
          signInUtil.checkSignInStatus().then(
            function (credential) {
              accessNotice.checkSettings().then(
                function (result) {
                  if (!result.redirected) {
                    Account.getSelf(function (self) {
                      const loadingProps = orgUtil.calculateHomePageLoadingProperties(self);
                      if (loadingProps.showModern) {
                        loadModernCSS().then(
                          function () {
                            loadMetaViewport();
                            require(["arcgisonline/main"]);
                          }.bind(this)
                        );
                      } else {
                        loadClassicCSS().then(
                          function () {
                            loadClassicTemplate();
                            loadHeaderAndFooter(loadingProps.previewLegacy);
                            init.initialize(credential);
                          }.bind(this)
                        );
                      }
                    });
                  }
                }.bind(this)
              );
            }.bind(this)
          );
        });
      });
    </script>
  </body>
</html>
URL
GET https://gisanddata.maps.arcgis.com/
Response Headers
Cache-Control:
max-age=0
Content-Length:
138
Content-Security-Policy:
upgrade-insecure-requests
Content-Type:
text/html
Date:
Sat, 03 Dec 2022 06:52:31 GMT
Link:
<https://www.arcgis.com/>; rel="canonical"
Location:
https://gisanddata.maps.arcgis.com/home/index.html
Server:
nginx
Strict-Transport-Security:
max-age=63072000
Response Body
<html>
<head><title>302 Found</title></head>
<body>
<center><h1>302 Found</h1></center>
<hr><center>nginx</center>
</body>
</html>

Resolver

Resolver ASN
AS8048
Resolver IP
201.249.172.77
Resolver Network Name
<unknown>
Measurement UID
20221203065231.955744_VE_webconnectivity_3967292380aa628a
Report ID
20221203T053457Z_webconnectivity_VE_8048_n1_oAsKJMoZ4x0KAps6
Platform
linux
Software Name
ooniprobe-cli (3.9.0-alpha)
Measurement Engine
ooniprobe-engine (3.9.0-alpha)

Raw Measurement Data

Loading…