Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - vrdev.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Sat, 03 May 2025 12:44:52 GMT
Content-Type: text/html
Content-Length: 162
Connection: keep-alive
Location: https://vrdev.com/

HTTP Code 301 Moved Permanently

301 http 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://vrdev.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Sat, 03 May 2025 12:44:53 GMT
Content-Type: text/html
Content-Length: 5232
Last-Modified: Mon, 30 Oct 2023 07:48:43 GMT
Connection: keep-alive
ETag: "653f5fdb-1470"
X-Powered-By: PleskLin
Accept-Ranges: bytes

HTTP Code 200 OK

200 http 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: vrdev.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>VRdev - Adventures with Unity and Virtual Reality Development</title>

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

    <!-- Custom CSS -->
    <link href="css/one-page-wonder.css" rel="stylesheet">

    <!-- 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>

    <!-- Navigation -->
    <nav class="navbar navbar-inverse navbar-fixed-top" 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>
                <a class="navbar-brand" href="#">VRdev</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="#vr">Virtual Reality</a>
                    </li>
                    <li>
                        <a href="#unity">Unity</a>
                    </li>
                    <li>
                        <a href="#staytuned">Stay tuned...</a>
                    </li>
                </ul>
            </div>
            <!-- /.navbar-collapse -->
        </div>
        <!-- /.container -->
    </nav>

    <!-- Full Width Image Header -->
    <header class="header-image">
        <div class="headline">
            <div class="container">
                <h1>VRdev</h1>
                <h2>Adventures with Unity and Virtual Reality Development</h2>
            </div>
        </div>
    </header>

    <!-- Page Content -->
    <div class="container">

        <hr class="featurette-divider">

        <!-- First Featurette -->
        <div class="featurette" id="vr">
            <img class="featurette-image img-circle img-responsive pull-right" src="/images/dk2.jpg">
            <h2 class="featurette-heading">VR development is mind boggling
                <span class="text-muted">and I love it!</span>
            </h2>
            <p class="lead">Since backing the Oculus VR kickstarter and getting my first DK1 I've been intrigued by what is possible with this shiny new medium. With my DK2 I've been able to try many and varied experiences, and I'm looking forward to trying the SteamVR HTC Vive and seeing where things go from here. Creating new and interesting things is such a huge part of VR as it emerges. </p>
        </div>

        <hr class="featurette-divider">

        <!-- Second Featurette -->
        <div class="featurette" id="unity">
            <img class="featurette-image img-circle img-responsive pull-left" src="/images/unity.jpg">
            <h2 class="featurette-heading">Unity is freedom to create
                <span class="text-muted">anything I can think of!</span>
            </h2>
            <p class="lead">Developing interesting new ideas from VR experiences to mobile games and watching Unity mature as an engine continues to be an amazing journey. Everyday I learn new things about this wonderfully flexible engine, and absolutely recommend you try it yourself if you haven't already! </p>
        </div>

        <hr class="featurette-divider">

        <!-- Third Featurette -->
        <div class="featurette" id="staytuned">
            <img class="featurette-image img-circle img-responsive pull-right" src="/images/stay.jpg">
            <h2 class="featurette-heading">What comes next?
                <span class="text-muted">Stay tuned!</span>
            </h2>
            <p class="lead">I'm working on a variety of projects at the moment and you're welcome to stay tuned via twitter <a href="https://twitter.com/vrdev">@vrdev</a> for upcoming announcements - or if you'd just like to get in touch!</p>
        </div>

        <hr class="featurette-divider">

        <!-- Footer -->
        <footer>
            <div class="row">
                <div class="col-lg-12">
                    <p></p>
                </div>
            </div>
        </footer>

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

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

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

</body>

</html>
                               

Whois info of domain

Domain Name: VRDEV.COM
Registry Domain ID: 1737304420_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.namecheap.com
Registrar URL: http://www.namecheap.com
Updated Date: 2024-07-09T10:11:56Z
Creation Date: 2012-08-04T22:46:56Z
Registry Expiry Date: 2025-08-04T22:46:56Z
Registrar: NameCheap, Inc.
Registrar IANA ID: 1068
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.6613102107
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: DNS1.REGISTRAR-SERVERS.COM
Name Server: DNS2.REGISTRAR-SERVERS.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-03T12:44:42Z <<<
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