Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - cvmks.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Wed, 07 May 2025 00:40:43 GMT
Content-Type: text/html
Content-Length: 162
Connection: keep-alive
Location: https://cvmks.com/

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://cvmks.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Wed, 07 May 2025 00:40:44 GMT
Content-Type: text/html
Content-Length: 15669
Last-Modified: Sun, 13 Feb 2022 13:59:08 GMT
Connection: keep-alive
ETag: "62090eac-3d35"
X-Powered-By: PleskLin
Accept-Ranges: bytes

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: cvmks.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" />
    <title>Domain Default page</title>
    <meta
      name="copyright"
      content="Copyright 1999-2020. Plesk International GmbH. All rights reserved."
    />
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
    <meta name="viewport" content="width=device-width,initial-scale=1" />
    <link
      rel="shortcut icon"
      href="https://assets.plesk.com/static/default-website-content/public/favicon-1db747.ico"
    />
    <link
      rel="preload"
      href="https://assets.plesk.com/static/default-website-content/public/fonts/lato-v16-latin-regular-b4d2c4.woff2"
      as="font"
      type="font/woff2"
      crossorigin=""
    />
    <style type="text/css">
      /* Copyright 1999-2020. Plesk International GmbH. All rights reserved. */

      @font-face {
        font-family: "Lato";
        font-display: swap;
        font-style: normal;
        font-weight: 400;
        src: local("Lato Regular"), local("Lato-Regular"),
          url(https://assets.plesk.com/static/default-website-content/public/fonts/lato-v16-latin-regular-b4d2c4.woff2)
            format("woff2"),
          url(https://assets.plesk.com/static/default-website-content/public/fonts/lato-v16-latin-regular-b8ee54.woff)
            format("woff");
      }

      @font-face {
        font-family: "Lato";
        font-display: swap;
        font-style: normal;
        font-weight: 700;
        src: local("Lato Bold"), local("Lato-Bold"),
          url(https://assets.plesk.com/static/default-website-content/public/fonts/lato-v16-latin-700-1efbd3.woff2)
            format("woff2"),
          url(https://assets.plesk.com/static/default-website-content/public/fonts/lato-v16-latin-700-874b8e.woff)
            format("woff");
      }

      html {
        line-height: 1.15;
        -webkit-text-size-adjust: 100%;
        box-sizing: border-box;
        height: 100%;
        font-size: 10px;
        -webkit-tap-highlight-color: transparent;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
      }

      body {
        display: flex;
        margin: 0;
        min-width: 280px;
        min-height: 100vh;
        font-size: 14px;
        line-height: 1.714em;
        font-family: "Lato", sans-serif;
        color: #222;
        word-wrap: break-word;
        background-color: #f3f3f3;
      }

      .page {
        display: flex;
        flex: 1;
        flex-direction: column;
        min-height: 100vh;
      }

      a {
        color: #03ade4;
        text-decoration: none;
        cursor: pointer;
        background-color: transparent;
        transition: 0.25s ease-in-out;
      }

      a:active,
      a:hover {
        outline: none;
      }

      a:hover {
        color: #259ccc;
      }

      p,
      ul {
        margin: 0 0 16px;
      }

      .header {
        background-color: #374758;
        background-image: url(https://assets.plesk.com/static/default-website-content/public/img/header-bg-1d0da8.svg);
      }

      .header__content {
        max-width: 960px;
        margin: auto;
        padding: 20px 20px 30px;
      }

      .header__title {
        margin: 12px 0;
        font-size: 28px;
        line-height: 1.286em;
        color: rgba(255, 255, 255, 0.9);
      }

      .header__message {
        position: relative;
        z-index: 1;
        margin: 0 0 30px;
        font-size: 16px;
        line-height: 24px;
        color: rgba(255, 255, 255, 0.9);
      }

      .header__message p,
      .header__message ul {
        margin-bottom: 0;
      }

      .note {
        position: relative;
        display: flex;
        align-items: center;
        padding: 12px;
        font-size: 16px;
        line-height: 24px;
        background-color: rgba(255, 255, 255, 0.9);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
        border-radius: 4px;
      }

      .note:after {
        content: "";
        position: absolute;
        top: -76px;
        right: 32%;
        width: 72px;
        height: 143px;
        background: url(https://assets.plesk.com/static/default-website-content/public/img/guy-508c30.png)
          no-repeat;
        background-size: contain;
      }

      .note__button {
        display: inline-block;
        margin-left: 8px;
        padding: 8px 12px 10px;
        border-radius: 4px;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        color: rgba(255, 255, 255, 0.9);
        background-color: #53bce6;
        z-index: 1;
        white-space: nowrap;
      }

      .note__message {
        flex: 1;
        z-index: 1;
      }

      .note__button:hover {
        color: rgba(255, 255, 255, 0.9);
        background-color: #03ade4;
      }

      @media (max-width: 769px) {
        .header__title br {
          display: none;
        }
      }

      @media (min-width: 768px) {
        .header__inner {
          max-width: 1280px;
          margin: auto;
          background: url(https://assets.plesk.com/static/default-website-content/public/img/header-domain-page-15b75d.png)
            100% 0 no-repeat;
          background-size: 499px 420px;
        }

        .header__content {
          padding: 40px 20px;
        }

        .header__title {
          margin: 50px 0 18px;
        }

        .header__message {
          line-height: 28px;
        }

        .note {
          padding: 24px;
          font-size: 18px;
          line-height: 28px;
        }

        .note__button {
          padding: 8px 30px 12px;
          font-size: 20px;
          line-height: 28px;
        }
      }

      .content {
        display: block;
        flex: auto;
      }

      .content__inner {
        max-width: 960px;
        margin: auto;
        padding: 26px 20px;
      }

      .content__title {
        margin: 0 0 8px;
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
      }

      .resources-list {
        display: flex;
        flex-wrap: wrap;
        padding: 16px 0 0;
        list-style: none;
        justify-content: space-around;
      }

      .resources-list__item {
        flex: 1 1 33%;
        min-width: 0;
        padding: 16px 0;
        box-sizing: border-box;
        text-align: center;
      }

      .resources-list__item > a {
        position: relative;
        display: inline-block;
        text-align: center;
      }

      .resources-list__item .icon {
        display: block;
        margin: 0 auto 8px;
        width: 48px;
        height: 48px;
        transition: 0.3s;
      }

      @media (min-width: 768px) {
        .columns {
          display: flex;
        }

        .columns__column {
          flex: 1;
          min-width: 0;
        }

        .resources-list__item > a {
          margin-left: 50px;
        }
      }

      .footer {
        flex: none;
        font-size: 13px;
        line-height: 20px;
        background-color: #374758;
        color: rgba(255, 255, 255, 0.4);
      }

      .footer a {
        color: rgba(255, 255, 255, 0.4);
        text-decoration: none;
        font-weight: bold;
      }

      .footer a:hover {
        color: rgba(255, 255, 255, 0.6);
      }

      .footer__inner {
        margin: auto;
        padding: 20px;
        max-width: 640px;
        text-align: center;
      }

      .icon-button {
        display: inline-flex;
        align-items: center;
        padding: 13px 20px;
        line-height: 20px;
        border: 1px solid #53bce6;
        border-radius: 4px;
        background-color: #eef8fc;
      }

      .icon-button:hover {
        background-color: #ddf2fb;
      }

      .icon-button__icon {
        margin: -2px 8px -8px 0;
      }
    </style>
  </head>
  <body>
    <div class="page">
      <header class="header">
        <div class="header__inner">
          <div class="header__content">
            <a
              class="header__logo"
              href="https://www.plesk.com"
              target="_blank"
              data-id="logo-link"
            >
              <img
                src="https://assets.plesk.com/static/default-website-content/public/img/logo-775316.svg"
                width="98"
                height="41"
                alt="Plesk"
              />
            </a>
            <h1 class="header__title">
              This is a default webpage generated for<br />
              <a href="file://" data-id="domain-link"></a> by Plesk.
            </h1>
            <div class="header__message">
              <p>If you are the website owner:</p>
              <ul>
                <li>
                  Log in to Plesk to manage the website and its availability.
                </li>
                <li>Use File Manager to add the website's content.</li>
              </ul>
              <p>
                Unable to manage your website? Contact your service provider.
              </p>
            </div>
            <div class="note">
              <span class="note__message"
                >Log in to Plesk to create websites and set up hosting.</span
              >
              <a
                class="note__button"
                href="https://cpanel.cloudbank.id"
                data-id="plesk-login"
                >Log in to Plesk</a
              >
            </div>
          </div>
        </div>
      </header>
      <main class="content">
        <div class="content__inner">
          <div class="columns">
            <div class="columns__column">
              <h2 class="content__title">What is Plesk</h2>
              <p>
                <b
                  ><a
                    href="https://www.plesk.com"
                    target="_blank"
                    rel="nofollow noopener noreferrer"
                    data-id="content-plesk-link"
                    >Plesk</a
                  ></b
                >
                is a hosting
                <a
                  href="https://www.plesk.com/blog/business-industry/whats-control-panel-all-you-need-to-know/"
                  target="_blank"
                  rel="nofollow noopener noreferrer"
                  data-id="content-control-panel-link"
                  >control panel</a
                >
                with simple and secure web server, website and web apps
                management tools. It is specially designed to help web
                professionals manage web, DNS, mail and other services through a
                comprehensive and user-friendly GUI. Plesk is about
                intelligently managing servers, apps, websites and hosting
                businesses, on both traditional and cloud hosting.
              </p>
              <a
                class="icon-button"
                href="https://docs.plesk.com/try-plesk-now/"
                target="_blank"
                rel="nofollow noopener noreferrer"
                data-id="try-plesk"
              >
                <img
                  class="icon-button__icon"
                  src="https://assets.plesk.com/static/default-website-content/public/img/try-online-demo-6e5f27.svg"
                  alt="Try Online Demo"
                />
                <span>Try Online Demo</span>
              </a>
            </div>
            <div class="columns__column">
              <ul class="resources-list">
                <li class="resources-list__item">
                  <a
                    class="plesk-guides"
                    href="https://docs.plesk.com/en-US/obsidian/"
                    target="_blank"
                    rel="nofollow noopener noreferrer"
                    data-id="plesk-guides"
                  >
                    <img
                      class="icon"
                      src="https://assets.plesk.com/static/default-website-content/public/img/plesk-guides-3aaef8.svg"
                      alt="Plesk Guides"
                    />
                    <span>Plesk Guides</span>
                  </a>
                </li>
                <li class="resources-list__item">
                  <a
                    href="https://support.plesk.com/hc/en-us"
                    target="_blank"
                    rel="nofollow noopener noreferrer"
                    data-id="knowledge-base"
                  >
                    <img
                      class="icon"
                      src="https://assets.plesk.com/static/default-website-content/public/img/knowlede-base-d84150.svg"
                      alt="Knowledge Base"
                    />
                    <span>Knowledge Base</span>
                  </a>
                </li>
                <li class="resources-list__item">
                  <a
                    href="https://talk.plesk.com/"
                    target="_blank"
                    data-id="forum"
                  >
                    <img
                      class="icon"
                      src="https://assets.plesk.com/static/default-website-content/public/img/forum-4b225c.svg"
                      alt="Forum"
                    />
                    <span>Forum</span>
                  </a>
                </li>
                <li class="resources-list__item">
                  <a
                    href="https://www.plesk.com/blog/"
                    target="_blank"
                    rel="nofollow noopener noreferrer"
                    data-id="developer-blog"
                  >
                    <img
                      class="icon"
                      src="https://assets.plesk.com/static/default-website-content/public/img/developers-blog-22dfe6.svg"
                      alt="Developer Blog"
                    />
                    <span>Developer Blog</span>
                  </a>
                </li>
                <li class="resources-list__item">
                  <a
                    href="https://www.youtube.com/channel/UCeU-_6YHGQFcVSHLbEXLNlA/playlists"
                    target="_blank"
                    rel="nofollow noopener noreferrer"
                    data-id="video-guides"
                  >
                    <img
                      class="icon"
                      src="https://assets.plesk.com/static/default-website-content/public/img/video-guides-b94afc.svg"
                      alt="Video Guides"
                    />
                    <span>Video Guides</span>
                  </a>
                </li>
                <li class="resources-list__item">
                  <a
                    href="https://www.facebook.com/Plesk"
                    target="_blank"
                    rel="nofollow noopener noreferrer"
                    data-id="facebook"
                  >
                    <img
                      class="icon"
                      src="https://assets.plesk.com/static/default-website-content/public/img/facebook-c06b9c.svg"
                      alt="Facebook"
                    />
                    <span>Facebook</span>
                  </a>
                </li>
              </ul>
            </div>
          </div>
        </div>
      </main>
      <footer class="footer">
        <div class="footer__inner">
          This page was generated by Plesk. Plesk is the leading WebOps platform
          to run, automate and grow applications, websites and hosting
          businesses. Learn more at
          <a
            href="https://www.plesk.com"
            target="_blank"
            rel="nofollow noopener noreferrer"
            data-id="footer-plesk-link"
            >plesk.com</a
          >
        </div>
      </footer>
    </div>
  </body>
</html>
                               

Whois info of domain

Domain Name: CVMKS.COM
Registry Domain ID: 2964549397_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.onlinenic.com
Registrar URL: http://www.onlinenic.com
Updated Date: 2025-05-04T07:27:42Z
Creation Date: 2025-03-05T08:34:51Z
Registry Expiry Date: 2026-03-05T08:34:51Z
Registrar: OnlineNIC, Inc.
Registrar IANA ID: 82
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1 833-678-1173
Domain Status: ok https://icann.org/epp#ok
Name Server: NS1.DEXDNS.NET
Name Server: NS2.DEXDNS.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-07T00:40: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