Domain mappedin.spoonspace.com
United States
FASTLY
Software information

GitHub.com

tcp/443 tcp/80

  • Open service 185.199.111.153:443 · mappedin.spoonspace.com

    2026-01-09 16:09

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 2169
    Server: GitHub.com
    Content-Type: text/html; charset=utf-8
    Last-Modified: Wed, 25 Jun 2025 11:10:25 GMT
    Access-Control-Allow-Origin: *
    ETag: "685bd921-879"
    expires: Fri, 09 Jan 2026 16:19:29 GMT
    Cache-Control: max-age=600
    x-proxy-cache: MISS
    X-GitHub-Request-Id: EC5D:21222F:1B641A:1D10A6:69612839
    Accept-Ranges: bytes
    Date: Fri, 09 Jan 2026 16:09:31 GMT
    Via: 1.1 varnish
    Age: 2
    X-Served-By: cache-sin-wsat1880077-SIN
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1767974971.431452,VS0,VE2
    Vary: Accept-Encoding
    X-Fastly-Request-ID: c691be2def6bf360055dd96381d59b7b80f0cc73
    
    Page title: Mappedin Web App
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>Mappedin Web App</title>
    
      <link rel="stylesheet" href="https://cdn.mappedin.com/web2/release/mappedin-web.css" />
      <style>
        html,
        body,
        #mappedin-map {
          margin: 0;
          padding: 0;
          width: 100%;
          height: 100%;
          background: #add8e6;
        }
      </style>
    </head>
    
    <body>
    
      <div data-key="externalId" id="mappedin-map"></div>
      <script type="module">
      function getUrlParam(key) {
        const hash = window.location.hash;
        const search = window.location.search;
    
        console.log('window.location.hash:', hash);
        console.log('window.location.search:', search);
    
        // Try to get from hash (e.g., #/profile?location=...&venueId=...)
        if (hash.includes('?')) {
          const query = hash.split('?')[1];
          console.log('Extracted hash query:', query);
          const hashParams = new URLSearchParams(query);
          if (hashParams.has(key)) {
            console.log(`Found "${key}" in hash:`, hashParams.get(key));
            return hashParams.get(key);
          }
        }
    
        // Fallback to search (e.g., ?venueId=...)
        if (search) {
          const query = search.substring(1); // Remove ?
          console.log('Extracted search query:', query);
          const searchParams = new URLSearchParams(query);
          if (searchParams.has(key)) {
            console.log(`Found "${key}" in search:`, searchParams.get(key));
            return searchParams.get(key);
          }
        }
        return null;
      }
    
      const venueId = getUrlParam('venueId') || 'frasers-century-square';
      const locationId = getUrlParam('location');
    
      console.log('✅ Final venueId:', venueId);
      console.log('✅ Final locationId:', locationId);
    
      window.mappedin = {
        miKey: {
          id: "66312c213dad2ee54fc62ad7",
          key: "arDAsZWtZVppuX1Ms9KNjHOqFwQrHYstYWG6K48anzFAi02D",
        },
        venue: venueId,
        language: "en"
      };
    
      const script = document.createElement('script');
      script.src = 'https://cdn.mappedin.com/web2/release/mappedin-web.js';
      script.type = 'module';
      document.body.appendChild(script);
    </script>
    
    </body>
    
    </html>
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2606:50c0:8001::153:443 · mappedin.spoonspace.com

    2026-01-09 16:09

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 2169
    Server: GitHub.com
    Content-Type: text/html; charset=utf-8
    Last-Modified: Wed, 25 Jun 2025 11:10:25 GMT
    Access-Control-Allow-Origin: *
    ETag: "685bd921-879"
    expires: Fri, 09 Jan 2026 16:19:29 GMT
    Cache-Control: max-age=600
    x-proxy-cache: MISS
    X-GitHub-Request-Id: 1CD6:4252C:88393A:9E0736:69612839
    Accept-Ranges: bytes
    Date: Fri, 09 Jan 2026 16:09:31 GMT
    Via: 1.1 varnish
    Age: 2
    X-Served-By: cache-lga21923-LGA
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1767974971.208832,VS0,VE1
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 32bd43b8ecbbbff25d38bb3eb71eb7490eafe3de
    
    Page title: Mappedin Web App
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>Mappedin Web App</title>
    
      <link rel="stylesheet" href="https://cdn.mappedin.com/web2/release/mappedin-web.css" />
      <style>
        html,
        body,
        #mappedin-map {
          margin: 0;
          padding: 0;
          width: 100%;
          height: 100%;
          background: #add8e6;
        }
      </style>
    </head>
    
    <body>
    
      <div data-key="externalId" id="mappedin-map"></div>
      <script type="module">
      function getUrlParam(key) {
        const hash = window.location.hash;
        const search = window.location.search;
    
        console.log('window.location.hash:', hash);
        console.log('window.location.search:', search);
    
        // Try to get from hash (e.g., #/profile?location=...&venueId=...)
        if (hash.includes('?')) {
          const query = hash.split('?')[1];
          console.log('Extracted hash query:', query);
          const hashParams = new URLSearchParams(query);
          if (hashParams.has(key)) {
            console.log(`Found "${key}" in hash:`, hashParams.get(key));
            return hashParams.get(key);
          }
        }
    
        // Fallback to search (e.g., ?venueId=...)
        if (search) {
          const query = search.substring(1); // Remove ?
          console.log('Extracted search query:', query);
          const searchParams = new URLSearchParams(query);
          if (searchParams.has(key)) {
            console.log(`Found "${key}" in search:`, searchParams.get(key));
            return searchParams.get(key);
          }
        }
        return null;
      }
    
      const venueId = getUrlParam('venueId') || 'frasers-century-square';
      const locationId = getUrlParam('location');
    
      console.log('✅ Final venueId:', venueId);
      console.log('✅ Final locationId:', locationId);
    
      window.mappedin = {
        miKey: {
          id: "66312c213dad2ee54fc62ad7",
          key: "arDAsZWtZVppuX1Ms9KNjHOqFwQrHYstYWG6K48anzFAi02D",
        },
        venue: venueId,
        language: "en"
      };
    
      const script = document.createElement('script');
      script.src = 'https://cdn.mappedin.com/web2/release/mappedin-web.js';
      script.type = 'module';
      document.body.appendChild(script);
    </script>
    
    </body>
    
    </html>
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 185.199.110.153:443 · mappedin.spoonspace.com

    2026-01-09 16:09

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 2169
    Server: GitHub.com
    Content-Type: text/html; charset=utf-8
    Last-Modified: Wed, 25 Jun 2025 11:10:25 GMT
    Access-Control-Allow-Origin: *
    ETag: "685bd921-879"
    expires: Fri, 09 Jan 2026 16:19:29 GMT
    Cache-Control: max-age=600
    x-proxy-cache: MISS
    X-GitHub-Request-Id: 1CD6:4252C:88393A:9E0736:69612839
    Accept-Ranges: bytes
    Date: Fri, 09 Jan 2026 16:09:31 GMT
    Via: 1.1 varnish
    Age: 2
    X-Served-By: cache-lga21945-LGA
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1767974971.220312,VS0,VE1
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 8399e319dbbcccd36776ce679bba6d372907be9d
    
    Page title: Mappedin Web App
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>Mappedin Web App</title>
    
      <link rel="stylesheet" href="https://cdn.mappedin.com/web2/release/mappedin-web.css" />
      <style>
        html,
        body,
        #mappedin-map {
          margin: 0;
          padding: 0;
          width: 100%;
          height: 100%;
          background: #add8e6;
        }
      </style>
    </head>
    
    <body>
    
      <div data-key="externalId" id="mappedin-map"></div>
      <script type="module">
      function getUrlParam(key) {
        const hash = window.location.hash;
        const search = window.location.search;
    
        console.log('window.location.hash:', hash);
        console.log('window.location.search:', search);
    
        // Try to get from hash (e.g., #/profile?location=...&venueId=...)
        if (hash.includes('?')) {
          const query = hash.split('?')[1];
          console.log('Extracted hash query:', query);
          const hashParams = new URLSearchParams(query);
          if (hashParams.has(key)) {
            console.log(`Found "${key}" in hash:`, hashParams.get(key));
            return hashParams.get(key);
          }
        }
    
        // Fallback to search (e.g., ?venueId=...)
        if (search) {
          const query = search.substring(1); // Remove ?
          console.log('Extracted search query:', query);
          const searchParams = new URLSearchParams(query);
          if (searchParams.has(key)) {
            console.log(`Found "${key}" in search:`, searchParams.get(key));
            return searchParams.get(key);
          }
        }
        return null;
      }
    
      const venueId = getUrlParam('venueId') || 'frasers-century-square';
      const locationId = getUrlParam('location');
    
      console.log('✅ Final venueId:', venueId);
      console.log('✅ Final locationId:', locationId);
    
      window.mappedin = {
        miKey: {
          id: "66312c213dad2ee54fc62ad7",
          key: "arDAsZWtZVppuX1Ms9KNjHOqFwQrHYstYWG6K48anzFAi02D",
        },
        venue: venueId,
        language: "en"
      };
    
      const script = document.createElement('script');
      script.src = 'https://cdn.mappedin.com/web2/release/mappedin-web.js';
      script.type = 'module';
      document.body.appendChild(script);
    </script>
    
    </body>
    
    </html>
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 185.199.110.153:80 · mappedin.spoonspace.com

    2026-01-09 16:09

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 162
    Server: GitHub.com
    Content-Type: text/html
    Location: https://mappedin.spoonspace.com/
    X-GitHub-Request-Id: 29A0:5B832:7A9AF8:7E1926:69612837
    Accept-Ranges: bytes
    Date: Fri, 09 Jan 2026 16:09:31 GMT
    Via: 1.1 varnish
    Age: 2
    X-Served-By: cache-sjc10077-SJC
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1767974971.293530,VS0,VE1
    Vary: Accept-Encoding
    X-Fastly-Request-ID: e5fd9e83f2424d2c18d0df2378a2da714a9c6e88
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2606:50c0:8001::153:80 · mappedin.spoonspace.com

    2026-01-09 16:09

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 162
    Server: GitHub.com
    Content-Type: text/html
    Location: https://mappedin.spoonspace.com/
    X-GitHub-Request-Id: 6D9E:25B85C:B7B032:BAC0CF:69612838
    Accept-Ranges: bytes
    Date: Fri, 09 Jan 2026 16:09:31 GMT
    Via: 1.1 varnish
    Age: 2
    X-Served-By: cache-rtm-ehrd2290057-RTM
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1767974971.131228,VS0,VE2
    Vary: Accept-Encoding
    X-Fastly-Request-ID: a76b79fe2cf0effd6fb5c3865ce748b4d12c0aab
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 185.199.108.153:443 · mappedin.spoonspace.com

    2026-01-09 16:09

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 2169
    Server: GitHub.com
    Content-Type: text/html; charset=utf-8
    Last-Modified: Wed, 25 Jun 2025 11:10:25 GMT
    Access-Control-Allow-Origin: *
    ETag: "685bd921-879"
    expires: Fri, 09 Jan 2026 16:19:29 GMT
    Cache-Control: max-age=600
    x-proxy-cache: MISS
    X-GitHub-Request-Id: 883A:2FBD8A:B5EEF5:B8FF86:69612834
    Accept-Ranges: bytes
    Date: Fri, 09 Jan 2026 16:09:31 GMT
    Via: 1.1 varnish
    Age: 3
    X-Served-By: cache-fra-eddf8230183-FRA
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1767974972.634417,VS0,VE3
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 51005672d9efd2438381dc7f56d47478fe0810d8
    
    Page title: Mappedin Web App
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>Mappedin Web App</title>
    
      <link rel="stylesheet" href="https://cdn.mappedin.com/web2/release/mappedin-web.css" />
      <style>
        html,
        body,
        #mappedin-map {
          margin: 0;
          padding: 0;
          width: 100%;
          height: 100%;
          background: #add8e6;
        }
      </style>
    </head>
    
    <body>
    
      <div data-key="externalId" id="mappedin-map"></div>
      <script type="module">
      function getUrlParam(key) {
        const hash = window.location.hash;
        const search = window.location.search;
    
        console.log('window.location.hash:', hash);
        console.log('window.location.search:', search);
    
        // Try to get from hash (e.g., #/profile?location=...&venueId=...)
        if (hash.includes('?')) {
          const query = hash.split('?')[1];
          console.log('Extracted hash query:', query);
          const hashParams = new URLSearchParams(query);
          if (hashParams.has(key)) {
            console.log(`Found "${key}" in hash:`, hashParams.get(key));
            return hashParams.get(key);
          }
        }
    
        // Fallback to search (e.g., ?venueId=...)
        if (search) {
          const query = search.substring(1); // Remove ?
          console.log('Extracted search query:', query);
          const searchParams = new URLSearchParams(query);
          if (searchParams.has(key)) {
            console.log(`Found "${key}" in search:`, searchParams.get(key));
            return searchParams.get(key);
          }
        }
        return null;
      }
    
      const venueId = getUrlParam('venueId') || 'frasers-century-square';
      const locationId = getUrlParam('location');
    
      console.log('✅ Final venueId:', venueId);
      console.log('✅ Final locationId:', locationId);
    
      window.mappedin = {
        miKey: {
          id: "66312c213dad2ee54fc62ad7",
          key: "arDAsZWtZVppuX1Ms9KNjHOqFwQrHYstYWG6K48anzFAi02D",
        },
        venue: venueId,
        language: "en"
      };
    
      const script = document.createElement('script');
      script.src = 'https://cdn.mappedin.com/web2/release/mappedin-web.js';
      script.type = 'module';
      document.body.appendChild(script);
    </script>
    
    </body>
    
    </html>
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 185.199.108.153:80 · mappedin.spoonspace.com

    2026-01-09 16:09

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 162
    Server: GitHub.com
    Content-Type: text/html
    Location: https://mappedin.spoonspace.com/
    X-GitHub-Request-Id: 93F8:225CF3:B43BCB:B74BD5:69612838
    Accept-Ranges: bytes
    Date: Fri, 09 Jan 2026 16:09:31 GMT
    Via: 1.1 varnish
    Age: 2
    X-Served-By: cache-fra-eddf8230048-FRA
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1767974971.072148,VS0,VE4
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 6a71610ed3b323287fb6ecce82f9077c5b8d0b58
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2606:50c0:8002::153:80 · mappedin.spoonspace.com

    2026-01-09 16:09

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 162
    Server: GitHub.com
    Content-Type: text/html
    Location: https://mappedin.spoonspace.com/
    X-GitHub-Request-Id: 93F8:225CF3:B43BCB:B74BD5:69612838
    Accept-Ranges: bytes
    Date: Fri, 09 Jan 2026 16:09:31 GMT
    Via: 1.1 varnish
    Age: 2
    X-Served-By: cache-fra-eddf8230173-FRA
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1767974971.086103,VS0,VE5
    Vary: Accept-Encoding
    X-Fastly-Request-ID: a06fec5a39a355b6899d70c33bc48b01bcbc2261
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2606:50c0:8002::153:443 · mappedin.spoonspace.com

    2026-01-09 16:09

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 2169
    Server: GitHub.com
    Content-Type: text/html; charset=utf-8
    Last-Modified: Wed, 25 Jun 2025 11:10:25 GMT
    Access-Control-Allow-Origin: *
    ETag: "685bd921-879"
    expires: Fri, 09 Jan 2026 16:19:29 GMT
    Cache-Control: max-age=600
    x-proxy-cache: MISS
    X-GitHub-Request-Id: 883A:2FBD8A:B5EEF5:B8FF86:69612834
    Accept-Ranges: bytes
    Date: Fri, 09 Jan 2026 16:09:31 GMT
    Via: 1.1 varnish
    Age: 2
    X-Served-By: cache-fra-eddf8230170-FRA
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1767974971.080211,VS0,VE3
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 2f5db16e07dde9b5a1c92007712985a7e666d89b
    
    Page title: Mappedin Web App
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>Mappedin Web App</title>
    
      <link rel="stylesheet" href="https://cdn.mappedin.com/web2/release/mappedin-web.css" />
      <style>
        html,
        body,
        #mappedin-map {
          margin: 0;
          padding: 0;
          width: 100%;
          height: 100%;
          background: #add8e6;
        }
      </style>
    </head>
    
    <body>
    
      <div data-key="externalId" id="mappedin-map"></div>
      <script type="module">
      function getUrlParam(key) {
        const hash = window.location.hash;
        const search = window.location.search;
    
        console.log('window.location.hash:', hash);
        console.log('window.location.search:', search);
    
        // Try to get from hash (e.g., #/profile?location=...&venueId=...)
        if (hash.includes('?')) {
          const query = hash.split('?')[1];
          console.log('Extracted hash query:', query);
          const hashParams = new URLSearchParams(query);
          if (hashParams.has(key)) {
            console.log(`Found "${key}" in hash:`, hashParams.get(key));
            return hashParams.get(key);
          }
        }
    
        // Fallback to search (e.g., ?venueId=...)
        if (search) {
          const query = search.substring(1); // Remove ?
          console.log('Extracted search query:', query);
          const searchParams = new URLSearchParams(query);
          if (searchParams.has(key)) {
            console.log(`Found "${key}" in search:`, searchParams.get(key));
            return searchParams.get(key);
          }
        }
        return null;
      }
    
      const venueId = getUrlParam('venueId') || 'frasers-century-square';
      const locationId = getUrlParam('location');
    
      console.log('✅ Final venueId:', venueId);
      console.log('✅ Final locationId:', locationId);
    
      window.mappedin = {
        miKey: {
          id: "66312c213dad2ee54fc62ad7",
          key: "arDAsZWtZVppuX1Ms9KNjHOqFwQrHYstYWG6K48anzFAi02D",
        },
        venue: venueId,
        language: "en"
      };
    
      const script = document.createElement('script');
      script.src = 'https://cdn.mappedin.com/web2/release/mappedin-web.js';
      script.type = 'module';
      document.body.appendChild(script);
    </script>
    
    </body>
    
    </html>
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 185.199.111.153:80 · mappedin.spoonspace.com

    2026-01-09 16:09

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 162
    Server: GitHub.com
    Content-Type: text/html
    Location: https://mappedin.spoonspace.com/
    X-GitHub-Request-Id: 613E:1E3021:90C795:9D264D:69612838
    Accept-Ranges: bytes
    Date: Fri, 09 Jan 2026 16:09:31 GMT
    Via: 1.1 varnish
    Age: 2
    X-Served-By: cache-yyz4578-YYZ
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1767974971.008115,VS0,VE1
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 2cba38b7da37e1ae84eb396dab1eeae6f068e689
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2606:50c0:8000::153:443 · mappedin.spoonspace.com

    2026-01-09 16:09

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 2169
    Server: GitHub.com
    Content-Type: text/html; charset=utf-8
    Last-Modified: Wed, 25 Jun 2025 11:10:25 GMT
    Access-Control-Allow-Origin: *
    ETag: "685bd921-879"
    expires: Fri, 09 Jan 2026 16:19:29 GMT
    Cache-Control: max-age=600
    x-proxy-cache: MISS
    X-GitHub-Request-Id: 883A:2FBD8A:B5EEF5:B8FF86:69612834
    Accept-Ranges: bytes
    Date: Fri, 09 Jan 2026 16:09:31 GMT
    Via: 1.1 varnish
    Age: 2
    X-Served-By: cache-fra-eddf8230164-FRA
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1767974971.088344,VS0,VE3
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 6073c8d189c2a30e4edc087b4908b6b9b1e70482
    
    Page title: Mappedin Web App
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>Mappedin Web App</title>
    
      <link rel="stylesheet" href="https://cdn.mappedin.com/web2/release/mappedin-web.css" />
      <style>
        html,
        body,
        #mappedin-map {
          margin: 0;
          padding: 0;
          width: 100%;
          height: 100%;
          background: #add8e6;
        }
      </style>
    </head>
    
    <body>
    
      <div data-key="externalId" id="mappedin-map"></div>
      <script type="module">
      function getUrlParam(key) {
        const hash = window.location.hash;
        const search = window.location.search;
    
        console.log('window.location.hash:', hash);
        console.log('window.location.search:', search);
    
        // Try to get from hash (e.g., #/profile?location=...&venueId=...)
        if (hash.includes('?')) {
          const query = hash.split('?')[1];
          console.log('Extracted hash query:', query);
          const hashParams = new URLSearchParams(query);
          if (hashParams.has(key)) {
            console.log(`Found "${key}" in hash:`, hashParams.get(key));
            return hashParams.get(key);
          }
        }
    
        // Fallback to search (e.g., ?venueId=...)
        if (search) {
          const query = search.substring(1); // Remove ?
          console.log('Extracted search query:', query);
          const searchParams = new URLSearchParams(query);
          if (searchParams.has(key)) {
            console.log(`Found "${key}" in search:`, searchParams.get(key));
            return searchParams.get(key);
          }
        }
        return null;
      }
    
      const venueId = getUrlParam('venueId') || 'frasers-century-square';
      const locationId = getUrlParam('location');
    
      console.log('✅ Final venueId:', venueId);
      console.log('✅ Final locationId:', locationId);
    
      window.mappedin = {
        miKey: {
          id: "66312c213dad2ee54fc62ad7",
          key: "arDAsZWtZVppuX1Ms9KNjHOqFwQrHYstYWG6K48anzFAi02D",
        },
        venue: venueId,
        language: "en"
      };
    
      const script = document.createElement('script');
      script.src = 'https://cdn.mappedin.com/web2/release/mappedin-web.js';
      script.type = 'module';
      document.body.appendChild(script);
    </script>
    
    </body>
    
    </html>
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2606:50c0:8000::153:80 · mappedin.spoonspace.com

    2026-01-09 16:09

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 162
    Server: GitHub.com
    Content-Type: text/html
    Location: https://mappedin.spoonspace.com/
    X-GitHub-Request-Id: 93F8:225CF3:B43BCB:B74BD5:69612838
    Accept-Ranges: bytes
    Date: Fri, 09 Jan 2026 16:09:31 GMT
    Via: 1.1 varnish
    Age: 2
    X-Served-By: cache-fra-eddf8230082-FRA
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1767974971.072964,VS0,VE5
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 5b8287eace47f202e4e3f2789ea1ed88636f7f19
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2606:50c0:8003::153:443 · mappedin.spoonspace.com

    2026-01-09 16:09

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 2169
    Server: GitHub.com
    Content-Type: text/html; charset=utf-8
    Last-Modified: Wed, 25 Jun 2025 11:10:25 GMT
    Access-Control-Allow-Origin: *
    ETag: "685bd921-879"
    expires: Fri, 09 Jan 2026 16:19:28 GMT
    Cache-Control: max-age=600
    x-proxy-cache: MISS
    X-GitHub-Request-Id: 6413:25B85C:B7B02D:BAC0CA:69612838
    Accept-Ranges: bytes
    Date: Fri, 09 Jan 2026 16:09:31 GMT
    Via: 1.1 varnish
    Age: 2
    X-Served-By: cache-rtm-ehrd2290026-RTM
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1767974971.029310,VS0,VE2
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 8b2a3aa2c4a3b1fe6f68de7457c3bf7e22ffd14f
    
    Page title: Mappedin Web App
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>Mappedin Web App</title>
    
      <link rel="stylesheet" href="https://cdn.mappedin.com/web2/release/mappedin-web.css" />
      <style>
        html,
        body,
        #mappedin-map {
          margin: 0;
          padding: 0;
          width: 100%;
          height: 100%;
          background: #add8e6;
        }
      </style>
    </head>
    
    <body>
    
      <div data-key="externalId" id="mappedin-map"></div>
      <script type="module">
      function getUrlParam(key) {
        const hash = window.location.hash;
        const search = window.location.search;
    
        console.log('window.location.hash:', hash);
        console.log('window.location.search:', search);
    
        // Try to get from hash (e.g., #/profile?location=...&venueId=...)
        if (hash.includes('?')) {
          const query = hash.split('?')[1];
          console.log('Extracted hash query:', query);
          const hashParams = new URLSearchParams(query);
          if (hashParams.has(key)) {
            console.log(`Found "${key}" in hash:`, hashParams.get(key));
            return hashParams.get(key);
          }
        }
    
        // Fallback to search (e.g., ?venueId=...)
        if (search) {
          const query = search.substring(1); // Remove ?
          console.log('Extracted search query:', query);
          const searchParams = new URLSearchParams(query);
          if (searchParams.has(key)) {
            console.log(`Found "${key}" in search:`, searchParams.get(key));
            return searchParams.get(key);
          }
        }
        return null;
      }
    
      const venueId = getUrlParam('venueId') || 'frasers-century-square';
      const locationId = getUrlParam('location');
    
      console.log('✅ Final venueId:', venueId);
      console.log('✅ Final locationId:', locationId);
    
      window.mappedin = {
        miKey: {
          id: "66312c213dad2ee54fc62ad7",
          key: "arDAsZWtZVppuX1Ms9KNjHOqFwQrHYstYWG6K48anzFAi02D",
        },
        venue: venueId,
        language: "en"
      };
    
      const script = document.createElement('script');
      script.src = 'https://cdn.mappedin.com/web2/release/mappedin-web.js';
      script.type = 'module';
      document.body.appendChild(script);
    </script>
    
    </body>
    
    </html>
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 185.199.109.153:80 · mappedin.spoonspace.com

    2026-01-09 16:09

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 162
    Server: GitHub.com
    Content-Type: text/html
    Location: https://mappedin.spoonspace.com/
    X-GitHub-Request-Id: 6D9E:25B85C:B7B032:BAC0CF:69612838
    Accept-Ranges: bytes
    Date: Fri, 09 Jan 2026 16:09:31 GMT
    Via: 1.1 varnish
    Age: 2
    X-Served-By: cache-rtm-ehrd2290049-RTM
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1767974971.030018,VS0,VE3
    Vary: Accept-Encoding
    X-Fastly-Request-ID: a87d6f344cefe5dace0e016039a302994b1cda2d
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2606:50c0:8003::153:80 · mappedin.spoonspace.com

    2026-01-09 16:09

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 162
    Server: GitHub.com
    Content-Type: text/html
    Location: https://mappedin.spoonspace.com/
    X-GitHub-Request-Id: 6D9E:25B85C:B7B032:BAC0CF:69612838
    Accept-Ranges: bytes
    Date: Fri, 09 Jan 2026 16:09:31 GMT
    Via: 1.1 varnish
    Age: 2
    X-Served-By: cache-rtm-ehrd2290053-RTM
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1767974971.018097,VS0,VE4
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 7fbd6f5616898535be32ac8a146a6342e7eed3a0
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 185.199.109.153:443 · mappedin.spoonspace.com

    2026-01-09 16:09

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 2169
    Server: GitHub.com
    Content-Type: text/html; charset=utf-8
    Last-Modified: Wed, 25 Jun 2025 11:10:25 GMT
    Access-Control-Allow-Origin: *
    ETag: "685bd921-879"
    expires: Fri, 09 Jan 2026 16:19:28 GMT
    Cache-Control: max-age=600
    x-proxy-cache: MISS
    X-GitHub-Request-Id: 6413:25B85C:B7B02D:BAC0CA:69612838
    Accept-Ranges: bytes
    Date: Fri, 09 Jan 2026 16:09:31 GMT
    Via: 1.1 varnish
    Age: 2
    X-Served-By: cache-rtm-ehrd2290044-RTM
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1767974971.025125,VS0,VE2
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 68e814fa4853de3886ff0d83ba20129accfbe123
    
    Page title: Mappedin Web App
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>Mappedin Web App</title>
    
      <link rel="stylesheet" href="https://cdn.mappedin.com/web2/release/mappedin-web.css" />
      <style>
        html,
        body,
        #mappedin-map {
          margin: 0;
          padding: 0;
          width: 100%;
          height: 100%;
          background: #add8e6;
        }
      </style>
    </head>
    
    <body>
    
      <div data-key="externalId" id="mappedin-map"></div>
      <script type="module">
      function getUrlParam(key) {
        const hash = window.location.hash;
        const search = window.location.search;
    
        console.log('window.location.hash:', hash);
        console.log('window.location.search:', search);
    
        // Try to get from hash (e.g., #/profile?location=...&venueId=...)
        if (hash.includes('?')) {
          const query = hash.split('?')[1];
          console.log('Extracted hash query:', query);
          const hashParams = new URLSearchParams(query);
          if (hashParams.has(key)) {
            console.log(`Found "${key}" in hash:`, hashParams.get(key));
            return hashParams.get(key);
          }
        }
    
        // Fallback to search (e.g., ?venueId=...)
        if (search) {
          const query = search.substring(1); // Remove ?
          console.log('Extracted search query:', query);
          const searchParams = new URLSearchParams(query);
          if (searchParams.has(key)) {
            console.log(`Found "${key}" in search:`, searchParams.get(key));
            return searchParams.get(key);
          }
        }
        return null;
      }
    
      const venueId = getUrlParam('venueId') || 'frasers-century-square';
      const locationId = getUrlParam('location');
    
      console.log('✅ Final venueId:', venueId);
      console.log('✅ Final locationId:', locationId);
    
      window.mappedin = {
        miKey: {
          id: "66312c213dad2ee54fc62ad7",
          key: "arDAsZWtZVppuX1Ms9KNjHOqFwQrHYstYWG6K48anzFAi02D",
        },
        venue: venueId,
        language: "en"
      };
    
      const script = document.createElement('script');
      script.src = 'https://cdn.mappedin.com/web2/release/mappedin-web.js';
      script.type = 'module';
      document.body.appendChild(script);
    </script>
    
    </body>
    
    </html>
    Found 2026-01-09 by HttpPlugin
    Create report
mappedin.spoonspace.com
CN:
mappedin.spoonspace.com
Key:
RSA-2048
Issuer:
R12
Not before:
2026-01-09 15:09
Not after:
2026-04-09 15:09