Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - dev0l.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Connection: keep-alive
Content-Length: 162
Server: GitHub.com
Content-Type: text/html
Location: https://www.dev0l.com/
X-GitHub-Request-Id: FD32:157A0B:52FC2F0:53B4AD3:6815A26D
Accept-Ranges: bytes
Age: 0
Date: Sat, 03 May 2025 04:58:21 GMT
Via: 1.1 varnish
X-Served-By: cache-hel1410023-HEL
X-Cache: MISS
X-Cache-Hits: 0
X-Timer: S1746248302.557842,VS0,VE117
Vary: Accept-Encoding
X-Fastly-Request-ID: b5613758b2aba725ddcadc8dc2a2186b40726caa

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://www.dev0l.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Connection: keep-alive
Content-Length: 3026
Server: GitHub.com
Content-Type: text/html; charset=utf-8
Last-Modified: Thu, 05 Mar 2020 15:25:15 GMT
Access-Control-Allow-Origin: *
ETag: "5e6119db-bd2"
expires: Sat, 03 May 2025 05:08:22 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
X-GitHub-Request-Id: F738:30C75C:33DC325:34537F3:6815A26D
Accept-Ranges: bytes
Age: 0
Date: Sat, 03 May 2025 04:58:22 GMT
Via: 1.1 varnish
X-Served-By: cache-hel1410020-HEL
X-Cache: MISS
X-Cache-Hits: 0
X-Timer: S1746248302.017067,VS0,VE127
Vary: Accept-Encoding
X-Fastly-Request-ID: e4f26dab2b0d6088e4d4fd693d3a6fc1b501f543

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: dev0l.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 name="viewport" content="width=device-width, initial-scale=1.0" />
    <meta http-equiv="X-UA-Compatible" content="ie=edge" />
    <link rel="icon" type="image/x-icon" href="./img/favicon.ico">
    <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.11.2/css/all.css" integrity="sha384-KA6wR/X5RY4zFAHpv/CnoG2UW1uogYfdnP67Uv7eULvTveboZJg0qUpmJZb5VqzN" crossorigin="anonymous">
    <link rel="stylesheet" href="css/main.css">
    <title>dev0l</title>
  </head>
  <body id="bg-img">
    <!-- <div class="overlay"></div> -->
    <header>
      <div class="menu-btn">
        <div class="btn-line"></div>
        <div class="btn-line"></div>
        <div class="btn-line"></div>
      </div>

      <nav class="menu">
        <div class="menu-brand">
          <div class="portrait"></div>
        </div>
        <ul class="menu-nav">
          <!-- <li class="nav-item">
            <a href="#!" class="brand-logo"><img class="responsive-img circle" src="../dist/img/logo.png" alt="dev0l"></a>
          </li> -->
          <li class="nav-item current">
            <a href="index.html" class="nav-link">Home</a>
          </li>
          <li class="nav-item">
            <a href="about.html" class="nav-link">Me</a>
          </li>
          <li class="nav-item">
            <a href="work.html" class="nav-link">Work</a>
          </li>
          <li class="nav-item">
            <a href="contact.html" class="nav-link">Contact</a>
          </li>
        </ul>
      </nav>
    </header>

    <main id="home">
      <h1 class="lg-heading">
        Marcus <span class="text-secondary">Mobark</span> [dev0l]
      </h1>
      <div class="sm-heading-wrapper">
        <div class="typewriter">
          <h2 class="sm-heading">
            Aspiring System- and Web Developer
          </h2>
        </div>
      </div>
      <div class="icons">
        <a href="https://twitter.com/dev0l"><i class="fab fa-twitter fa-2x"></i></a>
        <a href="https://www.facebook.com/dev0lo"><i class="fab fa-facebook fa-2x"></i></a>
        <a href="https://se.linkedin.com/in/marcus-mobark-43358386"><i class="fab fa-linkedin fa-2x"></i></a>
        <a href="https://github.com/dev0l"><i class="fab fa-github fa-2x"></i></a>
        <!-- <a href="https://www.instagram.com/dev0lo"><i class="fab fa-instagram fa-2x"></i></a> -->
        <!-- <a href="https://www.youtube.com/channel/UCAQ6_wWTMwXlsXOoQxxTlig"><i class="fab fa-youtube fa-2x"></i></a> -->
        <!-- <a href="https://www.twitch.tv/5l0wmo"><i class="fab fa-twitch fa-2x"></i></a> -->
        <!-- <a href="https://soundcloud.com/slowmo5"><i class="fab fa-soundcloud fa-2x"></i></a> -->
        <!-- <a href="https://myspace.com/meckmastamac"><i class="fab fa-myspace fa-2x"></i></a> -->
      </div>
    </main>

    <footer id="main-footer">
      Copyright &copy; 2019 - Marcus Mobark - Web Developer
    </footer>

    <script src="js/main.js"></script>
  </body>
</html>
                               

Whois info of domain

Domain Name: DEV0L.COM
Registry Domain ID: 2150985699_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.ascio.com
Registrar URL: http://www.ascio.com
Updated Date: 2024-12-17T12:51:25Z
Creation Date: 2017-08-07T14:52:25Z
Registry Expiry Date: 2025-08-07T14:52:25Z
Registrar: Ascio Technologies, Inc. Danmark - Filial af Ascio technologies, Inc. USA
Registrar IANA ID: 106
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.4165350123
Domain Status: ok https://icann.org/epp#ok
Name Server: NS1.LOOPIAGROUP.COM
Name Server: NS2.LOOPIAGROUP.COM
DNSSEC: signedDelegation
DNSSEC DS Data: 15427 13 2 B55E8B5F8044C5955C0837D181E5E40E86F972559D05E54B3405BDF4FB9C0B3D
DNSSEC DS Data: 64066 13 1 5E3F7C371B14D3226F9A15509F097F97FDEB7045
DNSSEC DS Data: 64066 13 2 26387AE95F4185EF3866F1D341651F9CB1D62F5785E833F85FC16B7A1B232DB6
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-03T04:58:13Z <<<
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