Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - mc808.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: openresty
Date: Fri, 16 May 2025 17:50:32 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
Cache-Control: public, s-maxage=60, max-age=0
Access-Control-Allow-Origin: *

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: mc808.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="zh-CN" data-buildtime="4/29/2025, 23:08:54">
  <head>
    <meta charset="utf-8">
    <title></title>
    <meta name="next-font-preconnect">
    <meta name="renderer" content="webkit">
    <meta name="force-rendering" content="webkit">
    <meta http-equiv="Content-Language" content="zh-CN">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="theme-color" content="#fff">
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="apple-touch-fullscreen" content="yes">
    <meta name="referrer" content="origin">
    <meta name="x5-orientation" content="portrait">
    <meta name="google" content="notranslate">
    <meta name="screen-orientation" content="portrait">
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no,viewport-fit=cover">
    <!--  -->
    <style>
      .con {
        width: 100%;
        height: 100%;
        background: var(--cms-primary-background-color);
        position: fixed;
        left: 0;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .loading {
        display: block;
        position: relative;
        width: 6px;
        height: 10px;
        animation: rectangle infinite 1s ease-in-out -0.2s;
        background-color: var(--cms-primary-color);
      }
      .loading:before,
      .loading:after {
        position: absolute;
        width: 6px;
        height: 10px;
        content: "";
        background-color: var(--cms-primary-color);
      }
      .loading:before {
        left: -14px;
        animation: rectangle infinite 1s ease-in-out -0.4s;
      }
      .loading:after {
        right: -14px;
        animation: rectangle infinite 1s ease-in-out;
      }
      .hideHeader {
        padding-top: 0 !important;
      }
      @keyframes rectangle {
        0%,
        80%,
        100% {
          height: 20px;
          box-shadow: 0 0 var(--cms-primary-color);
        }
        40% {
          height: 30px;
          box-shadow: 0 -20px var(--cms-primary-color);
        }
      }
      .anticon-close-circle,
      .anticon-exclamation-circle,
      .anticon-check-circle {
        display: none !important;
      }
      .ant-message-error .anticon {
        background: #cf2f22 !important;
        color: white !important;
        border-radius: 16px;
        border: 1px solid #cf2f22 !important;
      }
      .ant-message-success .anticon {
        color: #52c41a !important;
        background: white !important;
        border-radius: 16px !important;
      }
      .ant-message {
        z-index: 999999999 !important;
      }
      img[src=""],
      img:not([src]) {
        opacity: 0;
      }
      .geetest_popup_ghost {
        width: 100%;
        height: calc(100vh);
      }
    </style>
    <meta name="keywords" content="">
    <meta name="description" property="og:description" content="">
    <link rel="icon" href="/assets/logo/favicon.ico">
    <link rel="apple-touch-icon" href="/assets/logo/favicon.ico">
    <link rel="dns-prefetch" href="">
    <script src="/configPage.js?v=4/29/2025, 23:08:54"></script>
    <script src="/config/initGeetest4.js"></script>
    <script>
      !(function (t) {
        function e() {
          var e = this || self;
          (e.globalThis = e), delete t.prototype._T_;
        }
        "object" != typeof globalThis &&
          (this
            ? e()
            : (t.defineProperty(t.prototype, "_T_", {
                configurable: !0,
                get: e,
              }),
              _T_));
      })(Object);
    </script>
    
    <script>
      <!-- INJECTED-CONFIG -->
    </script>
    <script>
      <!-- INJECTED-SCRIPT -->
    </script>
    <script>
      (function () {
        var ua = window.navigator.userAgent.toLowerCase();
        var isMobile = /ipad|iphone|ipod|android/i.test(ua) || window.innerWidth <= 520;
        var isStatic = /static/i.test(location.pathname);
        var isHost = /localhost|192.168|127.0|172.16.8|172.16.9|cms./i.test(location.host);
        window.DEBUG = isHost;
        window.isMobile = isMobile;
        var isAgent = window.CONFIG && window.CONFIG.isAgent;
        var isMobileH5 = /\/m|\/m\//i.test(location.pathname);
        if (isMobile && !isHost && !isMobileH5 && !isStatic) {
          var base = location.pathname + location.search;
          if (isAgent) {
            location.href = "/m/";
          } else {
            location.href = "/m" + base;
          }
        }
        const urlParams = new URLSearchParams(window.location.search);
        const deviceId = urlParams.get("device-id");
        if (deviceId) {
          localStorage.setItem("ACCESS_UUID", deviceId);
        }
        setTimeout(() => {
          !!window?.CONFIG?.themeColorStr &&
            document
              .querySelector('meta[name="theme-color"]')
              .setAttribute("content", window?.CONFIG?.themeColorStr);
        }, 300);
        if (isMobile) {
          // var o = 0;
          // document.documentElement.addEventListener("touchstart", function (n) {
          //   1 < n.touches.length && n.preventDefault();
          // });
          // document.documentElement.addEventListener("touchend", function (n) {
          //   var e = new Date().getTime();
          //   e - o <= 300 && n.preventDefault();
          //   o = e;
          // });
          // document.addEventListener("gesturestart", function (event) {
          //   event.preventDefault();
          // });
        }
        // 在页面入口文件或全局组件中添加
        document.addEventListener("focusin", e => {
          if (/Android/i.test(navigator.userAgent)) {
            if (e.target.tagName === "INPUT" || e.target.tagName === "TEXTAREA") {
              document.body.style.minHeight = window.innerHeight + "px";
            }
          }
        });

        document.addEventListener("focusout", () => {
          if (/Android/i.test(navigator.userAgent)) {
            document.body.style.minHeight = "";
          }
        });
      })();
      window.__EXIST_CMS_SPORT__ = true;
    </script>
    <script>
      if ("serviceWorker" in navigator && !window.DEBUG) {
        navigator.serviceWorker.getRegistrations().then(function (regs) {
          for (var reg of regs) {
            reg
              .unregister()
              .then(function (registrationError) {
                console.error("service worker 卸载成功: ", registrationError);
              })
              .catch(function (registrationError) {
                console.log("service worker 卸载失败: ", registrationError);
              });
          }
        });
      }
    </script>
    <style data-theme="theme"></style>
  <script defer="defer" src="/theme.config.01c830b4.js"></script><script defer="defer" src="/js/chunk-vendors.122ee8ce.js"></script><script defer="defer" src="/js/cms-sports.c219d929.js"></script><script defer="defer" src="/js/index.8210c86e.js"></script><link href="/css/chunk-vendors.09a194bd.css" rel="stylesheet"><link href="/css/cms-sports.3622d528.css" rel="stylesheet"></head>
  <body>
    <noscript>
      <strong>
        We're sorry but doesn't work properly without JavaScript enabled. Please enable it to
        continue.
      </strong>
    </noscript>
    <div id="app">
      <div class="con">
        <div id="LOADINGHTML" class="loading" style="display: none"></div>
        <canvas id="loadingCanvas" width="350" height="350" style="display: none; transform: scale(0.5)"></canvas>
      </div>
    </div>
    <!-- built files will be auto injected -->
    <!--  -->
  </body>
</html>
<script>
  var analyze = window.CONFIG?.injectAnalyze;
  var isAgent = window.CONFIG?.isAgent;
  if (analyze && !isAgent) {
    var predomain = location.host.replace("www.", "");
    var analyzecode = analyze[predomain] || analyze["default"];
    if (analyzecode) {
      analyzecode.forEach((item, key) => {
        var ele = document.createElement("script");
        if (item.indexOf("<script") === 0) {
          ele = document.createRange().createContextualFragment(item);
        } else if (item.indexOf("http") === 0) {
          ele.src = item;
        } else {
          ele.innerHTML = item;
        }
        document.body.appendChild(ele);
      });
    }
  }
  try {
    if (window?.CONFIG?.name != "kc377-1") {
      if (document.getElementById("LOADINGHTML")) {
        document.getElementById("LOADINGHTML").style.display = "block";
      }
    }
  } catch (error) {
    console.log(error);
  }
</script>
                               

Whois info of domain

Domain Name: MC808.COM
Registry Domain ID: 2745685607_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2024-11-26T08:35:39Z
Creation Date: 2022-12-19T05:20:44Z
Registry Expiry Date: 2025-12-19T05:20:44Z
Registrar: GoDaddy.com, LLC
Registrar IANA ID: 146
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 480-624-2505
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientRenewProhibited https://icann.org/epp#clientRenewProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: NS7.ALIDNS.COM
Name Server: NS8.ALIDNS.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-16T17:50:25Z <<<
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