Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - eeveq.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
Last-Modified: Tue, 19 Mar 2024 15:38:41 GMT
Accept-Ranges: bytes
ETag: "1b0785137ada1:0"
Server: Microsoft-IIS/8.5
X-Powered-By: ASP.NET
Date: Wed, 21 May 2025 04:35:25 GMT
Content-Length: 6148

HTTP Code 200 OK

200 OK 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: eeveq.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>Parkeer pagina</title>


    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300;1,400&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">


</head>




<style>

    body {
        font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
    }

.centered {
  padding-right: calc((100% - 1312px)/2);
  padding-left: calc((100% - 1312px)/2);
}

.navBar {
     display:flex;
     justify-content: space-between;
     height:50px
}




.bannerBox {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bannerBox p{
    font-size:30px;
    font-weight: 400;
}


.center {
    margin: 0 auto;
    position: relative;
    max-width: 1100px;
}


.CBtn {
    padding: 11px 20px;
    display: block;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    background: #0f36a9;
    border: none;
    cursor: pointer;
    box-shadow: rgba(0,0,0,.12) 0 1px 3px, rgba(0,0,0,.24) 0 1px 2px;
}

.ArrowList  {
    margin-top: 30px;
    padding: 0 10px;
    list-style: none;
}



.ArrowList li {

    padding-bottom: 32px;
    display: block;
}

.ArrowList li  {
    padding-left: 58px;
    position: relative;
    font-size: 18px;
    text-decoration: none;
    color: #3a3a3a;
}



.ArrowList li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 30px;
    height: 27px;
    background: url(Arrow_arrow_Link.svg) left top/100% no-repeat;
}


.nList {
    padding:0;
    display: block;
}

.nList li {

    padding-bottom: 32px;
    display: block;
}


h1 {
    margin:0 auto;
    padding-top:100px;
    font-size: 52px;
}

.titleBlock{
    text-align:center;
    color:white;
}

.B_overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 500px;
}

.ImgCBox{
    display: flex;
    justify-content: space-between;
    padding-top:80px;
    padding-bottom: 80px;
}



.bckgGrey {
    background-color: #f1f1f1;
}

.ImgCBox .content{
    width:50%;
}

.ImgCBox figure{
    width:40%;
    margin:0
}

.ImgCBox img {
    width: 100%;
    border-radius: 10px;
}

h2 {
    margin-bottom:40px;
    font-size: 32px;
    color:#0f36a8;
}
.footer_C{
    background-color: #001824;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


@media only screen and (max-width:1312px) {
	
	.centered {
		padding-left: 40px;
		padding-right: 40px
	}
	

	}


    @media only screen and (max-width:979px) {
	
	
        .ImgCBox {
        display: block;
        width: 100%;
       
    }

    h2 {

    font-size: 36px;
    }
    

     
    .centered {
        padding-left: 20px;
        padding-right: 20px
    }

    .ImgCBox figure {
    width: 100%;
}

.ImgCBox .content {
    width: 100%;
}

}

@media only screen and (max-width:767px) {
   

    .ImgCBox figure {
    display:none;
    }

.ImgCBox .content {
    width: 100%;
}
    
}



</style>
<body>

    <header class="centered">


        <nav class="navBar">


        </nav>



    </header>

    <main>
        <div class="bannerBox" style="background-image:url(banner.jpg)">
            <div class="B_overlay">
        <div class="center">
            <div class="titleBlock">
            <h1>Bezet</h1>
            <p>Deze domeinnaam is al geregistreerd</p>

             </div>
            </div>
        </div>

    </div>
    </main>

    <section id="home">
        <div class="centered ImgCBox" >
            <div class="content">
            <h2>Je eigen website? Een goed idee!</h2>
       <p>Want je vergroot je online zichtbaarheid, wint er klanten mee én haalt meer omzet binnen. Dat zit zo:</p>

            <ul class="ArrowList">
                <li>Elke seconde wordt er 99.000 keer gegoogeld. Dat zijn 99.000 kansen per seconde die voor het grijpen liggen als je met jouw website in de zoekresultaten verschijnt.</li>

<li>Meer dan 6 op 10 mensen krijgt meer vertrouwen in een onderneming als die een eigen website heeft. Net dat vertrouwen geeft de doorslag om ook klant te worden.</li>

<li>Wist je dat Belgen meer dan 165 miljoen keer per jaar iets kopen op het internet? Ook jouw omzet neemt ongetwijfeld toe dankzij je website.
				</li>
            </ul>
        </div>

        <figure>
            <img src="Domain_s.jpg" alt="Domain search img">
        </figure>

    </div>
    </section>

    <section id="about">
        <div class="centered ImgCBox bckgGrey" style=" flex-direction: row-reverse;">
     


            <div class="content">
            <h2>Geef je website een extra boost</h2>
       <p>De stap naar je eigen website is makkelijker dan ooit. Voor jou en voor je concurrenten. Hoe val jij dan harder op?</p>

            <ul class="ArrowList">
                <li>Verleid je volgers op sociale media om je website te bezoeken. Het is tenslotte op je website dat mensen alle belangrijke informatie over jou en je onderneming terugvinden.</li>

<li>Verstuur persoonlijke e-mailcampagnes met een e-mailadres dat eindigt op je eigen domeinnaam. Komt professioneel over, maar zet meteen ook het adres van je website extra in de verf.</li>

<li>Houd de inhoud op je website up-to-date. Bezoekers komen graag terug om iets nieuws te lezen, maar ook zoekmachines belonen je voor actuele teksten.</li>


            </ul>
        </div>




        <figure>
            <img src="Tips_Domain.jpg" alt="Domain search img">
        </figure>

        </div>


    </section>





</body>
</html>
                               

Whois info of domain

Domain Name: EEVEQ.COM
Registry Domain ID: 2894701614_DOMAIN_COM-VRSN
Registrar WHOIS Server: https://whois.nomeo.com
Registrar URL: https://www.nomeo.be/
Updated Date: 2024-06-28T15:10:18Z
Creation Date: 2024-06-28T15:10:18Z
Registry Expiry Date: 2025-06-28T15:10:18Z
Registrar: Nomeo BV
Registrar IANA ID: 4148
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +32.93952390
Domain Status: ok https://icann.org/epp#ok
Name Server: NS53.BE
Name Server: NS53.IO
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-21T04:35:12Z <<<
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