Sunucu yanıtını kontrol edin

Sunucu yanıtı
NS kayıtları
Whois alanı
Yanıt başlıkları
İstek başlıkları
Ham HTML kodu
200 OK - ceclv.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: openresty/1.27.1.2
Date: Sat, 31 May 2025 00:58:11 GMT
Content-Type: text/html
Content-Length: 5827
Connection: keep-alive
Vary: Accept-Encoding
Last-Modified: Sun, 13 Oct 2024 04:40:03 GMT
ETag: "16c3-624545047cec0"
X-Webcom-Cache-Status: BYPASS
Accept-Ranges: bytes

HTTP Kodu 200 OK

200 durum kodu, standart bir başarılı HTTP sunucu yanıtıdır. Bu, istemcinin isteğinin (örneğin, bir tarayıcıdan) başarıyla işlendiği ve sunucunun istenen verileri ilettiği anlamına gelir.

Kod 200 ne zaman kullanılır?

  • Bir web sayfası yüklenirken
  • Bir API yanıtı başarıyla alındığında
  • Bir form veya başka bir HTTP isteği işlenirken

Kod 200 kullanıcı için ne anlama gelir?

Kullanıcı içeriği hatasız alır ve sayfa veya uygulama düzgün çalışır. Kod 200'e veri eşlik ediyorsa, tarayıcı veya program bunu işler ve kullanıcıya görüntüler.

GET / HTTP/1.1
Host: ceclv.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>Home</title>
    <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
    <link rel="stylesheet" href="/css/site.css"/>
    <script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-cuYeSxntonz0PPNlHhBs68uyIAVpIIOZZ5JqeqvYYIcEL727kskC66kF92t6Xl2V" crossorigin="anonymous"></script>
</head>
<body>
    <header>
        <nav class="navbar navbar-expand-sm navbar-toggleable-sm navbar-light bg-white border-bottom box-shadow mb-3">
            <div class="container">
                <a class="navbar-brand" href="/index.html">Cutting Edge Cabinets</a>
                <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target=".navbar-collapse" aria-controls="navbarSupportedContent"
                        aria-expanded="false" aria-label="Toggle navigation">
                    <span class="navbar-toggler-icon"></span>
                </button>
                <div class="navbar-collapse collapse d-sm-inline-flex justify-content-between">
                    <ul class="navbar-nav flex-grow-1">
                        <li class="nav-item">
                            <a class="nav-link text-dark active" href="/index.html">Home</a>
                        </li>
                        <li class="nav-item">
                            <a class="nav-link text-dark" href="/about.html">About Us</a>
                        </li>
                        <li class="nav-item">
                            <a class="nav-link text-dark" href="contact.html">Contact Us</a>
                        </li>
                    </ul>
                </div>
            </div>
        </nav>
    </header>

     <!-- Background image -->
    
     <div id="intro" class="container p-5 text-center bg-image shadow-1-strong">
    <div class="mask">
    <div class="d-flex justify-content-center align-items-center h-100">
      <div class="text-white px-4">
        <h1 class="mb-3">Cutting Edge Cabinets - Coming Soon!</h1>

        <!-- Time Counter -->
        <!--<h3 id="time-counter" class="border border-light my-4 p-4">Coming 9/30/2023</h3>-->

        <h4>We're redesigning our website to better serve you!</h4>

        <h4>Until then feel free to sign up below if you would like us to let you know when we're back.</h4>

            <a class="btn btn-outline-light btn-lg m-2" href="/about.html" role="button">About Us</a>

            <a class="btn btn-outline-light btn-lg m-2" href="/contact.html" role="button">Contact Us</a>
      </div>
    </div>
  </div>
</div>

<!-- Background image -->

<!--Main layout-->
<main class="mt-5">
<div class="container">
  <!--Section: Content-->
  <section>
      <div>
          <h2 class="text-center">Our Services:</h2>
          </br>
      </div>
    <div class="row">
      <div class="col-md-4 gx-5 mb-4 d-lg-flex">
        <div>
          <h4><strong>Residential</strong></h4>
          <p class="servicesText">
             Our custom residential architectural millwork includes:
             <ul>
                 <li>
                     Bathrooms
                 </li>
                 <li>
                     Kitchens
                 </li>
                 <li>
                     Entertainment Centers
                 </li>
                 <li>
                     Home Office
                 </li>
                 <li>
                     Furniture
                 </li>
                 <li>
                     and more
                 </li>           
             </ul>
          </p>
        </div>
      </div>

      <div class="col-md-4 gx-5 mb-4 d-lg-flex">
       <div>
         <h4><strong>Commercial</strong></h4>
          <p class="servicesText">
             Our custom commercial architectural millwork includes:
             <ul>
                 <li>
                     Bars and Restaurants
                 </li>
                 <li>
                     Casino
                 </li>
                 <li>
                     Retail
                 </li>
                 <li>
                     Receptions
                 </li>
                 <li>
                     Offices
                 </li>
                 <li>
                     Institutional Projects
                 </li>
                 <li>
                     Churches
                 </li>
                           
             </ul>
         </p>
        </div>
       </div>
      <div class="col-md-4 gx-5 mb-4 d-lg-flex">
        <div>
          <h4><strong>Specialty</strong></h4>
           <p class="servicesText">
              Our custom specialty architectural millwork is only limited to the laws of physics and reality!
           </p>
        </div>
      </div>
    </div>
  </section>
  <!--Section: Content-->
</div>
</main>
<!--Main layout-->



    <!--Footer-->
    <footer class="bg-light text-lg-start">
        <!-- Copyright -->
        <div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2);">
            DateTime.Now.Year Copyright: Cutting Edge Cabinets
        </div>
        <!-- Copyright -->
    </footer>
    <!--Footer-->

</body>
</html>                               

Alan adının whois bilgisi

Domain Name: CECLV.COM
Registry Domain ID: 207555145_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.networksolutions.com
Registrar URL: http://networksolutions.com
Updated Date: 2022-09-13T21:50:33Z
Creation Date: 2005-09-10T05:58:59Z
Registry Expiry Date: 2025-09-10T05:58:59Z
Registrar: Network Solutions, LLC
Registrar IANA ID: 2
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.8777228662
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS63.WORLDNIC.COM
Name Server: NS64.WORLDNIC.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-31T00:58:14Z <<<
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