Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - odrel.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Thu, 15 May 2025 22:15:49 GMT
Content-Type: text/plain; charset=utf-8
Content-Length: 52
Connection: keep-alive
X-Powered-By: Express
Cache-Control: public, max-age=31536000
Location: https://odrel.com/
Vary: Accept, Accept-Encoding
X-Served-By: odrel.com
cf-cache-status: DYNAMIC
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=CBMRdqPQaKhqtQWYq87PYewJ0bal0m3EUs5xIjks0OkE4ePTtqQsP68kB4V%2BG6YWhdyMcBKXa6PJc7ZNuTVYMdee0q%2BhOfMvDKY3w9D10H5ByUpKSmVJfuyq9vpQFO%2FMztS%2FGSov7qo%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 9405ff03db070a27-ARN
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=7359&min_rtt=7359&rtt_var=3679&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=165&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"

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://odrel.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Thu, 15 May 2025 22:15:49 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
Server: cloudflare
X-Powered-By: Express
Cache-Control: public, max-age=0
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Vary: Accept-Encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=X%2Bg%2Bs2ibxDRmtszAekhVoAXOgFsNGL9Z31O9ZLHP6bMrxpp6MaCbbnQ1qUljnMT08mwNmEg8nvhuNmoNlPcMI%2BbahXqUbmdH1C1uCsyHYxG7S0YJ78q6O4wVdRoo%2BFTTbdy88tvvuRU%3D"}]}
X-Served-By: odrel.com
Cf-Cache-Status: DYNAMIC
CF-RAY: 9405ff051b4956c1-OSL
alt-svc: h3=":443"; ma=86400

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: odrel.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">
    <title>Odrel blog</title>
    <link rel="stylesheet" href="/assets/built/screen.css?v=6c5ad31073">


    <style>
        :root {
            --background-color: #ffffff
        }
    </style>

    <script>
        /* The script for calculating the color contrast was taken from
        https://gomakethings.com/dynamically-changing-the-text-color-based-on-background-color-contrast-with-vanilla-js/ */
        var accentColor = getComputedStyle(document.documentElement).getPropertyValue('--background-color');
        accentColor = accentColor.trim().slice(1);
        var r = parseInt(accentColor.substr(0, 2), 16);
        var g = parseInt(accentColor.substr(2, 2), 16);
        var b = parseInt(accentColor.substr(4, 2), 16);
        var yiq = ((r * 299) + (g * 587) + (b * 114)) / 1000;
        var textColor = (yiq >= 128) ? 'dark' : 'light';

        document.documentElement.className = `has-${textColor}-text`;
    </script>

    <meta name="description" content="Je suis Rémi, co-fondateur de GamersOrigin et désormais consultant en management. Sur mon blog je parle esport, technologie et économie.">
    <link rel="icon" href="https://odrel.com/content/images/size/w256h256/2023/11/O-logo-200.png" type="image/png">
    <link rel="canonical" href="https://odrel.com/">
    <meta name="referrer" content="no-referrer-when-downgrade">
    
    <meta property="og:site_name" content="Odrel blog">
    <meta property="og:type" content="website">
    <meta property="og:title" content="Odrel blog">
    <meta property="og:description" content="Je suis Rémi, co-fondateur de GamersOrigin et désormais consultant en management. Sur mon blog je parle esport, technologie et économie.">
    <meta property="og:url" content="https://odrel.com/">
    <meta name="twitter:card" content="summary">
    <meta name="twitter:title" content="Odrel blog">
    <meta name="twitter:description" content="Je suis Rémi, co-fondateur de GamersOrigin et désormais consultant en management. Sur mon blog je parle esport, technologie et économie.">
    <meta name="twitter:url" content="https://odrel.com/">
    <meta name="twitter:site" content="@go_odrel">
    
    <script type="application/ld+json">
{
    "@context": "https://schema.org",
    "@type": "WebSite",
    "publisher": {
        "@type": "Organization",
        "name": "Odrel blog",
        "url": "https://odrel.com/",
        "logo": {
            "@type": "ImageObject",
            "url": "https://odrel.com/content/images/size/w256h256/2023/11/O-logo-200.png",
            "width": 60,
            "height": 60
        }
    },
    "url": "https://odrel.com/",
    "name": "Odrel blog",
    "mainEntityOfPage": "https://odrel.com/",
    "description": "Je suis Rémi, co-fondateur de GamersOrigin et désormais consultant en management. Sur mon blog je parle esport, technologie et économie."
}
    </script>

    <meta name="generator" content="Ghost 5.119">
    <link rel="alternate" type="application/rss+xml" title="Odrel blog" href="https://odrel.com/rss/">
    
    <script defer src="https://cdn.jsdelivr.net/ghost/sodo-search@~1.5/umd/sodo-search.min.js" data-key="acebb3c12604ce652c61917b64" data-styles="https://cdn.jsdelivr.net/ghost/sodo-search@~1.5/umd/main.css" data-sodo-search="https://odrel.com/" data-locale="fr" crossorigin="anonymous"></script>
    
    <link href="https://odrel.com/webmentions/receive/" rel="webmention">
    <script defer src="/public/cards.min.js?v=6c5ad31073"></script><style>:root {--ghost-accent-color: #2ecc71;}</style>
    <link rel="stylesheet" type="text/css" href="/public/cards.min.css?v=6c5ad31073">
</head>

<body class="home-template has-side-about is-head-left-logo has-classic-feed">
<div class="gh-site">

    <header id="gh-head" class="gh-head gh-outer">
        <div class="gh-head-inner gh-inner">
            <div class="gh-head-brand">
                <div class="gh-head-brand-wrapper">
                    <a class="gh-head-logo" href="https://odrel.com">
                            Odrel blog
                    </a>
                </div>
                <button class="gh-search gh-icon-btn" aria-label="Search this site" data-ghost-search><svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M17.5 17.5L12.5 12.5L17.5 17.5ZM14.1667 8.33333C14.1667 9.09938 14.0158 9.85792 13.7226 10.5657C13.4295 11.2734 12.9998 11.9164 12.4581 12.4581C11.9164 12.9998 11.2734 13.4295 10.5657 13.7226C9.85792 14.0158 9.09938 14.1667 8.33333 14.1667C7.56729 14.1667 6.80875 14.0158 6.10101 13.7226C5.39328 13.4295 4.75022 12.9998 4.20854 12.4581C3.66687 11.9164 3.23719 11.2734 2.94404 10.5657C2.65088 9.85792 2.5 9.09938 2.5 8.33333C2.5 6.78624 3.11458 5.30251 4.20854 4.20854C5.30251 3.11458 6.78624 2.5 8.33333 2.5C9.88043 2.5 11.3642 3.11458 12.4581 4.20854C13.5521 5.30251 14.1667 6.78624 14.1667 8.33333Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</button>
                <button class="gh-burger"></button>
            </div>

            <nav class="gh-head-menu">
                
            </nav>

            <div class="gh-head-actions">
                        <button class="gh-search gh-icon-btn" aria-label="Search this site" data-ghost-search><svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M17.5 17.5L12.5 12.5L17.5 17.5ZM14.1667 8.33333C14.1667 9.09938 14.0158 9.85792 13.7226 10.5657C13.4295 11.2734 12.9998 11.9164 12.4581 12.4581C11.9164 12.9998 11.2734 13.4295 10.5657 13.7226C9.85792 14.0158 9.09938 14.1667 8.33333 14.1667C7.56729 14.1667 6.80875 14.0158 6.10101 13.7226C5.39328 13.4295 4.75022 12.9998 4.20854 12.4581C3.66687 11.9164 3.23719 11.2734 2.94404 10.5657C2.65088 9.85792 2.5 9.09938 2.5 8.33333C2.5 6.78624 3.11458 5.30251 4.20854 4.20854C5.30251 3.11458 6.78624 2.5 8.33333 2.5C9.88043 2.5 11.3642 3.11458 12.4581 4.20854C13.5521 5.30251 14.1667 6.78624 14.1667 8.33333Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</button>
            </div>
        </div>
    </header>

    
<section class="gh-about gh-outer no-image">
    <div class="gh-about-inner gh-inner">
        <script>
            (function () {
                if (!document.body.classList.contains('has-background-about')) return;

                const about = document.querySelector('.gh-about');
                if (!about) return;

                const image = about.querySelector('.gh-about-image');

                about.style.setProperty('--about-height', image.clientWidth * image.naturalHeight / image.naturalWidth + 'px');
                about.classList.add('initialized');
            })();
        </script>
        <div class="gh-about-content">
            <div class="gh-about-content-inner">
                    <h1 class="gh-about-primary">Mes derniers billets</h1>
            </div>
        </div>
    </div>
</section>

<main class="gh-main gh-outer">
    <div class="gh-feed gh-inner">
            <article class="gh-card post tag-esport tag-business tag-hash-fr tag-hash-import-2023-11-16-21-39">
    <a class="gh-card-link" href="/astralis-et-esport-2020/">

            <figure class="gh-card-image">
                    <img
                        
                        srcset="/content/images/size/w300/2023/11/8a92572e-b99d-4aa0-ac29-10bf15c882af.jpg 300w,
                                /content/images/size/w720/2023/11/8a92572e-b99d-4aa0-ac29-10bf15c882af.jpg 720w,
                                /content/images/size/w960/2023/11/8a92572e-b99d-4aa0-ac29-10bf15c882af.jpg 960w,
                                /content/images/size/w1200/2023/11/8a92572e-b99d-4aa0-ac29-10bf15c882af.jpg 1200w,
                                /content/images/size/w2000/2023/11/8a92572e-b99d-4aa0-ac29-10bf15c882af.jpg 2000w"
                        sizes="(max-width: 1200px) 100vw, 1200px"
                        src="/content/images/size/w720/2023/11/8a92572e-b99d-4aa0-ac29-10bf15c882af.jpg"
                        alt="Année 2020 agitée pour Astralis et le secteur de l&#x27;esport"
                    >
            </figure>

        <div class="gh-card-wrapper">
            <h2 class="gh-card-title">Année 2020 agitée pour Astralis et le secteur de l&#x27;esport</h2>
            <footer class="gh-card-meta">
                <time class="gh-card-date" datetime="2021-03-24">24 mars 2021</time>
                    <span class="gh-card-length">13 min read</span>
            </footer>
        </div>

    </a>
</article>            <article class="gh-card post tag-tech tag-gaming tag-business tag-hash-fr tag-hash-import-2023-11-16-21-39">
    <a class="gh-card-link" href="/epic-games-v-apple-and-google/">

            <figure class="gh-card-image">
                    <img
                        
                        srcset="/content/images/size/w300/2023/11/FORT_MinigunExplosion.jpg 300w,
                                /content/images/size/w720/2023/11/FORT_MinigunExplosion.jpg 720w,
                                /content/images/size/w960/2023/11/FORT_MinigunExplosion.jpg 960w,
                                /content/images/size/w1200/2023/11/FORT_MinigunExplosion.jpg 1200w,
                                /content/images/size/w2000/2023/11/FORT_MinigunExplosion.jpg 2000w"
                        sizes="(max-width: 1200px) 100vw, 1200px"
                        src="/content/images/size/w720/2023/11/FORT_MinigunExplosion.jpg"
                        alt="Tout comprendre à la croisade d&#x27;Epic contre Apple et Google"
                    >
            </figure>

        <div class="gh-card-wrapper">
            <h2 class="gh-card-title">Tout comprendre à la croisade d&#x27;Epic contre Apple et Google</h2>
            <footer class="gh-card-meta">
                <time class="gh-card-date" datetime="2020-08-22">22 août 2020</time>
                    <span class="gh-card-length">18 min read</span>
            </footer>
        </div>

    </a>
</article>    </div>
</main>




    <footer class="gh-foot gh-outer">
        <div class="gh-foot-inner gh-inner">
            <nav class="gh-foot-menu">
                
            </nav>

            <div class="gh-copyright">
                    Odrel blog © 2025. Powered by <a href="https://ghost.org/" target="_blank" rel="noopener">Ghost</a>
            </div>
        </div>
    </footer>

</div>


<script src="/assets/built/main.min.js?v=6c5ad31073"></script>



</body>

</html>
                               

Whois info of domain

Domain Name: ODREL.COM
Registry Domain ID: 2326028060_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.cloudflare.com
Registrar URL: http://www.cloudflare.com
Updated Date: 2024-09-25T04:07:30Z
Creation Date: 2018-10-25T21:22:22Z
Registry Expiry Date: 2025-10-25T21:22:22Z
Registrar: Cloudflare, Inc.
Registrar IANA ID: 1910
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.6503198930
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: MOLLY.NS.CLOUDFLARE.COM
Name Server: ZEUS.NS.CLOUDFLARE.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-15T22:15:41Z <<<
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