Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
302 Found - ib9ib.com
HTTP Status: 302
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Mon, 05 May 2025 23:47:31 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 40
Connection: keep-alive
Location: https://ibgib.com
X-Served-By: Namecheap URL Forward
Server: namecheap-nginx

HTTP Code 302 Found (Moved Temporarily)

http status code 302 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.

200 OK - https://ibgib.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Content-Type: text/html
Content-Length: 8352
Connection: keep-alive
Last-Modified: Thu, 17 Apr 2025 22:34:42 GMT
Server: AmazonS3
Date: Mon, 05 May 2025 03:08:05 GMT
ETag: "28f11916f0912557c46d25acbf0c512d"
Vary: Accept-Encoding
X-Cache: Hit from cloudfront
Via: 1.1 8a7b11c8a73c9363e6dd587e2c39686e.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: HEL51-P3
X-Amz-Cf-Id: tOOBe6ipdNcO3VUvbhIBlLVnAuti-kIDNKJruvORfBynIQnwWH_vJg==
Age: 74367

HTTP Code 200 OK

http status code 200 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: ib9ib.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="en-US">

<head>
  <meta charset="utf-8" />
  <meta name="viewport" content="width=device-width" />
  <meta name="ibgib-app-id" content="8d6217327e6490650169be9cb22a0b25" />
  <!-- <link rel="manifest" href="manifest.json" crossorigin="use-credentials"> -->
  <title>🚧 ibgib.com 🚧</title>
  <script type="importmap">
    {
        "imports": {
            "@ibgib/helper-gib/": "./node_modules/@ibgib/helper-gib/",
            "@ibgib/encrypt-gib/": "./node_modules/@ibgib/encrypt-gib/",
            "@ibgib/ts-gib/": "./node_modules/@ibgib/ts-gib/",
            "@ibgib/core-gib/": "./node_modules/@ibgib/core-gib/",
            "@google/generative-ai": "https://esm.run/@google/generative-ai"
        }
    }
    </script>
  <link rel="stylesheet" type="text/css" href="/styles.css">
  <script type="module" src="index.mjs" defer></script>
  <!-- <script type="module" src="bootstrap.mjs" defer></script> -->
</head>

<body>
  <dialog id="fullscreen-dialog">
    <div id="fullscreen-dialog-content" class="fullscreen-dialog-content">
      <div id="fullscreen-dialog-header" class="fullscreen-dialog-header">
        <h2 id="fullscreen-dialog-title"></h2>
      </div>
      <!-- Dialog body (for message or prompt) -->
      <div id="fullscreen-dialog-body" class="fullscreen-dialog-body">
        <div id="fullscreen-dialog-message"></div>
        <!-- NEW: Prompt input (initially collapsed) -->
        <input type="text" id="fullscreen-dialog-prompt-input" class="collapsed">
      </div>
      <div id="fullscreen-dialog-footer" class="fullscreen-dialog-footer">
        <button id="fullscreen-dialog-ok-button" class="dialog-button">OK</button>
        <button id="fullscreen-dialog-cancel-button" class="dialog-button">Cancel</button>
      </div>
    </div>
  </dialog>

  <div id="app-shell" class="app-shell">

    <div id="header-panel" class="header-panel">
      <div id="header-panel-header" class="panel-header">
        🚧 <a id="ibgib-com-title-link" href="#/apps/web1/gib/home.html">ibgib.com</a> 🚧
      </div>
      <div id="header-panel-content" class="header-panel-content panel-content">

      </div>
    </div>

    <div id="panel-container" class="panel-container">
      <div id="left-panel" class="left-panel expanded">
        <div id="left-panel-header" class="left-panel-header panel-header">
          <span id="web10-tab-button" class="panel-tab-button active" title="Web 1.0 Navigation">
            Web1
          </span>
          <span id="project-explorer-tab-button" class="panel-tab-button" title="Project Explorer">
            Projects
          </span>
          <!-- <span id="tag-explorer-tab-button" class="panel-tab-button" title="Tag Explorer">
            Tags
          </span> -->
        </div>
        <div id="left-panel-content" class="left-panel-content panel-content">

          <!-- Tab content - web 1.0 -->
          <div id="web10-tab-content" class="tab-content">
            <!-- <div id="web10-tab-content" class="tab-content panel-content"> -->
            <nav id="web1-nav" class="web1-nav">
              <ul>
                <!-- I had to enclose the a tags with li to get margin formatting correct. -->
                <li><a href="#/apps/web1/gib/home.html">Home</a></li>
                <li><a href="#/apps/web1/gib/funding.html">Funding</a></li>
                <!-- <li><a href="#/apps/web1/gib/challenges.html">Challenges</a></li> -->
                <li><a href="#/apps/web1/gib/faq.html">FAQ</a></li>
                <li><a href="#/apps/web1/gib/links.html">Links</a></li>
                <li><a href="#/apps/web1/gib/blog.html">Blog</a></li>
                <li><a href="#/apps/web1/gib/about.html">About</a></li>
                <li><a href="#/apps/web1/gib/contact.html">Contact</a></li>
                <!-- <li><a href="#/apps/web1/gib/fasdfkjweoifjewoij.html">testing unvisited links</a></li> -->
              </ul>
            </nav>
          </div>

          <!-- Tab content - project list blank-gib canvas -->
          <div id="project-explorer-tab-content" class="tab-content collapsed">
            <h3>🚧WIP🚧</h3>
            <ul id="project-list" class="project-list">
              <!-- This is just a stub of a content for a project list -->
              <!-- Project/Agent list items -->
              <li><a href="#/apps/web1/gib/about-projects.html">About Projects</a></li>
              <li><a href="#/apps/projects/gib/projects">new "project"</a></li>
              <li><a href="#/apps/projects/gib/canvas">ai canvas playground</a></li>
            </ul>
          </div>

          <!-- Tab content - user's tags -->
          <div id="tag-explorer-tab-content" class="tab-content collapsed">
            <nav id="tag-nav" class="tag-nav">
              <p>loading...</p>
              <!-- tag nav anchors are populated at runtime here during
            blank-canvas app init tags -->
            </nav>
          </div>

        </div>
        <div id="left-panel-footer" class="left-panel-footer">
          <span id="left-panel-collapse-handle" class="panel-collapse-handle panel-handle" title="Collapse Panel">
            <!-- collapse -->
            ⭠
          </span>
          <span id="left-panel-maximize-handle" class="panel-maximize-handle panel-handle" title="Maximize Panel">
            <!-- 🗖 -->
            ⛶
          </span>
          <span id="left-panel-expand-handle" class="panel-expand-handle collapsed panel-handle" title="Expand Panel">
            <!-- ⭢ -->
            ⤢
          </span>
        </div>
      </div>

      <div id="center-panel" class="center-panel">
        <div id="center-panel-header" class="panel-header">
          <!-- Project/Agent tab buttons will go here -->
        </div>
        <main id="center-panel-content" class="center-content panel-content">
          <!-- dynamically injected on nav to projects -->
          <!-- <canvas id="canvas" width="600" height="600"></canvas> -->

          <div class="paramecium-loader">
            <div class="paramecium-body">
              <div class="paramecium-nucleus"></div>
            </div>
            <div class="loading-text">Loading...</div>
          </div>

        </main>
        <div class="center-panel-footer panel-footer"></div>
      </div>

      <div id="right-panel" class="right-panel expanded">
        <div id="right-panel-header" class="right-panel-header panel-header">
          <span id="chat-log-tab-button" class="panel-tab-button active" title="Global Chat Log">
            Chat Log
          </span>
        </div>
        <div id="right-panel-content" class="right-panel-content panel-content">
          <div id="primary-agent-chat-log" class="chat-log tab-content"></div>
        </div>
        <div id="right-panel-footer" class="right-panel-footer">
          <span id="right-panel-maximize-handle" class="panel-maximize-handle panel-handle" title="Maximize Panel">
            <!-- 🗖 -->
            ⛶
          </span>
          <span id="right-panel-expand-handle" class="panel-expand-handle collapsed panel-handle" title="Expand Panel">
            <!-- ⭠ -->
            ⤢
          </span>
          <span id="right-panel-collapse-handle" class="panel-collapse-handle panel-handle" title="Collapse Panel">
            <!-- collapse -->
            ⭢
          </span>
        </div>
      </div>
    </div>

    <div id="footer-panel" class="footer-panel">
      <div class="panel-header">
        <span id="footer-panel-collapse-handle" class="panel-collapse-handle panel-handle" title="Collapse Panel">
          ↓
        </span>
        <span id="footer-panel-expand-handle" class="panel-expand-handle panel-handle collapsed" title="Expand Panel">
          <!-- ↑ -->
          ⤢
        </span>
        <span id="footer-panel-maximize-handle" class="panel-maximize-handle panel-handle" title="Maximize Panel">
          <!-- 🗖 -->
          ⛶
        </span>
      </div>
      <div id="footer-input-container" class="panel-content footer-input-container">
        <textarea id="primary-agent-input" class="agent-input" placeholder="agent loading..." readonly></textarea>
        <button id="primary-agent-input-send-btn" class="send-btn"><b>❯</b></button>
      </div>
    </div>

  </div>
</body>

</html>
                               

Whois info of domain

Domain Name: IB9IB.COM
Registry Domain ID: 2252915227_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.namecheap.com
Registrar URL: http://www.namecheap.com
Updated Date: 2025-03-17T07:40:10Z
Creation Date: 2018-04-16T15:42:29Z
Registry Expiry Date: 2026-04-16T15:42:29Z
Registrar: NameCheap, Inc.
Registrar IANA ID: 1068
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.6613102107
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: DNS1.REGISTRAR-SERVERS.COM
Name Server: DNS2.REGISTRAR-SERVERS.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-05T23:47: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