Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - bz2m.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Tue, 20 May 2025 17:48:35 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 20362
Connection: keep-alive
Chimera-API-Server: api2.us.chimera.uk2group.com
Front-End-Https: on
Strict-Transport-Security: max-age=63072000; includeSubdomains

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: bz2m.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!doctype html>
<html>
<head>
<meta charset="utf-8">
    <title>Welcome to your new website</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,600,700,800" rel="stylesheet">
    <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
    <meta name="viewport" content="width=device-width, initial-scale-1">
    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
    <meta name="robots" content="INDEX, FOLLOW" />
    <style type="text/css">
        @charset "utf-8";
        *,*:before,*:after {
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box
        }

        .clearfix:before,.clearfix:after,header:before,header:after,section:before,section:after,footer:before,footer:after {
            content: "";
            display: table
        }

        .clearfix:after,header:after,section:after,footer:after {
            clear: both
        }

        html,body {
            font-family: 'Montserrat', sans-serif;
            font-size: 1em;
            line-height: 1.5em;
            color: #313233;
            margin: 0;
            padding: 0
        }

        header,footer,section {
            padding: 50px 0;
            text-align: center
        }

        .wrapper {
            padding: 0 30px;
            margin: 0 auto;
            max-width: 1000px;
            width: 100%
        }

        .h1 {
            font-size: 2.5em;
            font-weight: 700;
            line-height: 1.2em;
            margin: 0
        }

        h1 {
            font-size: 2em;
            font-weight: 600;
            margin: 10px auto 20px
        }

        h2 {
            font-size: 1.75em;
            font-weight: 700;
        }

        h3 {
            font-size: 1.2em
        }

        h1,nav a {
            font-weight: 600
        }

        #customer {
            font-weight: 300
        }

        ul,li {
            list-style: none;
            margin: 0;
            padding: 0
        }

        a,strong {
            font-weight: 600;
            outline: none
        }

        a,a:before,a:after,button,button:before,button:after {
            transition: all linear .15s;
            -o-transition: all linear .15s;
            -ms-transition: all linear .15s;
            -moz-transition: all linear .15s;
            -webkit-transition: all linear .15s
        }

        header {
            position: relative;
            padding: 15px 0
        }

        header h1 {
            float: right
        }

        header a.site-title {
            position: absolute;
            left: 50px;
            display: inline-block;
            width: 150px;
            height: 55px;
            background: url(https://www.westhost.com/chi-holding-page-lib/images/westhost-logo.png) no-repeat;
            background-size: 100%;
            margin-top: 12px;
        }

        header a.title-offer {
            position: absolute;
            left: 220px;
            margin-top: .5em;
            display: inline-block;
            width: 100px;
            height: 55px;
            background: url(https://www.westhost.com/chi-holding-page-lib/images/latest-offers-badge.svg) no-repeat;
            background-size: 100%;
        }

        #navigation {
            float: right;
            position: relative;
            max-width: 650px;
            width: 100%;
            margin-right: 50px;
        }

        nav a {
            font-size: .8em;
            font-weight: 600;
            text-decoration: none;
            color: #313233;
            float: left;
            display: inline-block;
            padding: 1.3em 1.0em;
        }

        nav a:hover {
            color: #DC4D15
        }

        #navigation .nav-toggle {
            display: none;
            padding: .5em 1em;
            vertical-align: middle;
            position: relative;
            z-index: 2;
            background: #fff
        }

        #hero {
            background: #1C57E1 url(https://www.westhost.com/chi-holding-page-lib/images/default-hero.jpg) no-repeat 50% 50% / cover;
            padding: 70px 0 50px 0;
        }

        #hero,#customer {
            color: #fff
        }

        form {
            max-width: 840px;
            width: 100%;
            margin: 0 auto 30px
        }

        form input {
            padding: 1em;
            padding: .75em 1em;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border: none;
            border-radius: 0
        }

        form input[type=search] {
            width: 70%;
            font-size: 1em;
            line-height: 1.4em
        }

        form button {
            width: 30%;
            color: #fff;
            background: #313233;
            cursor: pointer;
            position: relative;
            overflow: hidden;
            padding: 1.55em 0;
            display: inline-block;
            border: 0;
            cursor: pointer;
            font-weight: 700;
            font-size: .7em
        }

        button:hover:before {
            opacity: 1
        }

        button:hover {
            text-shadow: 1px 1px 2px rgba(0,0,0,0.5)
        }

        #customer {
            padding: 10px 0;
            background: #444;
            font-size: 1.2em
        }

        #customer a {
            color: #fff
        }

        #content {
            background: #f5f5f5
        }

        .footer {
            padding: 20px 0 0;
            text-align: right
        }

        .item {
            background: #fff;
            float: left;
            width: 48%;
            min-height: 275px;
            padding: .8em 1.3em;
            margin-bottom: 2em;
            border: solid 1px #ddd;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-content: center;
            -ms-flex-line-pack: center;
            align-content: center
        }

        .item:nth-of-type(odd) {
            clear: left
        }

        .item:nth-of-type(even) {
            float: right
        }

        .item img {
            width: 70px;
            height: 70px;
            margin-top: 25px
        }

        .item article {
            text-align: left;
            padding-left: 1.3em
        }

        .item a {
            color: #1C57E1;
        }

        .item a:before {
            font-family: FontAwesome;
            content: "\f08e";
            padding-right: .3em
        }

        .item+h2 {
            padding-top: 1.5em;
            clear: both
        }

        footer {
            position: relative;
            background: #1F1F1F;
            color: #777
        }

        footer a {
            color: #777777;
            background: #1f1f1f;
            text-decoration: none;
            text-align: left
        }

        footer:before {
            content: "";
            width: 100%;
            height: 1px;
            background: #f5f5f5;
            position: absolute;
            top: 1px;
            left: 0
        }

        footer p {
            font-size: .8em
        }

        footer ul,footer ul li,footer p {
            margin: 0;
            padding: 0
        }

        footer ul {
            float: right
        }

        footer li,footer p {
            float: left
        }

        footer li a {
            padding: 4px 13px;
            position: relative
        }

        footer li a:hover {
            color: #fff
        }

        @media (max-width: 1024px) {
            header a.site-title {
                transform: scale(.75);
                left: 25px;
                margin-top: 10px;
            } 
            header a.title-offer {
                transform: scale(.75);
                left: 160px;
            }
            #navigation {
                margin-right: 0;
            }
        }

        @media (max-width: 890px) {
            body {
                font-size:14px
            }

            #navigation .nav-toggle {
                display: table-cell
            }

            #navigation.active .nav-toggle {
                background: #eee
            }

            #navigation {
                width: auto
            }

            #navigation ul {
                display: none;
                position: absolute;
                right: 0;
                top: -webkit-calc(100% - 2px);
                top: -moz-calc(100% - 2px);
                top: calc(100% - 2px)
            }

            #navigation.active ul {
                display: inline-block;
                background: #eee
            }

            h1,h2,#hero h1,#hero h2,#hero h3 {
                font-size: 170%
            }

            nav a {
                padding: .8em 1.8em;
                display: block;
                float: none;
                white-space: nowrap
            }

            nav a:hover {
                background: #fafafa
            }

            .item {
                width: 100%;
                float: none;
                min-height: inherit;
                padding: 2.2em 1.6em
            }

            header a.site-title {
                margin-top: 2px;
            } 

            header a.title-offer {
                margin-top: 0;
            }
        }

        @media (max-width: 480px) {
            form input[type=search],form button {
                width:100%;
                clear: both
            }

            .item article {
                text-align: center;
                padding: 0
            }

            .item img {
                height: 55px;
                width: 55px
            }

            .item {
                display: block;
                clear: both;
                float: none !important
            }
        }

        @media (max-width: 375px) {
            header a.site-title {
                left: 5px;
            }
            header a.title-offer {
                left: 140px;
            }
        }
    </style>
</head>

<body>
    <header>
        <a href="https://www.westhost.com/" class="site-title" rel="nofollow"></a>

        <a href="https://www.westhost.com/offers/" class="title-offer" rel="nofollow"></a> <!-- .title-offer -->

        <nav id="navigation" class="clearfix navigation">
            <div class="nav-toggle"><i class="fa fa-bars"></i> MENU</div> <!-- .nav-toggle -->
            <ul class="clearfix menu">
                <li><a href="https://www.westhost.com/all-services/" rel="nofollow">Services</a></li>
                <li><a href="https://www.westhost.com/domain-names/" rel="nofollow">Domains</a></li>
                <li><a href="https://www.westhost.com/website-builder/" rel="nofollow">Websites</a></li>
                <li><a href="https://www.westhost.com/web-hosting/" rel="nofollow">Web Hosting</a></li>
                <li><a href="https://www.westhost.com/email-hosting/" rel="nofollow">Email Hosting</a></li>
                <li><a href="https://www.westhost.com/dedicated-servers/" rel="nofollow">Dedicated Servers</a></li>
            </ul> <!-- .clearfix .menu -->
        </nav> <!-- #navigation .clearfix .navigation -->
    </header>
    
    <section id="hero">
        <div class="wrapper">
            <h1>bz2m.com</h1>
            <h2 class="h1">Domain names for less with WestHost</h2> <!-- .h1 -->
            <h2>Claim your web identity</h2>
            <form id="search-domains" action="https://www.westhost.com/domain-names/">
                <input type="search" id="search" placeholder="Find your perfect domain..."><button>SEARCH DOMAINS</button>
            </form> <!-- #search-domains -->
        </div> <!-- .wrapper -->
    </section> <!-- #hero -->
    
    <section id="customer">
        <div class="wrapper">
            <p>
                Domain <strong>bz2m.com</strong> has been registered by a customer of WestHost. 
                <a href="https://www.westhost.com/domain-names/" rel="nofollow"><br>Claim your web identity</a> 
                with WestHost today.
            </p>
        </div> <!-- .wrapper -->
    </section> <!-- #customer -->
    
    <section id="content">
        <div class="wrapper">

            <h2>Domain Names</h2>
            <div class="item">
                <div><img src="https://www.westhost.com/chi-holding-page-lib/images/domains.jpg" alt="domain-logo"></div>
                <article>
                    <h3>Domain Names</h3>
                    <p>Your domain name should be top of your shopping list for your website. We’ve got hundreds of domain name extensions for you to choose from; you’ll find the perfect domain name with us.</p>
                    <p><a href="https://www.westhost.com/domain-names/" rel="nofollow">Click here to view</a></p>
                </article>
            </div> <!-- .item -->
            <div class="item">
                <div>
                    <img src="https://www.westhost.com/chi-holding-page-lib/images/domain-transfers.jpg" alt="transfer-logo">
                </div>
                <article>
                    <h3>Domain Transfers</h3>
                    <p>The grass really is greener with UK2, which is why we’ve made it easy 
                        to transfer your website address or domain name to us from other companies.</p>
                    <p><a href="https://www.westhost.com/domain-names/domain-transfers/" rel="nofollow">Click here to view</a></p>
                </article>
            </div> <!-- .item -->

            <h2>Websites</h2>
            <div class="item">
                <div><img src="https://www.westhost.com/chi-holding-page-lib/images/ecommerce-websites.jpg" alt="shop-logo"></div>
                <article>
                    <h3>Online Store Builder</h3>
                    <p>You can create your online store in just a few clicks, building a professional website that looks great on any device. We’re so confident you’ll love it we’re giving you a trial run completely free! </p>
                    <p><a href="https://www.westhost.com/ecommerce-websites/" rel="nofollow">Click here to view</a></p>
                </article>
            </div> <!-- .item -->
            <div class="item">
                <div><img src="https://www.westhost.com/chi-holding-page-lib/images/website-builder.jpg" alt="site-builder-logo"></div>
                <article>
                    <h3>Website Builder</h3>
                    <p>Choose from over 100 professional templates and build a beautiful site for your business in no time at all. It’ll look great on all devices. </p>
                    <p><a href="https://www.westhost.com/website-builder/" rel="nofollow">Click here to view</a></p>
                </article>
            </div> <!-- .item -->

            <h2>Hosting</h2>
            <div class="item">
                <div><img src="https://www.westhost.com/chi-holding-page-lib/images/web-hosting.jpg" alt="web-hosting-logo"></div>
                <article>
                    <h3>Web Hosting</h3>
                    <p>Get your website up and running on the internet with a web hosting package to suit your needs at an affordable price. </p>
                    <p><a href="https://www.westhost.com/web-hosting/" rel="nofollow">Click here to view</a></p>
                </article>
            </div> <!-- .item -->
            <div class="item">
                <div><img src="https://www.westhost.com/chi-holding-page-lib/images/wordpress.jpg" alt="wordpress-logo"></div>
                <article>
                    <h3>WordPress Hosting</h3>
                    <p>The world’s most popular CMS can be difficult to keep track of; let us take care of all your WordPress needs so you can concentrate on making your website great. </p>
                    <p><a href="https://www.westhost.com/wordpress-hosting/" rel="nofollow">Click here to view</a></p>
                </article>
            </div> <!-- .item -->
            <div class="item">
                <div><img src="https://www.westhost.com/chi-holding-page-lib/images/vps.jpg" alt="vps-logo"></div>
                <article>
                    <h3>VPS</h3>
                    <p>Flexible, self-healing and fully managed, you should look no further than here for your cloud hosting solution.</p>
                    <p><a href="https://www.westhost.com/vps-cloud-hosting/" rel="nofollow">Click here to view</a></p>
                </article>
            </div> <!-- .item -->
            <div class="item">
                <div><img src="https://www.westhost.com/chi-holding-page-lib/images/dedicated-servers.jpg" alt="dedicated-server-logo"></div>
                <article>
                    <h3>Dedicated Servers</h3>
                    <p>Take full control of your hosting solution with one of our powerful dedicated servers. You’ll see all of the space and power you pay for, with no noisy neighbors!</p>
                    <p><a href="https://www.westhost.com/dedicated-servers/" rel="nofollow">Click here to view</a></p>
                </article>
            </div> <!-- .item -->

            <h2>Other Services</h2>
            <div class="item">
                <div><img src="https://www.westhost.com/chi-holding-page-lib/images/sitelock.jpg" alt="sitelock-logo"></div>
                <article>
                    <h3>Sitelock - Malware Detector</h3>
                    <p>Over 5,000 small and large websites get attacked daily. Don't risk yours, protect your site. </p>
                    <p><a href="https://www.westhost.com/web-hosting/sitelock/" rel="nofollow">Click here to view</a></p>
                </article>
            </div> <!-- .item -->
            <div class="item">
                <div><img src="https://www.westhost.com/chi-holding-page-lib/images/seo-guru.jpg" alt="seo-guru-logo"></div>
                <article>
                    <h3>Website SEO Guru</h3>
                    <p>Send your site to the top of Google with our simple SEO Guru. We’ll highlight the areas you need to improve on and guide you through the action you should take. </p>
                    <p><a href="https://www.westhost.com/services/website-seo-guru/" rel="nofollow">Click here to view</a></p>
                </article>
            </div> <!-- .item -->
            <div class="item">
                <div><img src="https://www.westhost.com/chi-holding-page-lib/images/cloudflare.jpg" alt="cloudflare-logo"></div>
                <article>
                    <h3>Cloudflare</h3>
                    <p>Instantly maximize your site’s potential with CloudFlare! This powerful service speeds up your site’s performance and drastically enhances your level of security. </p>
                    <p><a href="https://www.westhost.com/web-hosting/cloudflare/" rel="nofollow">Click here to view</a></p>
                </article>
            </div> <!-- .item -->

        </div> <!-- .wrapper -->
    </section> <!-- #content -->
    
    <footer>
        <div class="wrapper">
            <p>Hosting Services, inc. <a href="https://www.westhost.com/" rel="nofollow">WestHost</a> is part of the UK2 Group.</p>
            <ul>
                <li><a href="http://twitter.com/westhost"><i class="fa fa-twitter"></i></a></li>
                <li><a href="http://www.facebook.com/westhost"><i class="fa fa-facebook"></i></a></li>
                <li><a href="https://plus.google.com/105450505006876754368?prsrc=3"><i class="fa fa-google-plus"></i></a></li>
            </ul>
        </div> <!-- .wrapper -->
    </footer>

    <script>
        var mm = mm || {};
        mm.nav = (function() {
            function mobileMenu() {
                document.querySelector('.nav-toggle').addEventListener('click', function(e) {
                    e.preventDefault();
                    [].map.call(document.querySelectorAll('.navigation'), function(el) {
                        el.classList.toggle('active');
                    });
                });
            }

            return {
                mobileMenu: mobileMenu
            };
        })();
        mm.nav.mobileMenu();
    </script>
</body>
</html>                               

Whois info of domain

Domain Name: BZ2M.COM
Registry Domain ID: 2793575985_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.enom.com
Registrar URL: http://www.enomdomains.com
Updated Date: 2023-06-26T16:11:08Z
Creation Date: 2023-06-26T16:11:08Z
Registry Expiry Date: 2025-06-26T16:11:08Z
Registrar: eNom, LLC
Registrar IANA ID: 48
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.4165350123
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: DNS1.WESTHOST.COM
Name Server: DNS2.WESTHOST.COM
Name Server: DNS3.WESTHOST.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-20T17:48:16Z <<<
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