OK
https://lookaside.facebook.com/robots.txt
Cyprus
Country
Network
September 19, 2024, 03:55 PM UTC
Date & Time
Websites
Websites
Runtime: 394ms
On September 19, 2024, 03:55 PM UTC, https://lookaside.facebook.com/robots.txt was accessible when tested on AS35432 in Cyprus.

Failures

HTTP Experiment
null
DNS Experiment
null
Control
null

DNS Queries

Resolver:
213.140.209.245
Query:
IN A lookaside.facebook.com
Engine:
system
Name
Class
TTL
Type
DATA
@
IN
A
157.240.196.15

TCP Connections

Connection to 157.240.196.15:443 succeeded.

HTTP Requests

URL
GET https://lookaside.facebook.com/robots.txt
Response Headers
Access-Control-Allow-Origin:
*
Content-Length:
2959
Content-Type:
text/html; charset=utf-8
Date:
Thu, 19 Sep 2024 15:55:24 GMT
Proxy-Status:
proxy_internal_response; e_isproxyerr="AcIWnNWWoVBSSD6lJvJkg6sJlWxeQQCvCPaoWysVGOZXC7IxwerhKVHOPtt01Q"; e_proxy="AcK5j-hIboGjOSS3VuRGqci5DGijnHA6hl6iMD2g9NSq_U47RSNs2w-uij_ri_c_Zwrhfb5VFJBKsh0"; e_fb_binaryversion="AcLywrYQefPyMIue2Sv2SJQt2c_F2crvcZaARGznqvmQ7a5EJjUdHpea-kN8MFXlvbQ1Pc2wFiaik5h4rkO0cThInQV3DfZfjCQ"; e_fb_httpversion="AcKE79Qy0ZU6EVh4CGqWucDSEt2UJTZ3Em5Vr3YmGrsn3HEGLWsndG0RWnLk"; e_fb_requestsequencenumber="AcI2QWc0Z70GZXNBI4Se7yrcqhOW3HF3e1eCIuzn8ivMrGPVVAR_YsEIIQ"; e_fb_requesthandler="AcJ9T-OROS6PRRrsLx1butNLuUUZJaPcjw1QAsMEVR8SHYW1bQrUN3erz6cbb2ZYcOh8tby9-tSoKSsG"; e_fb_proxycode="AcIUhEfcKL0CCccI_GTF5m47edyu-CbmKClqMHvSkyXTfPn1_J4bhhfoA3Aq"; e_fb_builduser="AcKWHv-XEfDXCx9Qty4tKE4zl9b-7S1-ExPvY4zvGlL6Woee4b9lgVT5nO9BFyJhLKg"; e_fb_vipport="AcI7puF9wPDbbSyryC5s6rAspFsuq3HNT_i0uYPospseZh0C07QWkLQuAkW8"; e_clientaddr="AcItj-XnB5CVla8PCjQcP5VlxaWVMiYg5kcIUIWnMjhXG5C7lSZH_Nq8CrrC_FmWTXlXb56kLvECgsO_5Q"; e_fb_vipaddr="AcKx6o27i68scQrbXuKx4S9w9t61B3mc3eSNqsNL-0jRJOlT47s99K_ue1PcCpPK8dobdcIIkJA"; e_fb_configversion="AcJgDgWHacjsYGpMPktLxGopKDEbJPiYcOcp7LjInRVByyrKgmpcXKylYCb3Eg"; e_fb_requesttime="AcKIHtZ8yM4S7yAAilzIVBlKzTGr5y3dYGtPMMDaRgx1tYYYCphpOsT9Sw3WUJdg3LaGHSGJpw"; e_fb_responsebytes="AcLhHzUcYg6SvYrVmjoaWjlMcA-oJy_aCEXhtTnIBB7x7NV6naSL6kDO-SYo2w"
Response Body
<!DOCTYPE html>
<html lang="en" id="facebook">
  <head>
    <title>Facebook | Error</title>
    <meta charset="utf-8">
    <meta http-equiv="cache-control" content="no-cache">
    <meta http-equiv="cache-control" content="no-store">
    <meta http-equiv="cache-control" content="max-age=0">
    <meta http-equiv="expires" content="-1">
    <meta http-equiv="pragma" content="no-cache">
    <meta name="robots" content="noindex,nofollow">
    <style>
      html, body {
        color: #141823;
        background-color: #e9eaed;
        font-family: Helvetica, Lucida Grande, Arial,
                     Tahoma, Verdana, sans-serif;
        margin: 0;
        padding: 0;
        text-align: center;
      }

      #header {
        height: 30px;
        padding-bottom: 10px;
        padding-top: 10px;
        text-align: center;
      }

      #icon {
        width: 30px;
      }

      h1 {
        font-size: 18px;
      }

      p {
        font-size: 13px;
      }

      #footer {
        border-top: 1px solid #ddd;
        color: #9197a3;
        font-size: 12px;
        padding: 5px 8px 6px 0;
      }
    </style>
  </head>
  <body>
    <div id="header">
      <a href="//www.facebook.com/">
        <img id="icon" src="//static.facebook.com/images/logos/facebook_2x.png" />
      </a>
    </div>
    <div id="core">
      <h1 id="sorry">Sorry, something went wrong.</h1>
      <p id="promise">
        We're working on it and we'll get it fixed as soon as we can.
      </p>
      <p id="back-link">
        <a id="back" href="//www.facebook.com/">Go Back</a>
      </p>
      <div id="footer">
        Facebook
        <span id="copyright">
          &copy; 2024
        </span>
        <span id="help-link">
          &#183;
          <a id="help" href="//www.facebook.com/help/">Help Center</a>
        </span>
      </div>
    </div>
    <script>
      document.getElementById('back').onclick = function() {
        if (history.length > 1) {
          history.back();
          return false;
        }
      };

      // Adjust the display based on the window size
      if (window.innerHeight < 80 || window.innerWidth < 80) {
        // Blank if window is too small
        document.body.style.display = 'none';
      };
      if (window.innerWidth < 200 || window.innerHeight < 150) {
        document.getElementById('back-link').style.display = 'none';
        document.getElementById('help-link').style.display = 'none';
      };
      if (window.innerWidth < 200) {
        document.getElementById('sorry').style.fontSize = '16px';
      };
      if (window.innerWidth < 150) {
        document.getElementById('promise').style.display = 'none';
      };
      if (window.innerHeight < 150) {
        document.getElementById('sorry').style.margin = '4px 0 0 0';
        document.getElementById('sorry').style.fontSize = '14px';
        document.getElementById('promise').style.display = 'none';
      };
    </script>
  </body>
</html>

Resolver

Resolver ASN
AS35432
Resolver IP
213.140.209.245
Resolver Network Name
Cablenet Communication Systems plc
Report ID
20240919T155418Z_webconnectivity_CY_35432_n1_L1sE3RlflzEMFtAY
Platform
windows
Software Name
ooniprobe-desktop-unattended (3.10.0-beta.3)
Measurement Engine
ooniprobe-engine (3.10.0-beta.3)

Raw Measurement Data

Loading