Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - yikem.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Tue, 20 May 2025 19:18:54 GMT
Content-Type: text/html
Content-Length: 167
Connection: keep-alive
Cache-Control: max-age=3600
Expires: Tue, 20 May 2025 20:18:54 GMT
Location: https://yikem.com/
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=x0xXkbOikuuSnaYVcXkIQ7VvoEI%2BcIjdlN2JZ3zY2WrazSGIfzOqMh9%2F9YAD9QbPErJcdGcckaKuJfqXwVQpjeBmZLMVKt%2BoC0ezGXResFYr0Vl50PTF%2F3jfjGoGOAIt9mqE%2BirZbe0%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 942e2ebd0d1462d8-HAM
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=21408&min_rtt=21408&rtt_var=10704&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=165&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"

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.

200 OK - https://yikem.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Tue, 20 May 2025 19:18:54 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: keep-alive
Server: cloudflare
Last-Modified: Wed, 07 May 2025 03:11:00 GMT
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Vary: Accept-Encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=CBdc%2BHCnjzIYituQ6ZSSpvsw%2BWfhpGJ%2BJv9rCzCv6REMiaXvpucpKf3GNcWdZJ6nwzFi6p5vEWWWdeZQp2pQZXNUJHYPdHBiorkft1nQ7RHAlbI%3D"}]}
Cf-Cache-Status: DYNAMIC
CF-RAY: 942e2ebdcc2662cd-HAM
alt-svc: h3=":443"; ma=86400

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: yikem.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="icon-256x256.png"><title>KING</title><style>body, html {
          padding: 0;
          margin: 0
      }

      #preload {
          background-color: #2c3e50;
          height: 100vh;
          width: 100vw;
          position: fixed;
          z-index: 10000;
          margin-top: 0;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
      }

      #preload div {
          top: 20%;
          left: 0%;
          min-width: 200px;
          width: 33.33%;
          height: 200px;
          padding: 10px;
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #ccc;
          cursor: pointer;
          transition: .3s linear
      }

      @media (max-width: 768px) {
          #preload div {
              width: 50%
          }
      }

      @media (max-width: 480px) {
          #preload div {
              width: 100%
          }
      }

      .loader1 {
          width: 32px;
          height: 90px;
          margin-bottom: 20px;
          position: relative;
          border-radius: 50% 50% 0 0;
          border-bottom: 10px solid #ff3d00;
          background-color: #fff;
          background-image: radial-gradient(ellipse at center, #FFF 34%, #FF3D00 35%, #FF3D00 54%, #FFF 55%), linear-gradient(#FF3D00 10px, transparent 0);
          background-size: 28px 28px;
          background-position: center 20px, center 2px;
          background-repeat: no-repeat;
          -webkit-animation: animloader106back 1s linear infinite alternate;
          animation: animloader106back 1s linear infinite alternate
      }

      .loader1::before {
          content: "";
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          width: 64px;
          height: 44px;
          border-radius: 50%;
          box-shadow: 0 15px #ff3d00 inset;
          top: 67px
      }

      .loader1::after {
          content: "";
          position: absolute;
          left: 50%;
          transform: translateX(-50%) rotate(45deg);
          width: 34px;
          height: 34px;
          top: 112%;
          background: radial-gradient(ellipse at center, #ffdf00 8%, rgba(249, 62, 0, 0.6) 24%, rgba(0, 0, 0, 0) 100%);
          border-radius: 50% 50% 0;
          background-repeat: no-repeat;
          background-position: -44px -44px;
          background-size: 100px 100px;
          box-shadow: 4px 4px 12px 0 rgba(255, 61, 0, .5);
          -webkit-animation: animloader106 1s linear infinite alternate;
          animation: animloader106 1s linear infinite alternate
      }

      .loader2 {
          top: -44%;
          color: #eae8e8;
          position: relative;
          font-family: Arial, Helvetica, sans-serif;
          font-size: 48px;
          letter-spacing: 4px
      }

      .loader2::before {
          content: "";
          position: absolute;
          right: 70px;
          bottom: 10px;
          height: 28px;
          width: 5.15px;
          background: currentColor
      }

      .loader2::after {
          content: "";
          width: 8px;
          height: 8px;
          position: absolute;
          left: 125px;
          top: 2px;
          border-radius: 50%;
          background: red;
          -webkit-animation: animloader114 1s ease-in infinite;
          animation: animloader114 1s ease-in infinite
      }

      @-webkit-keyframes animloader106back {
          0%, 30%, 70% {
              transform: translateY(0px)
          }

          20%, 40%, 100% {
              transform: translateY(-5px)
          }
      }

      @keyframes animloader106back {
          0%, 30%, 70% {
              transform: translateY(0px)
          }

          20%, 40%, 100% {
              transform: translateY(-5px)
          }
      }

      @-webkit-keyframes animloader106 {
          0% {
              box-shadow: 4px 4px 12px 2px rgba(255, 61, 0, .75);
              width: 34px;
              height: 34px;
              background-position: -44px -44px;
              background-size: 100px 100px
          }

          100% {
              box-shadow: 2px 2px 8px 0 rgba(255, 61, 0, .5);
              width: 30px;
              height: 28px;
              background-position: -36px -36px;
              background-size: 80px 80px
          }
      }

      @keyframes animloader106 {
          0% {
              box-shadow: 4px 4px 12px 2px rgba(255, 61, 0, .75);
              width: 34px;
              height: 34px;
              background-position: -44px -44px;
              background-size: 100px 100px
          }

          100% {
              box-shadow: 2px 2px 8px 0 rgba(255, 61, 0, .5);
              width: 30px;
              height: 28px;
              background-position: -36px -36px;
              background-size: 80px 80px
          }
      }

      @-webkit-keyframes animloader114 {
          0% {
              transform: translateY(8px) scaleY(1) scaleX(1.25)
          }

          25%, 75% {
              transform: translateY(-5px) scaleY(1.2) scaleX(1)
          }

          50% {
              transform: translateY(-10px) scaleY(1) scaleX(1)
          }

          100% {
              transform: translateY(8px) scaleY(.8) scaleX(.8)
          }
      }

      @keyframes animloader114 {
          0% {
              transform: translateY(8px) scaleY(1) scaleX(1.25)
          }

          25%, 75% {
              transform: translateY(-5px) scaleY(1.2) scaleX(1)
          }

          50% {
              transform: translateY(-10px) scaleY(1) scaleX(1)
          }

          100% {
              transform: translateY(8px) scaleY(.8) scaleX(.8)
          }
      }</style><link href="css/account.5d9eaed9.css" rel="prefetch"><link href="css/account~home~share~trade.aa07359e.css" rel="prefetch"><link href="css/certificate.2f111214.css" rel="prefetch"><link href="css/home.fff07dba.css" rel="prefetch"><link href="css/messgae.2fddb0b0.css" rel="prefetch"><link href="css/records.f65e8646.css" rel="prefetch"><link href="css/reward.5bedf810.css" rel="prefetch"><link href="css/second-home.573a4bb0.css" rel="prefetch"><link href="css/share.5b4304bd.css" rel="prefetch"><link href="css/trade.15f13d7d.css" rel="prefetch"><link href="js/account.67937396.js" rel="prefetch"><link href="js/account~home~share~trade.3d36fb40.js" rel="prefetch"><link href="js/certificate.3ec32bc6.js" rel="prefetch"><link href="js/home.add3791e.js" rel="prefetch"><link href="js/home~share~trade.6cf6c273.js" rel="prefetch"><link href="js/messgae.859d58c2.js" rel="prefetch"><link href="js/records.2605e9c0.js" rel="prefetch"><link href="js/reward.5f123190.js" rel="prefetch"><link href="js/second-home.24a1503c.js" rel="prefetch"><link href="js/share.b017732c.js" rel="prefetch"><link href="js/trade.04316321.js" rel="prefetch"><link href="css/app.becc17a7.css" rel="preload" as="style"><link href="css/chunk-vendors.7f8379f8.css" rel="preload" as="style"><link href="js/app.57ec7032.js" rel="preload" as="script"><link href="js/chunk-vendors.d3a776c7.js" rel="preload" as="script"><link href="css/chunk-vendors.7f8379f8.css" rel="stylesheet"><link href="css/app.becc17a7.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but KING doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="preload"><div><span class="loader1"></span></div><div><span class="loader2">Load&nbsp;ng</span></div></div><div id="app"></div><script>function initLivechat(code) {
    console.log(code);
    window.__lc = window.__lc || {};
    window.__lc.license = code;
    (function(D) {
      function f() {
        function n(n, e) {
          e = D.createElement("script");
          e.src = "https://image.providesupport.com/" + n, D.body.appendChild(e);
        }

        n("js/" + code + "/safe-standard-sync.js?ps_h=WhJw&ps_t=" + Date.now()), n("sjs/static.js");
      }

      D.readyState == "complete" ? f() : window.addEventListener("load", f);
    })(document);
  }
  // function initLivechat(code){var hccid=code;var nt=document.createElement("script");nt.async=true;nt.src="https://www.mylivechat.com/chatinline.aspx?hccid="+hccid;var ct=document.getElementsByTagName("script")[0];ct.parentNode.insertBefore(nt,ct);}
  // add_chatinline();</script><script src="js/chunk-vendors.d3a776c7.js"></script><script src="js/app.57ec7032.js"></script></body></html>                               

Whois info of domain

Domain Name: YIKEM.COM
Registry Domain ID: 2107313403_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.gname.com
Registrar URL: http://www.gname.com
Updated Date: 2025-04-02T06:32:34Z
Creation Date: 2017-03-23T03:56:26Z
Registry Expiry Date: 2026-03-23T03:56:26Z
Registrar: Gname.com Pte. Ltd.
Registrar IANA ID: 1923
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +65.65189986
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: FIONA.NS.CLOUDFLARE.COM
Name Server: PETER.NS.CLOUDFLARE.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-20T19:18:45Z <<<
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