Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - oojii.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: CloudFront
Date: Fri, 09 May 2025 22:57:22 GMT
Content-Type: text/html
Content-Length: 167
Connection: keep-alive
Location: https://oojii.com/
X-Cache: Redirect from cloudfront
Via: 1.1 a8de383ae0e22ed372880220fd20b198.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: ARN56-P1
X-Amz-Cf-Id: uqf0yW5mSmKZsobYCMVIR1QQtHK8t00vaGmd3DHoEcgnIOIV4ynVzA==

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://oojii.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: 3366
Connection: keep-alive
Date: Fri, 09 May 2025 22:57:23 GMT
Last-Modified: Tue, 30 Jan 2024 02:56:06 GMT
ETag: "d8cd4c6e6df5db1f8fc3d72ccdd0a871"
Server: AmazonS3
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 0ca6102b671acc9950502eeeca241bf8.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: ARN56-P1
X-Amz-Cf-Id: bNrH_T6-zUZPvpDab7BH_npEGSmaOssqybVU5tP5Eac2XkiJikaX7A==

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: oojii.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8"/>
    <title>Oojii - Play Free Word and Puzzle Game</title>
    <meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
    <meta name="description" content="Play free puzzle and word games. Compete for the daily high score."/>
    <meta name="keywords" content="games free free-to-play puzzle word word-games"/>
    <link rel="stylesheet" href="/style/main.css"/>
    <link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png"/>
    <link rel="icon" type="image/png" sizes="96x96" href="/images/favicon-96x96.png"/>
    <link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png"/>
    <!-- Google tag (gtag.js) -->
    <script async="async" src="https://www.googletagmanager.com/gtag/js?id=G-95Z8MKDQM4"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag() {
        dataLayer.push(arguments);
      }
      gtag("js", new Date());
      gtag("config", "G-95Z8MKDQM4");
    </script>
    <!-- Google Ads-->
    <script async="async" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9253773921965392" crossorigin="anonymous"></script>
  </head>
  <body> 
    <div id="main" class="content"><a href="/">
        <svg id="logo" width="400" height="220" viewBox="0 0 400 220" xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs">
          <path id="logo-path" d="M 135 85 A 25 25 0 0 1 85 85 L 85 85 A 25 25 0 0 1 135 85 M 209 85 A 25 25 0 0 1 159 85 L 159 85 A 25 25 0 0 1 209 85 M 236 60 L 236 132 M 236 132 A 16.666666666666668 16.666666666666668 0 0 1 202.66666666666669 132 M 263.5 60 L 263.5 110.4 M 291 60 L 291 110.4" stroke="#FFFFFF" stroke-width="20" fill="none" stroke-linecap="round"></path>
        </svg></a>
      <section>
        <div class="description">
          <h1>Free Word and Puzzle Games</h1>
          <p>
            Play original puzzle and word games online. No paid upgrades, no
            pay-to-win, just original games made to be fun!
          </p>
        </div><img src="/images/rubiks.svg" alt="Rubiks Cube" class="graphic">
      </section>
      <section class="word-grid">
        <div class="preview-images"><img src="/images/word-grid/screen2.png" alt="Word Grid Game Play Screenshot"><img src="/images/word-grid/screen1.png" alt="Word Grid Game Complete Screenshot"></div>
        <div class="description">
          <h1>Word Grid</h1>
          <p>Test your puzzle solving skills and vocabulary with this challenging game.</p>
          <p>
            Arrange the tiles so that all of the rows and columns are valid english words.
            Solve the daily puzzle and keep your winning streak going.
          </p><a href="/games/word-grid" class="button">Play Now</a>
        </div>
      </section>
      <footer><a href="/">Home</a>&nbsp;|&nbsp;<a href="/about">About</a>&nbsp;|&nbsp;<a href="/privacy">Privacy </a> | Copyright &copy; 2024</footer>
      <script src="/js/index.js" type="text/Javascript"></script>
      <script type="text/javascript">
        window.onload = () => {
          websiteMain();
        };
        
      </script>
    </div>
  </body>
</html>                               

Whois info of domain

Domain Name: OOJII.COM
Registry Domain ID: 1338713328_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.registrar.amazon
Registrar URL: http://registrar.amazon.com
Updated Date: 2024-10-18T22:04:01Z
Creation Date: 2007-11-21T23:15:53Z
Registry Expiry Date: 2025-11-21T23:15:53Z
Registrar: Amazon Registrar, Inc.
Registrar IANA ID: 468
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.2024422253
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: NS-1097.AWSDNS-09.ORG
Name Server: NS-1825.AWSDNS-36.CO.UK
Name Server: NS-505.AWSDNS-63.COM
Name Server: NS-776.AWSDNS-33.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-09T22:57:15Z <<<
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