Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - 2dci.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
date: Tue, 06 May 2025 19:24:04 GMT
content-type: text/html; charset=iso-8859-1
content-length: 225
server: OVHcloud
location: https://2dci.com/
x-iplb-request-id: 2A0104F9004B3F5F0000000000000002:CEB2_200141D0030100000000000000000027:0050_681A61D4_2664C:01FD
x-iplb-instance: 52208

HTTP Code 301 Moved Permanently

301 Moved Permanently 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://2dci.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Tue, 06 May 2025 19:24:04 GMT
Content-Type: text/html; charset=UTF-8
Content-Length: 6603
Connection: keep-alive
Server: OVHcloud
Accept-Ranges: bytes
Vary: Accept-Encoding

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: 2dci.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="fr">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>2DCI - Solution</title>
    <link rel="stylesheet" href="styles_index.css?t=<?= time(); ?>">
    <link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" />
    <style>
        #map {
            width: 500px;
            height: 500px;
            border-radius: 50%;
            margin-right: 20px;
        }
        .popup {
            display: none;
            position: fixed;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            padding: 20px;
            background-color: #fff;
            border: 1px solid #ddd;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
        }
        .popup.active {
            display: block;
        }
        .popup button {
            margin-top: 10px;
        }
    </style>
</head>
<body>
    <div class="background-container"></div>
    <header>
        <a href="index.html" class="logo-link">
            <img src="logo.png" alt="Logo" class="logo">
        </a>
        <nav>
            <ul>
                <li><a href="index.html">Accueil</a></li>
                <li><a href="#">Services</a>
                    <ul class="dropdown-content">
                        <li><a href="depannage.html">Dépannage</a></li>
                        <li><a href="domotique.html">Domotique</a></li>
                        <li><a href="conseils-energetiques.html">Conseils Énergétiques</a></li>
                        <li><a href="eclairage.html">Éclairage</a></li>
                        <li><a href="installation-electrique.html">Installation Électrique</a></li>
                        <li><a href="renovation.html">Rénovation</a></li>
                    </ul>
                </li>
                <li><a href="contact.html">Contact</a></li>
                <li><a href="equipe.html">À Propos</a></li>
            </ul>
        </nav>
    </header>
    <section id="main-content">
        <h1>Nos Services</h1>
        <div class="services-grid">
            <div class="service-box" onclick="window.location.href='depannage.html';" style="cursor: pointer;">
                <span class="emoji">🔧</span>
                <h3>Dépannage</h3>
                <p>Un expert sera à votre écoute pour identifier votre besoin et vous dépanner le plus rapidement possible.</p>
            </div>
            <div class="service-box" onclick="window.location.href='domotique.html';" style="cursor: pointer;">
                <span class="emoji">🏠</span>
                <h3>Domotique</h3>
                <p>Améliorer votre confort et votre sécurité en ouvrant votre porte à la domotique.</p>
            </div>
            <div class="service-box" onclick="window.location.href='conseils-energetiques.html';" style="cursor: pointer;">
                <span class="emoji">💬</span>
                <h3>Conseils Énergétiques</h3>
                <p>Recherchons ensemble des solutions adaptées à votre consommation énergétique.</p>
            </div>
            <div class="service-box" onclick="window.location.href='eclairage.html';" style="cursor: pointer;">
                <span class="emoji">💡</span>
                <h3>Éclairage</h3>
                <p>Mettez en valeur votre logement grâce à un éclairage réfléchi.</p>
            </div>
            <div class="service-box" onclick="window.location.href='installation-electrique.html';" style="cursor: pointer;">
                <span class="emoji">⚡</span>
                <h3>Installation Électrique</h3>
                <p>2DCI vous accompagne dans vos projets électriques.</p>
            </div>
            <div class="service-box" onclick="window.location.href='renovation.html';" style="cursor: pointer;">
                <span class="emoji">🏚️</span>
                <h3>Rénovation</h3>
                <p>Rénover vos installations électriques pour une sécurité et une efficacité maximales.</p>
            </div>
        </div>
    </section>
    <a href="Connexion.html" class="client-space-btn">
        <span>💼 Mon Espace Client</span>
    </a>
    <section id="map-section">
        <div class="map-wrapper">
            <div class="map-container">
                <div id="map"></div>
                <div class="map-text">
                    <h2>Notre rayon d'action.</h2>
                    <p>Nous travaillons aux alentours de Montaigu-Vendée, un rayon de 60 km est défini sur cette carte pour permettre de vérifier nos disponibilités.</p>
                </div>
            </div>
        </div>
    </section>
<section id="quote-form">
    <h2>Demandez un devis rapide</h2>
    <form id="devis-form" action="devis.php" method="POST">
        <label for="name">Nom :</label>
        <input type="text" id="name" name="name" required>
        
        <label for="contact">Téléphone / Email :</label>
        <input type="text" id="contact" name="contact" required>
        
        <label for="service">Service :</label>
        <select id="service" name="service" required>
            <option value="Dépannage">Dépannage</option>
            <option value="Domotique">Domotique</option>
            <option value="Conseils Énergétiques">Conseils Énergétiques</option>
            <option value="Éclairage">Éclairage</option>
            <option value="Installation Électrique">Installation Électrique</option>
            <option value="Rénovation">Rénovation</option>
        </select>
        <label for="message">Message :</label>
        <textarea id="message" name="message" required></textarea>
        
        <button type="submit">Envoyer</button>
    </form>
</section>
        </form>
    </section>
    <script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script>
    <script>
        var map = L.map('map').setView([46.9815, -1.3065], 8);
        L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
            attribution: '&copy; OpenStreetMap contributors'
        }).addTo(map);
        var circle = L.circle([46.9815, -1.3065], {
            color: 'blue',
            fillColor: '#007aff',
            fillOpacity: 0.5,
            radius: 60000
        }).addTo(map);
        window.onload = showPopup;
    </script>
    </footer>
        <p>© 2024 2DCI - Solution. Tous droits réservés. <a href="mentions-legales.html">Mentions légales</a></p>
    </footer>
</body>
</html>
                               

Whois info of domain

Domain Name: 2DCI.COM
Registry Domain ID: 2917020577_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.ovh.com
Registrar URL: http://www.ovh.com
Updated Date: 2024-09-15T13:44:08Z
Creation Date: 2024-09-15T13:34:14Z
Registry Expiry Date: 2025-09-15T13:34:14Z
Registrar: OVH sas
Registrar IANA ID: 433
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +33.972101007
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: DNS104.OVH.NET
Name Server: NS104.OVH.NET
DNSSEC: signedDelegation
DNSSEC DS Data: 19939 8 2 F5EA9668B390A988DF3EFAC3A0819ED0F15F75705D8840D2EF77F761C8C045F9
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-06T19:23:46Z <<<
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