Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - o2cm.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Content-Type: text/html; charset=UTF-8
Location: https://o2cm.com/
Server: Microsoft-IIS/10.0
X-Powered-By: ASP.NET
Date: Thu, 01 May 2025 22:11:02 GMT
Content-Length: 140

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://o2cm.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: Sun, 11 Dec 2022 07:01:13 GMT
Accept-Ranges: bytes
ETag: "4a4d355b2edd91:0"
Server: Microsoft-IIS/10.0
X-Powered-By: ASP.NET
Date: Thu, 01 May 2025 22:11:02 GMT
Content-Length: 11419

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: o2cm.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 http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="description" content="">
    <meta name="author" content="">

    <title>O2CM</title>

    <!-- Bootstrap Core CSS -->
    <link href="css/bootstrap.min.css" rel="stylesheet">

    <!-- Custom CSS -->
    <link href="css/business-casual.css" rel="stylesheet">

    <!-- Fonts -->
    <link href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" rel="stylesheet" type="text/css">
    <link href="https://fonts.googleapis.com/css?family=Josefin+Slab:100,300,400,600,700,100italic,300italic,400italic,600italic,700italic" rel="stylesheet" type="text/css">

    <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
    <!--[if lt IE 9]>
        <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
        <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
    <![endif]-->

</head>

<body>

    <div class="brand"><img src="img/logo.gif" alt="O<sup>2</sup>CM"></div>
    <div class="address-bar">Your Online*Onsite Competition Manager for DanceSport</div>

    <!-- Navigation -->
    <nav class="navbar navbar-default" role="navigation">
        <div class="container">
            <!-- Brand and toggle get grouped for better mobile display -->
            <div class="navbar-header">
                <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
                    <span class="sr-only">Toggle navigation</span>
                    <span class="icon-bar"></span>
                    <span class="icon-bar"></span>
                    <span class="icon-bar"></span>
                </button>
                <!-- navbar-brand is hidden on larger screens, but visible when the menu is collapsed -->
                <a class="navbar-brand" href="index.html">O<sup>2</sup>CM</a>
            </div>
            <!-- Collect the nav links, forms, and other content for toggling -->
            <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
                <ul class="nav navbar-nav">
                    <li>
                        <a href="index.html">Home</a>
                    </li>
                    <li>
                        <a href="features.html">Features</a>
                    </li>
                    <li>
                        <a href="GetStarted.html">Get Started</a>
                    </li>
                    <li>
                        <a href="TheTeam.html">The Team</a>
                    </li>
                    <li>
                        <a href="contact.html">Contact</a>
                    </li>
                    <li>
                        <a href="Events.html">Events</a>
                    </li>
                </ul>
            </div>
            <!-- /.navbar-collapse -->
        </div>
        <!-- /.container -->
    </nav>

    <div class="container">

        <div class="row">
            <div class="box">
                <div class="col-lg-12 text-center">
                    <div id="carousel-example-generic" class="carousel slide">
                        <!-- Indicators -->
                        <ol class="carousel-indicators hidden-xs">
                            <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
                            <li data-target="#carousel-example-generic" data-slide-to="1"></li>
                            <li data-target="#carousel-example-generic" data-slide-to="2"></li>
                            <li data-target="#carousel-example-generic" data-slide-to="3"></li>
                        </ol>

                        <!-- Wrapper for slides -->
                        <div class="carousel-inner">
                            <div class="item active">
                                <img class="img-responsive img-full" src="img/nooks.jpg" alt="">
                            </div>
                            <div class="item">
                                <img class="img-responsive img-full" src="img/mouse.jpg" alt="">
                            </div>
                            <div class="item">
                                <img class="img-responsive img-full" src="img/judges.jpg" alt="">
                            </div>
                            <div class="item">
                                <img class="img-responsive img-full" src="img/live.gif" alt="">
                            </div>
                        </div>

                        <!-- Controls -->
                        <a class="left carousel-control" href="#carousel-example-generic" data-slide="prev">
                            <span class="icon-prev"></span>
                        </a>
                        <a class="right carousel-control" href="#carousel-example-generic" data-slide="next">
                            <span class="icon-next"></span>
                        </a>
                    </div>
                    <h2 class="brand-before">
                        <small>Welcome to</small>
                    </h2>
                    <h1 class="brand-name">O<sup>2</sup>CM</h1>
                    <hr class="tagline-divider">
                    <h2>
                        <small>
                            Your paperless way to an organized and tech savvy competition!
                        </small>
                    </h2>
                </div>
            </div>
        </div>

        <div class="row">
            <div class="box">
                <div class="col-lg-12">
                    <hr>
                    <h2 class="intro-text text-center">System Overview </h2>
                    <hr>
                    <div style="text-align:center"><p>O<sup>2</sup>CM brings the latest technology to&nbsp;ballroom dancing with:</p></div>
                    <img class="img-responsive img-border img-left" src="img/D1a.jpg" alt="">
                    <p>  ♦ Easy online registration for competitors.<br />
                        ♦ Comprehensive online event management for organizers.<br />
                        ♦ Electronic marking systems for judges.<br />
                        ♦ And a management system for the staff during the competition.</p>

                     <div style="text-align:center"><p>The O<sup>2</sup>CM team has over 20 years experience making competitions run smoothly,<br />
                        and a team with individuals with over 30 years of software development experience.<br />
                        Take a look at the testimonies below.</p></div>
                </div>
            </div>
        </div>

        <div class="row">
            <div class="box">
                <div class="col-lg-12 text-center">
                    <div id="carousel-example-generic" class="carousel slide">
                        <!-- Wrapper for slides -->
                        <div class="carousel-inner">
                            <div class="item active" style="text-align:center;">
                                <div style="width:75%; text-align:center; margin:0 auto" >
                                    As Chairman of this competition I was a little dubious as to how efficient this (O2CM On Site) would be and if all the judging panel would be comfortable with it. Everyone had nothing but praise for the system and as I was judging myself I could test the system too. Once on the floor I realised how efficient, simple & easy it is… so much so that I would be happy not to have to use paper and pen again!<br />
                                </div>
                                <b>Barbara Child, Chairman: Island Fantasy Ball</b>
                            </div>
                            <div class="item" style="text-align:center;">
                                <div style="width:75%; text-align:center; margin:0 auto" >
                                    I love this (O2CM On Site) system , and think it’s really easy…. even us non-techie dance teachers can use it! I’m sure this will be the wave of the future. Sure will make marking multiple heats on the dance floor a lot easier…<br />
                                </div>
                                <b>Elizabeth Knoll, NDCA Championship Adjudicator</b>
                            </div>
                            <div class="item" style="text-align:center; ">
                                <div style="width:75%; text-align:center; margin:0 auto" >
                                    Thank you for all your service for our 2012 events. After overcoming my initial fear of working with a new system, I find your program extremely helpful in organizing our events and in the management of the competition. It definitely saved me a ton of time in entry and schedule preparation and improved the efficiency and accuracy of the data input tremendously. Thank you. I would like to reserve our 2013 dates with you.</br>
                                </div>
                                <b>Andy Wong, The Grand Ball Organizer</b>
                            </div>
                            <div class="item" style="text-align:center;">
                                <div style="width:75%; text-align:center; margin:0 auto" >
                                    O2CM is the easiest and best system for comp registration!<br />
                                </div>
                                <b>Paul & Louise Giuliano, Dancesport Athletes</b>
                            </div>
                        </div>

                        <!-- Controls -->
                        <a class="left carousel-control" href="#carousel-example-generic" data-slide="prev">
                            <span class="icon-prev"></span>
                        </a>
                        <a class="right carousel-control" href="#carousel-example-generic" data-slide="next">
                            <span class="icon-next"></span>
                        </a>
                    </div>
                </div>
            </div>
        </div>



    </div>
    <!-- /.container -->

    <footer>
        <div class="container">
            <div class="row">
                <div class="col-lg-12 text-center">
                    <p>Copyright &copy; O<sup>2</sup>CM 2017
                    <small><small><br />Let them praise His name with the <b>dance</b>. - Psalms 149:3</small></small></p>
					hosted at AWS
                </div>
            </div>
        </div>
    </footer>

    <!-- jQuery -->
    <script src="js/jquery.js"></script>

    <!-- Bootstrap Core JavaScript -->
    <script src="js/bootstrap.min.js"></script>

    <!-- Script to Activate the Carousel -->
    <script>
    $('.carousel').carousel({
        interval: 5000 //changes the speed
    })
    </script>

</body>

</html>
                               

Whois info of domain

Domain Name: O2CM.COM
Registry Domain ID: 128844132_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.domaindiscover.com
Registrar URL: http://tierra.net
Updated Date: 2022-08-02T15:50:25Z
Creation Date: 2004-08-31T18:27:51Z
Registry Expiry Date: 2027-08-31T18:27:51Z
Registrar: DomainSpot LLC
Registrar IANA ID: 86
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 6193932105
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS1.DOMAINDISCOVER.COM
Name Server: NS2.DOMAINDISCOVER.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-01T22:10:51Z <<<
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