Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
308 Permanent Redirect - mxr.com
HTTP Status: 308
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Cache-Control: public, max-age=0, must-revalidate
Content-Type: text/plain
Date: Tue, 29 Apr 2025 21:10:12 GMT
Location: https://www.mxr.com/
Refresh: 0;url=https://www.mxr.com/
Server: Vercel
Strict-Transport-Security: max-age=63072000
X-Vercel-Id: arn1::jsgl6-1745961012320-6b3a740ddd30

HTTP Code 308 Permanent Redirect

308 status code is a permanent redirect that, unlike 301, ensures the request method remains unchanged.

When is Code 308 used?

  • When a resource is permanently moved while preserving the request method
  • When enforcing HTTPS without changing form submission behavior

What does Code 308 mean for the user?

The user is permanently redirected to the new URL, and the request method remains the same.

200 OK - https://mxr.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Age: 363989
Cache-Control: public, max-age=0, must-revalidate
Content-Disposition: inline
Content-Length: 9855
Content-Type: text/html; charset=utf-8
Date: Tue, 29 Apr 2025 21:10:12 GMT
Etag: "8d80cfb8481ac3ec0fb2467393641415"
Last-Modified: Fri, 25 Apr 2025 16:03:42 GMT
Server: Vercel
Strict-Transport-Security: max-age=63072000
X-Vercel-Cache: HIT
X-Vercel-Id: arn1::zf2t4-1745961012367-09775d61fe5a

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: mxr.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />

    <meta name="viewport" content="width=device-width, initial-scale=1.0" />

    <title>MXR.com</title>

    <link
      rel="apple-touch-icon"
      sizes="180x180"
      href="assets/favicon/apple-touch-icon.png"
    />
    <link
      rel="icon"
      type="image/png"
      sizes="32x32"
      href="assets/favicon/favicon-32x32.png"
    />
    <link
      rel="icon"
      type="image/png"
      sizes="16x16"
      href="assets/favicon/favicon-16x16.png"
    />
    <link rel="manifest" href="assets/favicon/site.webmanifest" />
    <meta name="msapplication-TileColor" content="#da532c" />
    <meta name="theme-color" content="#172537" />

    <style>


            @font-face {
              font-family: SourceSans3Medium;
              font-style: normal;
              font-weight: 500;
              src: url("assets/fonts/SourceSans3-Medium.ttf");
            }


            @font-face {
              font-family: Paralucent-Text-Book;
              font-style: bold;
              font-weight: 800;
              src: url("assets/fonts/Paralucent-Text-Book.woff");
            }



            @font-face {
              font-family: GreycliffCFExtraBold;
              font-style: bold;
              font-weight: 800;
              src: url("assets/fonts/GreycliffCFExtraBold/font.woff");
            }


            @font-face {
              font-family: Urbandale-Medium;
              font-style: bold;
              font-weight: 500;
              src: url("assets/fonts/UrbandaleMedium/font.woff");
            }

            @font-face {
              font-family: Urbandale-Regular;
              font-style: normal;
              font-weight: 400;
              src: url("assets/fonts/UrbandaleRegular/font.woff");
            }

            .slide-top {
            }

            html,
            body {
              height: 100%;
              overflow-y: hidden;
            }
            body {
              margin: 0;
              background-color: #000026;
            }
            .flex-container {
              height: 96%;
              padding: 0;
              margin: 0;
              display: flex;
              align-items: center;
              justify-content: center;
            }

            .row {
              width: auto;
            }
            .flex-item {
              font-family: GreycliffCFExtraBold, sans-serif;

              padding: 20px;


              margin: 10px;
              margin-top: 200px;
              line-height: 20px;
              color: #ffffff;
              font-weight: 500;
              font-size: 14vmin;
              text-align: center;

              -webkit-animation: slide-top 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
                500ms both;
              animation: slide-top 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 500ms both;
            }

            /* ----------------------------------------------
       * Generated by Animista on 2024-2-27 23:14:39
       * Licensed under FreeBSD License.
       * See http://animista.net/license for more info.
       * w: http://animista.net, t: @cssanimista
       * ---------------------------------------------- */

            /**
       * ----------------------------------------
       * animation slide-top
       * ----------------------------------------
       */
            @-webkit-keyframes slide-top {
              0% {
                -webkit-transform: translateY(0);
                transform: translateY(0);
                opacity: 0;
              }
              100% {
                -webkit-transform: translateY(-30px);
                transform: translateY(-30px);
                opacity: 1;
              }
            }
            @keyframes slide-top {
              0% {
                -webkit-transform: translateY(0);
                transform: translateY(0);
                opacity: 0;
              }
              100% {
                -webkit-transform: translateY(-30px);
                transform: translateY(-30px);
                opacity: 1;
              }
            }


            @-webkit-keyframes slide-top2 {
              0% {
                -webkit-transform: translateY(0);
                transform: translateY(0);
                opacity: 0;
              }
              100% {
                -webkit-transform: translateY(-15px);
                transform: translateY(-15px);
                opacity: 1;
              }
            }

            @keyframes slide-top2 {
              0% {
                -webkit-transform: translateY(0);
                transform: translateY(0);
                opacity: 0;
              }
              100% {
                -webkit-transform: translateY(-15px);
                transform: translateY(-15px);
                opacity: 1;
              }
            }

            .flex-item-email {
              font-family: Paralucent-Text-Book, sans-serif;

              padding-bottom: 4px;
              padding-left: 0px;
              padding-right: 0px;

              margin: 10px;
              line-height: 20px;
              color: rgb(89, 207, 34);
              font-weight: 500;
              font-size: 2.5vmin;
              text-align: center;
              margin-top: 80px;

              -webkit-animation: slide-top 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
                800ms both;
              animation: slide-top 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 800ms
                both;
            }




            .hover-underline-animation {
  display: inline-block;
  position: relative;
  padding-bottom: 12px;
}

.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  transform-origin: bottom right;
  transition: transform 0.5s ease-out;
}

.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}




/* 
.client-email {

    position: relative;
}

.client-email::after {
    content: '';
    position: absolute;
    height: 2px;
    top:1.6em;
    left: 0;
    
    width: 0;
    background: rgb(255, 255, 255);
    transition: width .3s;
}

.client-email:hover::after {
    width: 100%;
}

 */






            @media only screen and (max-width: 600px) {


              .flex-item {

              margin-top: 70px;

            }



              .flex-item-email {
                margin-top: 20px;
          font-size: 5vw;
        }



        @-webkit-keyframes slide-top2 {
              0% {
                -webkit-transform: translateY(0);
                transform: translateY(0);
                opacity: 0;
              }
              100% {
                -webkit-transform: translateY(-25px);
                transform: translateY(-25px);
                opacity: 1;
              }
            }

            @keyframes slide-top2 {
              0% {
                -webkit-transform: translateY(0);
                transform: translateY(0);
                opacity: 0;
              }
              100% {
                -webkit-transform: translateY(-25px);
                transform: translateY(-25px);
                opacity: 1;
              }
            }


            .flex-item-email {
             

             margin-top: 50px;

           }



      }






            .flex-item-email a {
              padding-bottom: 4px;
              padding-left: 0px;
              padding-right: 0px;

              margin: 10px;
              line-height: 20px;
              color: rgb(185, 185, 185);

              text-align: center;
              margin-top: 100px;
              text-decoration: none;
              padding-bottom: 4px;
              padding-left: 0px;
              padding-right: 0px;
            }




            .flex-item-email a:hover {
              padding-bottom: 4px;
              padding-left: 0px;
              padding-right: 0px;

              margin: 10px;
              line-height: 20px;
              color: rgb(255, 255, 255);

              text-align: center;
              margin-top: 100px;
              /* border-bottom: 1px solid  rgb(255, 255, 255); */
            }

            .flex-item-company-logo {
              height: 3%;
              display: flex;
              justify-content: center;

              flex-direction: column;
              justify-content: flex-end;
              align-self: last baseline;
              justify-content: center;
              align-items: center;

              -webkit-animation: slide-top2 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
                1400ms both;
              animation: slide-top2 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1400ms
                both;
            }
    </style>
  </head>
  <body>
    <div class="flex-container">
      <div class="row">
        <div class="flex-item"><div>MXR.com</div></div>
        <div class="flex-item-email">
          <a href="mailto:[email protected]"><span class="hover-underline-animation">Inquiries: [email protected]</span></a>
        </div>
      </div>
    </div>
    <div class="flex-item-company-logo">
      <a href="https://www.newreach.com/" target="_blank"
        ><img
          style="width: 34px"
          src="assets/logo-newreach.png"
          alt="Newreach logo"
      /></a>
    </div>
  </body>
</html>
                               

Whois info of domain

Domain Name: MXR.COM
Registry Domain ID: 21546500_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.website.ws
Registrar URL: http://www.domaincostclub.com
Updated Date: 2024-12-19T03:11:05Z
Creation Date: 2000-03-06T12:01:44Z
Registry Expiry Date: 2026-03-06T12:01:44Z
Registrar: Global Domains International, Inc. DBA DomainCostClub.com
Registrar IANA ID: 1463
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.7606023050
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS1.VERCEL-DNS.COM
Name Server: NS2.VERCEL-DNS.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-04-29T21:09:52Z <<<
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