Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - cccka.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Fri, 16 May 2025 19:48:49 GMT
Server: Apache/2
Upgrade: h2,h2c
Connection: Upgrade
Vary: Accept-Encoding,User-Agent
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8

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: cccka.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 http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ASC Karlsruhe, Jens Wünsch Reparaturen aller Marken und Modelle</title>
<!-- Bootstrap -->
<link href="css/bootstrap-4.4.1.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
	<link rel="icon" type="favicon.ico" href="favicon.ico">
</head>
<body>
<nav class="navbar navbar-expand-md navbar-dark bg-dark"> <a class="navbar-brand" href="index.php">ASC Karlsruhe</a>
  <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button>
  <div class="collapse navbar-collapse  w-100 order-1 order-md-0 dual-collapse2" id="navbarSupportedContent">
    <ul class="navbar-nav mr-auto">
      <li class="nav-item"> <a class="nav-link" href="index.php">Home</a> </li>
      <li class="nav-item"> <a class="nav-link" href="reparatur-aller-marken.php">Reparaturen aller Marken</a> </li>
      <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Leistungen </a>
        <div class="dropdown-menu" aria-labelledby="navbarDropdown"> 
			<a class="dropdown-item" href="inspektion.php">Service/Inspektionen</a> 
			<a class="dropdown-item" href="reifendienst.php">Reifendienst</a> 
			<a class="dropdown-item" href="tuv-au.php">TÜV / AU</a>  
			<a class="dropdown-item" href="unfallservice.php">Unfallservice</a> 
			<a class="dropdown-item" href="urlaubservice.php">Urlaubscheck</a> 
			<a class="dropdown-item" href="restauration.php">Restauration</a> </div>
      </li>
      <li class="nav-item"> <a class="nav-link" href="scheibenaustausch.php">Scheibenservice</a> </li>
    </ul>
    <div class="form-inline my-2 my-lg-0"> <a href="reparatur-aller-marken.php"><img src="images/marken.jpg" alt="Wir reparieren und warten alle Marken und Modelle"></a> </div>
  </div>
</nav>
<section>
  <div class="jumbotron jumbotron-bg text-center mt-2 ">
    <div class="container">
      <div class="row">
        <div class="col-12">
          <h1><span class="brand-color">ASC Wünsch</span> - Reparaturen aller Marken und Modelle</h1>
          <p>Wir sind Ihr zuverlässiger Ansprechpartner, wenn es um die Wartung, Reparatur oder Erhalt Ihres Fahrzeuges geht.</p>
          <p><a class="btn btn-success" href="termin.php" role="button">Mehr erfahren »</a></p>
        </div>
      </div>
    </div>
  </div>
</section>
<section>
  <div class="container">
    <div class="row">
      <div class="col-12 text-center">
        <h1>Wir sind für Sie und Ihr Fahrzeug da!&nbsp;</h1>
        <p>Sie haben einen Old- oder Youngtimer der eine Restauration benötigt? Einen Glasbruch an ihrem Fahrzeug? Dann sind Sie bei uns genau richtig! Mit unserem kompetenten Rundum-Service für alle Marken bietet Ihnen unsere Kfz-Reparaturwerkstatt Sofortservice und Lösungen zu allen anfallenden Problemen rund um ihr Fahrzeug. </p>
        <p>Auf den folgenden Internetseiten möchten wir Ihnen Einblicke in unsere tägliche Arbeit und unser Leistungsspektrum geben. Unser Team beantwortet Ihnen jederzeit gerne alle offenen Fragen.
          Nutzen Sie unsern Kontaktservice, um einen Termin zu reservieren. </p>
      </div>
    </div>
  </div>
</section>
<section>
  <div class="container mt-2">
    <div class="row">
      <div class="col-md-4 col-12">
        <ul class="list-unstyled">
          <li class="media"> <a href="inspektion.php"><img class="mr-3 ico-size" src="images/ico-inspektion.jpg" alt="Inspektionen / Service"></a>
            <div class="media-body">
              <h5 class="mt-0 mb-1">Inspektionen / Service</h5>
              Inspektionen nach Herstellervorgaben mit Qualitäts-Ersatzteilen sowie hochwertigen Ölen</div>
          </li>
        </ul>
      </div>
      <div class="col-md-4 col-12">
        <ul class="list-unstyled">
          <li class="media"> <a href="tuv-au.php"><img class="mr-3 ico-size" src="images/ico-tuv.jpg" alt="TÜV / AU"></a>
            <div class="media-body">
              <h5 class="mt-0 mb-1">TÜV / AU</h5>
              Sicher durch die Haupt- und Abgasuntersuchung </div>
          </li>
        </ul>
      </div>
      <div class="col-md-4 col-12">
        <ul class="list-unstyled">
          <li class="media"> <a href="unfallservice.php"><img class="mr-3 ico-size" src="images/ico-unfall.jpg" alt="Unfallservice und Instandsetzung"></a>
            <div class="media-body">
              <h5 class="mt-0 mb-1">Unfallservice und Instandsetzung</h5>
              Professionelle Reparatur und Instandsetzung</div>
          </li>
        </ul>
      </div>
    </div>
  </div>
</section>
<section>
  <div class="container mt-2">
    <div class="row">
      <div class="col-md-4 col-12">
        <ul class="list-unstyled">
          <li class="media"> <a href="termin.php"><img class="mr-3 ico-size" src="images/ico-klima.jpg" alt="Klimaservice"></a>
            <div class="media-body">
              <h5 class="mt-0 mb-1">Old- und Youngtimer</h5>
              Mit Herz und Seele sind wir für Ihren Old- oder Youngtimer da. </div>
          </li>
        </ul>
      </div>
      <div class="col-md-4 col-12">
        <ul class="list-unstyled">
          <li class="media"> <a href="reparatur-aller-marken.php"><img class="mr-3 ico-size" src="images/ico-bremsen.jpg" alt="Bremsen &amp; Kupplung"></a>
            <div class="media-body">
              <h5 class="mt-0 mb-1">Bremsen &amp; Kupplung</h5>
              Wartung und Reparaturen rund um Ihr Fahrzeug. </div>
          </li>
        </ul>
      </div>
      <div class="col-md-4 col-12">
        <ul class="list-unstyled">
          <li class="media"> <a href="reifendienst.php"><img class="mr-3 ico-size" src="images/ico-reifen.jpg" alt="Reifendienst"></a>
            <div class="media-body">
              <h5 class="mt-0 mb-1">Reifendienst</h5>
              Mit uns halten Sie in jeder Jahreszeit und bei jeder Witterungslage sicher die Spur </div>
          </li>
        </ul>
      </div>
    </div>
  </div>
</section>
<section>
  <div class="container mt-2">
    <div class="row">
      <div class="col-md-4 col-12">
        <ul class="list-unstyled">
          <li class="media"> <a href="urlaubservice.php"><img class="mr-3 ico-size" src="images/ico-urlaub.jpg" alt="Urlaubscheck"></a>
            <div class="media-body">
              <h5 class="mt-0 mb-1">Urlaubscheck</h5>
              Lassen Sie daher Ihr Auto vor Urlaubsantritt gründlich von uns prüfen und mögliche Mängel beseitigen. </div>
          </li>
        </ul>
      </div>
      <div class="col-md-4 col-12">
        <ul class="list-unstyled">
          <li class="media"> <a href="restauration.php"><img class="mr-3 ico-size" src="images/ico-restauration.jpg" alt="Restauration"></a>
            <div class="media-body">
              <h5 class="mt-0 mb-1">Restauration</h5>
              Klassische Fahrzeuge reparieren, restaurieren und warten. </div>
          </li>
        </ul>
      </div>
      <div class="col-md-4 col-12">
        <ul class="list-unstyled">
          <li class="media"> <a href="scheibenaustausch.php"><img class="mr-3 ico-size" src="images/ico-scheiben.jpg" alt="Scheibenservice"></a>
            <div class="media-body">
              <h5 class="mt-0 mb-1">Scheibenservice</h5>
              Glasscheibe reparieren oder tauschen. </div>
          </li>
        </ul>
      </div>
    </div>
  </div>
</section>
    <section class="service-bg">
      <div class="container ">
        <div class="row">
          <div class="col-12 text-center">
			  <h3><span class="brand-color">Inspektion gefällig? </span> Machen Sie  einen Termin  aus!</h3>
            <p>Wir sind Ihr zertifizierter Servicepartner für alle Hersteller und Modelle. <br>
            Mit modernster Technik und Equipment warten wir Ihr Fahrzeug nach Herstellervorgaben.&nbsp;</p>
			  <a class="btn btn-success" href="termin.php" role="button">Terminanfrage »</a>
           
          </div>
        </div>
      </div>
    </section>
<footer class="footer">
  <div class="section padding20">
    <div class="container">
      <div class="row">
        <div class="col-md-4 col-12">
          <h4 class="brand-color">ASC Wünsch</h4>
          <address>
          Jens Wünsch<br>
          Lorenzstraße 21<br>
          76297 Stutensee<br>
          <br>
          Telefon: 07244 9463775
          </address>
        </div>
        <div class="col-md-4 col-12 withepadding text-center"> <a href="termin.php"><img class="mr-3 ks-size" src="images/ks-autoglas.jpg" alt="KS-Autoglas"></a>
          <address class="text-center">
          <strong>Steinschlag-Reparaturen &amp;&nbsp;Scheibenwechsel</strong>
          </address>
        </div>
        <div class="col-md-4 col-12 text-right">
          <h4 class="brand-color">Intern</h4>
          <a href="impressum.php">Impressum</a><br>
			<a href="kontakt.php">Kontakt </a> <br>
			<a href="termin.php"> Termin vereinbaren</a> <br>
			<a href="dsgvo.php">Datenschutz</a> </div>
      </div>
    </div>
  </div>
  <hr>
  <div class="container">
    <div class="row">
      <div class="col-12">
        <p>Copyright © ASC-Wünsch. All rights reserved. || Hosting &amp; Webdesign by <a href="https://mypoint.de/" target="_blank">MYPOINT</a></p>
      </div>
    </div>
  </div>
</footer>

<!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> 
<script src="js/jquery-3.4.1.min.js"></script> 
<!-- Include all compiled plugins (below), or include individual files as needed --> 
<script src="js/popper.min.js"></script> 
<script src="js/bootstrap-4.4.1.js"></script>
</body>
</html>                               

Whois info of domain

Domain Name: CCCKA.COM
Registry Domain ID: 1522056264_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.registrar.internetx.com
Registrar URL: http://www.internetx.com
Updated Date: 2024-10-01T07:18:42Z
Creation Date: 2008-09-30T14:35:41Z
Registry Expiry Date: 2025-09-30T14:35:41Z
Registrar: InterNetX GmbH
Registrar IANA ID: 151
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +49.94159559480
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: A.NS14.NET
Name Server: B.NS14.NET
Name Server: C.NS14.NET
Name Server: D.NS14.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-16T19:48:32Z <<<
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