Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - copo2.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Wed, 30 Apr 2025 13:01:28 GMT
Server: Apache/2.4.63 (Unix)
Location: https://copo2.ai/
Content-Length: 225
Content-Type: text/html; charset=iso-8859-1

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://copo2.ai/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Wed, 30 Apr 2025 13:01:28 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
X-Powered-By: PHP/7.3.33
X-Powered-By: PleskLin

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: copo2.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 http-equiv="X-UA-Compatible" content="IE=edge">
    <meta charset="utf-8"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>

    <title>Home - Copo2.ai</title>

    <meta name="description" content="COPO2 is an innovative company that realizes and integrates operational solutions that are based
        on the power of artificial intelligence.">
    <meta name="keywords" content="COPO2, COPO2.ai">

    <meta name="robots" content="index, follow">
    <meta name="mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-status-bar-style" content="default">

    <link rel="apple-touch-icon" sizes="57x57" href="./img/icons/apple-icon-57x57.png">
    <link rel="apple-touch-icon" sizes="60x60" href="./img/icons/apple-icon-60x60.png">
    <link rel="apple-touch-icon" sizes="72x72" href="./img/icons/apple-icon-72x72.png">
    <link rel="apple-touch-icon" sizes="76x76" href="./img/icons/apple-icon-76x76.png">
    <link rel="apple-touch-icon" sizes="114x114" href="./img/icons/apple-icon-114x114.png">
    <link rel="apple-touch-icon" sizes="120x120" href="./img/icons/apple-icon-120x120.png">
    <link rel="apple-touch-icon" sizes="144x144" href="./img/icons/apple-icon-144x144.png">
    <link rel="apple-touch-icon" sizes="152x152" href="./img/icons/apple-icon-152x152.png">
    <link rel="apple-touch-icon" sizes="180x180" href="./img/icons/apple-icon-180x180.png">
    <link rel="icon" type="image/png" sizes="192x192"  href="./img/icons/android-icon-192x192.png">
    <link rel="icon" type="image/png" sizes="32x32" href="./img/icons/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="96x96" href="./img/icons/favicon-96x96.png">
    <link rel="icon" type="image/png" sizes="16x16" href="./img/icons/favicon-16x16.png">
    <link rel="manifest" href="./img/icons/manifest.json">
    <meta name="msapplication-TileColor" content="#1947E0">
    <meta name="msapplication-TileImage" content="./img/icons/ms-icon-144x144.png">
    <meta name="theme-color" content="#1947E0">


    <link href='https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700&display=swap' rel='stylesheet'>
    <script src="https://kit.fontawesome.com/b6913b523b.js" crossorigin="anonymous"></script>
    <link rel="stylesheet" href="css/style.css?ver=1.9">
</head>
<body>

<!-- NAVBAR -->

<script>
    function toggleNav() {
        let display = document.getElementById("navlinks").style.display;
        if (display === "none" || display === "") {
            display = "unset";
            if(document.getElementsByTagName("video")[0]){
                document.getElementsByTagName("video")[0].style.marginTop = "293px";
            } else{
                document.getElementsByClassName("container")[1].style.marginTop = "293px";
            }

        } else {
            display = "none";
            if(document.getElementsByTagName("video")[0]){
                document.getElementsByTagName("video")[0].style.marginTop = "0";
            } else{
                document.getElementsByClassName("container")[1].style.marginTop = "0";
            }
        }
        document.getElementById("navlinks").style.display = display;
    }
</script>
<div class="navbar">
    <div class="container con-nav">
        <a href="./">
            <img id="logoHeader" src="img/Color_Transparant.webp" onerror="this.src='img/Color_Transparant.png'"
                 alt="COPO2.ai">
        </a>
        <a href="javascript:void(0);" class="navlink icon" onclick="toggleNav()">
            <i class="fa fa-bars"></i>
        </a>

        <a class="navlink nav-yt" href="https://www.youtube.com/channel/UCeKuNZMls7GiCX5zt5a8qfA" target="_blank"><i
                    class="fab fa-youtube"></i></a>
        <a class="navlink nav-li" href="https://www.linkedin.com/company/copo2-ai/" target="_blank"><i
                    class="fab fa-linkedin"></i></a>
        <div id="navlinks">
            <a class='navlink desktop' href='contact.php'>Contact</a><a class='navlink desktop' href='about.php'>About</a>                    <div class="dropdown">
                        <button class="dropbtn">
                            Services                            <i class="fa fa-caret-down"></i>
                        </button>
                        <div class="dropdown-content">
                            <a class='navlink' href='ai-workshop.php'>AI Workshop</a><a class='navlink' href='projectmanagement.php'>Projectmanagement</a><a class='navlink' href='pilots-and-research.php'>Pilots & Research</a>                        </div>
                    </div>
                                        <div class="dropdown">
                        <button class="dropbtn">
                            Solutions                            <i class="fa fa-caret-down"></i>
                        </button>
                        <div class="dropdown-content">
                            <a class='navlink' href='quality-inspection.php'>Quality Inspection</a><a class='navlink' href='object-localization.php'>Object Localization</a><a class='navlink' href='object-surveillance.php'>Object Surveillance</a><a class='navlink' href='predictive-modelling.php'>Predictive Modelling</a><a class='navlink' href='bi-dashboards.php'>BI Dashboards</a>                        </div>
                    </div>
                    <a class='navlink active desktop' href='index.php'>Home</a>        </div>
    </div>
</div>



<!-- BANNER -->
<video autoplay muted loop id="homePromo">
    <source src="media/home_promo_web.mp4" type="video/mp4">
</video>

<!-- ABOUT US -->

<div class="container">
    <h2 class="header">WHAT WE DO</h2>
    <p class="mb-100 center">COPO2 is an innovative company that realizes and integrates operational solutions that are
        based on the power of artificial intelligence. We are the linking pin between AI knowledge and operational
        success. As we consider artificial intelligence as a crucial factor in automation of processes, we have a strong
        focus on the ongoing development and application of state-of-the-art algorithms.
    </p>
</div>
<br>

<!-- FOOTER -->
<footer>
    <div class="container small">
        <!--        LOGO-->
        <img id="logoFooter" src="img/White_TransparantBackground.webp"
             onerror="this.src='img/White_TransparantBackground.png'">
        <!--        Address-->
        <span class="mobile-footer-text bold">Contact Us</span>
        <div class="address">

            <i class="footer-icon fas fa-map-marker-alt"></i>
            <div class="footer-container">
                <ul>
                    <li>GRIJZE HOOGTE 1</li>
                    <li>9351 VW LEEK</li>
                    <li>THE NETHERLANDS</li>
                </ul>
            </div>
        </div>
        <!--        Contact Info-->
        <div class="contact">
            <i class="footer-icon fas fa-phone"></i>
            <div class="footer-container">
                <ul>
                    <li><span> +31 6 479 438 65</span></li>
                    <li>
                        <!--                        <i class="fas fa-envelope"></i> -->
                        <a href="mailto:[email protected]"
                           style="color:white; text-decoration: none">[email protected]</a>
                    </li>
                </ul>
            </div>
        </div>
        <!--        Social Media-->
        <div class="social">
            <div class="footer-container">
                <ul>
                    <li>
                        <a class="footer-social footer-yt-link"
                           href="https://www.youtube.com/channel/UCeKuNZMls7GiCX5zt5a8qfA"
                           target="_blank">
                            <i class="fab fa-youtube"></i><span class="small">&nbsp;YouTube</span>
                        </a>
                    </li>
                    <li>
                        <a class="footer-social footer-li-link" href="https://www.linkedin.com/company/copo2-ai/"
                           target="_blank">
                            <i class="fab fa-linkedin"></i><span class="small">&nbsp;LinkedIn</span>
                        </a>
                    </li>
                </ul>
            </div>
        </div>
        <span class="small light footer-text" style="float:right">&copy; 2025 COPO2.AI</span>
    </div>
</footer>                               

Whois info of domain

Domain Name: COPO2.COM
Registry Domain ID: 2425115467_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.cronon.net
Registrar URL: http://www.cronon.net
Updated Date: 2024-08-21T07:15:58Z
Creation Date: 2019-08-20T14:25:37Z
Registry Expiry Date: 2025-08-20T14:25:37Z
Registrar: Cronon GmbH
Registrar IANA ID: 141
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +4930398020
Domain Status: ok https://icann.org/epp#ok
Name Server: DOCKS01.RZONE.DE
Name Server: SHADES04.RZONE.DE
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-04-30T13:01:09Z <<<
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