Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
302 Found - xpr8.com
HTTP Status: 302
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Age: 0
Content-Length: 0
Date: Tue, 06 May 2025 10:28:05 GMT
Location: http://goedhartdigital.com
Server: Squarespace
Set-Cookie: crumb=Ba0DP/AuEzwuNjc3N2FjODhjY2Y3MWNmMGU2Y2JiMzg3MTczMzY2;Path=/
X-Contextid: fnRSPZal/V1eKWMqI

HTTP Code 302 Found (Moved Temporarily)

302 response 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.

301 Moved Permanently - http://goedhartdigital.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
keep-alive: timeout=5, max=100
content-type: text/html
content-length: 795
date: Tue, 06 May 2025 10:28:06 GMT
server: LiteSpeed
location: https://goedhartdigital.com/
x-turbo-charged-by: LiteSpeed

HTTP Code 301 Moved Permanently

301 response 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://goedhartdigital.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
keep-alive: timeout=5, max=100
x-powered-by: PHP/8.1.32
content-type: text/html; charset=utf-8
content-length: 4612
date: Tue, 06 May 2025 10:28:07 GMT
server: LiteSpeed
x-turbo-charged-by: LiteSpeed

HTTP Code 200 OK

200 response 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: xpr8.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"/>
  <title>Goedhart Digital LLC</title>
  <style>
    @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;600&display=swap');

    * {
      box-sizing: border-box;
    }

    body {
      font-family: 'Montserrat', sans-serif;
      background-color: #252525;
      color: #f0f0f0;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      min-height: 100vh;
    }

    header {
      background-color: #1c1c1c;
      padding: 20px;
      text-align: center;
      box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    }

    header h1 {
      font-size: 2rem;
      margin: 0;
      color: #f0f0f0;
      letter-spacing: 1px;
    }

    main {
      flex: 1;
      max-width: 900px;
      margin: 0 auto;
      padding: 40px 20px;
      text-align: center;
    }

    h2 {
      font-size: 1.8rem;
      color: #FF7300;
      margin-top: 30px;
      margin-bottom: 10px;
    }

    p {
      font-size: 1.1rem;
      font-weight: 300;
      line-height: 1.6;
      max-width: 700px;
      margin: 0 auto 20px;
    }

    a {
      color: #E25C36;
      text-decoration: none;
    }

    footer {
      background-color: #1c1c1c;
      text-align: center;
      padding: 20px;
      font-size: 0.8rem;
      opacity: 0.7;
      color: #aaa;
    }

    .project-grid {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
      margin-bottom: 40px;
    }
    
    .project-tile {
      width: 180px;
      height: 180px;
      background: #444 url('https://via.placeholder.com/180') center/cover no-repeat;
      filter: blur(8px);
      position: relative;
      border-radius: 8px;
      overflow: hidden;
    }
    
    .project-overlay {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #FF7300;
      font-weight: 600;
      font-size: 1.1rem;
      text-shadow: 0 0 10px #000;
      z-index: 1;
      pointer-events: none;
    }
    
    .project-tile:hover {
      filter: blur(6px);
      transform: scale(1.03);
      transition: all 0.3s ease;
    }
    
    @media (max-width: 600px) {
      .project-tile {
        width: 120px;
        height: 120px;
      }
    
      .project-overlay {
        font-size: 0.9rem;
      }
    }

    @media (max-width: 600px) {
      header h1 {
        font-size: 1.6rem;
      }

      h2 {
        font-size: 1.4rem;
      }

      p {
        font-size: 1rem;
      }
    }
  </style>
</head>
<body>

  <header>
    <img src="images/GDLogo_Smaller_Stacked_Orange-WhiteText.png" alt="Goedhart Digital Logo" style="max-width: 240px; height: auto;" />
  </header>

  <main>
    <section>
      <h2>Who We Are</h2>
      <p>
        Goedhart Digital LLC is a digital solutions provider specializing in strategic consulting, personalized software design, and end-to-end digital experiences that actually make sense. Whether it’s simplifying the complex or bringing new ideas to life, we focus on smart, human-centered solutions for real people and growing businesses.
      </p>
    </section>
    
    <section>
      <h2>Current Projects</h2>
      <p style="margin-bottom: 30px;">We’re building a few things we can’t quite talk about yet... but trust us, it’s worth the wait.</p>
      <div class="project-grid">
        <div class="project-tile">
          <div class="project-overlay">Coming Soon!</div>
        </div>
        <div class="project-tile">
          <div class="project-overlay">Top Secret 👀</div>
        </div>
        <div class="project-tile">
          <div class="project-overlay">Still Cooking 🍳</div>
        </div>
      </div>
    </section>

    <section>
      <h2>Contact</h2>
      <p>Questions, collaborations, or project inquiries? Reach out anytime.<br />
      <a href="mailto:[email protected]">[email protected]</a></p>
    </section>

    <section>
      <h2>Privacy Policy</h2>
      <p>
        Your privacy matters. We don’t sell data or track your activity beyond what's needed to improve your experience.
        <br/>
        <a href="/privacy.html" target="_blank">View Privacy Policy</a>
      </p>
    </section>
    

  </main>

  <footer>
    © 2025 Goedhart Digital LLC. All Rights Reserved.
  </footer>

</body>
</html>
                               

Whois info of domain

Domain Name: XPR8.COM
Registry Domain ID: 2965354382_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.squarespace.domains
Registrar URL: http://squarespace.domains
Updated Date: 2025-03-08T04:29:55Z
Creation Date: 2025-03-08T04:29:55Z
Registry Expiry Date: 2028-03-08T04:29:55Z
Registrar: Squarespace Domains LLC
Registrar IANA ID: 3827
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 1-646-693-5324
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS-CLOUD-E1.GOOGLEDOMAINS.COM
Name Server: NS-CLOUD-E2.GOOGLEDOMAINS.COM
Name Server: NS-CLOUD-E3.GOOGLEDOMAINS.COM
Name Server: NS-CLOUD-E4.GOOGLEDOMAINS.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-06T10:27:54Z <<<
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