Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - mbptl.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: CloudFront
Date: Wed, 14 May 2025 02:31:53 GMT
Content-Type: text/html
Content-Length: 167
Connection: keep-alive
Location: https://mbptl.com/
X-Cache: Redirect from cloudfront
Via: 1.1 8e4f74eebb6b5ba2cb0cea9f73170822.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: HEL51-P2
X-Amz-Cf-Id: kObJPYQefy5hGtoh5xFWuUOep2frXNpCXELpWLQJLWzTUuEwqxlLyA==

HTTP Code 301 Moved Permanently

301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

302 Found - https://mbptl.com/
HTTP Status: 302
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Content-Type: text/html; charset=utf-8
Content-Length: 195
Connection: keep-alive
Date: Wed, 14 May 2025 02:31:53 GMT
x-envoy-upstream-service-time: 4
server: envoy
location: /404
vary: Cookie
access-control-allow-headers: x-foxtrot-webapp, x-foxtrot-webid, Content-Type, Foxtrot-DC-ID, Foxtrot-Webapp-Type
access-control-allow-credentials: true
X-Cache: Miss from cloudfront
Via: 1.1 314739a512b2afae40702e1a95e8f8de.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: HEL51-P2
X-Amz-Cf-Id: bZWIrGoGJ9xMmRwx7Dgxoa61m5_LulIzW2sXTz-uya8Fy8kjLrir2w==

HTTP Code 302 Found (Moved Temporarily)

302 status code indicates that the requested resource is temporarily available at a different URL.

When is Code 302 used?

  • When temporarily changing a page URL
  • When testing new content
  • During temporary maintenance

What does Code 302 mean for the user?

The user is automatically redirected to the new URL, but search engines continue to index the old address.

200 OK - /404.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Content-Type: text/html; charset=utf-8
Content-Length: 5924
Connection: keep-alive
Date: Wed, 14 May 2025 02:31:53 GMT
x-envoy-upstream-service-time: 4
server: envoy
vary: Accept-Encoding,Cookie
access-control-allow-headers: x-foxtrot-webapp, x-foxtrot-webid, Content-Type, Foxtrot-DC-ID, Foxtrot-Webapp-Type
access-control-allow-credentials: true
X-Cache: Miss from cloudfront
Via: 1.1 314739a512b2afae40702e1a95e8f8de.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: HEL51-P2
X-Amz-Cf-Id: tU0JKcUeDBIoh19DCto1-cjoLFORiZkEvCp2Dr4Y_c2mtwP6hG2BsA==

HTTP Code 200 OK

200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: mbptl.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<html lang="en">

<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <link rel="apple-touch-icon" sizes="57x57" href="/icons/favicons/apple-icon-57x57.png">
  <link rel="apple-touch-icon" sizes="60x60" href="/icons/favicons/apple-icon-60x60.png">
  <link rel="apple-touch-icon" sizes="72x72" href="/icons/favicons/apple-icon-72x72.png">
  <link rel="apple-touch-icon" sizes="76x76" href="/icons/favicons/apple-icon-76x76.png">
  <link rel="apple-touch-icon" sizes="114x114" href="/icons/favicons/apple-icon-114x114.png">
  <link rel="apple-touch-icon" sizes="120x120" href="/icons/favicons/apple-icon-120x120.png">
  <link rel="apple-touch-icon" sizes="144x144" href="/icons/favicons/apple-icon-144x144.png">
  <link rel="apple-touch-icon" sizes="152x152" href="/icons/favicons/apple-icon-152x152.png">
  <link rel="apple-touch-icon" sizes="180x180" href="/icons/favicons/apple-icon-180x180.png">
  <link rel="icon" type="image/png" sizes="192x192"  href="/icons/favicons/android-icon-192x192.png">
  <link rel="icon" type="image/png" sizes="32x32" href="/icons/favicons/favicon-32x32.png">
  <link rel="icon" type="image/png" sizes="96x96" href="/icons/favicons/favicon-96x96.png">
  <link rel="icon" type="image/png" sizes="16x16" href="/icons/favicons/favicon-16x16.png">

  <title></title>

  <script type="text/javascript">
    function envOrDefault(template, defaultValue) {
      return template.match("aa.*bb".replace(/a/g, "{").replace(/b/g, "}")) ? defaultValue : template;
    }

    const FOXTROT = window.__FOXTROT = window.__FOXTROT || {};
    FOXTROT.releaseStage = envOrDefault('production', 'development');
  </script>
  <script async src="https://www.googletagmanager.com/gtag/js?id=UA-111511351-4"></script>
  <script>
    var GA_ID = 'UA-111511351-5';

    if (window.__FOXTROT.releaseStage === 'production') {
      GA_ID = 'UA-111511351-4';
    }
    window.dataLayer = window.dataLayer || [];
    function gtag(){dataLayer.push(arguments);}
    gtag('js', new Date());
    gtag('config', GA_ID, { 'send_page_view': false });
  </script>

  <style>
    @font-face {
      font-family: "Simplon";
      src: url("./fonts/SimplonRegular.woff2");
      unicode-range: "U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF";
    }

    body {
      background-color: #F4F4F4;
    }

    * {
      font-family: "Simplon";
      font-size: 14px;
      margin-block-start: 5px;
      margin-block-end: 5px;
    }

    .root {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    .title {
      font-size: 16px;
      font-weight: 600;
      margin-top: 35px;
    }

    .mainText {
      text-align: center;
    }
  </style>
</head>

<body>
  <script type="text/javascript">
    if (window.gtag !== undefined) {
      gtag('event', 'page_view', {
        'page_title': 'ECP:error:expiredlink'
      });
    }
  </script>
  <div class="root">
    <svg width="120px" height="120px" viewBox="0 0 120 120" version="1.1" xmlns="http://www.w3.org/2000/svg"
      xmlns:xlink="http://www.w3.org/1999/xlink">
      <title>3E5EBD26-62EA-426A-A105-8E60109C3903</title>
      <g id="Responsive" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
        <g id="Foxtrot-/-Responsive-/-MVP01-/-20-Expired" transform="translate(-100.000000, -190.000000)"
          fill="#060525">
          <g id="Illustrations-/-il_500" transform="translate(85.000000, 175.000000)">
            <path
              d="M75,15.625 C107.791907,15.625 134.375,42.208093 134.375,75 C134.375,107.791907 107.791907,134.375 75,134.375 C42.208093,134.375 15.625,107.791907 15.625,75 C15.625,42.208093 42.208093,15.625 75,15.625 Z M75,19.53125 C44.3654553,19.53125 19.53125,44.3654553 19.53125,75 C19.53125,105.634545 44.3654553,130.46875 75,130.46875 C105.634545,130.46875 130.46875,105.634545 130.46875,75 C130.46875,44.3654553 105.634545,19.53125 75,19.53125 Z M75,105.859375 C77.0159415,105.859375 78.7523674,107.367324 78.7523674,109.375 C78.7523674,111.382676 77.0159415,112.890625 75,112.890625 C72.9840585,112.890625 71.2476326,111.382676 71.2476326,109.375 C71.2476326,107.367324 72.9840585,105.859375 75,105.859375 Z M75.2601603,38.671875 C77.0593932,38.6934025 78.500694,40.1692179 78.4794523,41.9685043 C77.9050447,90.491122 77.8364917,93.9321402 75.3266575,94.1297854 L75.3266575,94.1297854 L75,94.140625 C72.7194152,94.140625 72.242417,93.1821983 72.0586728,66.841714 L72.0586728,66.841714 L71.9522509,41.9455957 C71.9521774,40.1373023 73.4143068,38.671875 75.2215943,38.671875 L75.2215943,38.671875 Z M36.9403535,42.2048327 C37.7937258,42.864612 37.9506639,44.0912638 37.2908846,44.9446361 C30.6263403,53.5646967 26.953125,64.1307836 26.953125,75.2609233 C26.953125,76.3396044 26.0786812,77.2140483 25,77.2140483 C23.9213188,77.2140483 23.046875,76.3396044 23.046875,75.2609233 C23.046875,63.2583267 27.0116024,51.8536988 34.2005501,42.5553639 C34.8603294,41.7019916 36.0869812,41.5450534 36.9403535,42.2048327 Z M48.81355,32.3617381 L48.9331915,32.5219484 C49.5344848,33.4174926 49.2959474,34.6309191 48.4004032,35.2322124 C46.9232391,36.2240215 45.4935397,37.2988923 44.1160073,38.4547792 C43.2896896,39.148142 42.0577451,39.0403609 41.3643822,38.2140432 C40.6710193,37.3877254 40.7788005,36.1557809 41.6051182,35.462418 C43.0892934,34.2170472 44.6302933,33.058499 46.2229275,31.98916 C47.0625002,31.4254476 48.1814616,31.5998676 48.81355,32.3617381 Z"
              id="Combined-Shape"></path>
          </g>
        </g>
      </g>
    </svg>
    <p class="title">
      Enlace Vencido
    </p>
    <p class="mainText">
      Tu enlace de seguimiento ha vencido. Recuerda que los enlaces solo están disponibles por 12 horas.
    </p>
  </div>
</body>

</html>                               

Whois info of domain

Domain Name: MBPTL.COM
Registry Domain ID: 2626791402_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.tucows.com
Registrar URL: http://www.tucows.com
Updated Date: 2024-06-16T04:35:15Z
Creation Date: 2021-07-15T01:17:27Z
Registry Expiry Date: 2025-07-15T01:17:27Z
Registrar: Tucows Domains Inc.
Registrar IANA ID: 69
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.4165350123
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: NS-1386.AWSDNS-45.ORG
Name Server: NS-1891.AWSDNS-44.CO.UK
Name Server: NS-316.AWSDNS-39.COM
Name Server: NS-742.AWSDNS-28.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-14T02:31:35Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass