Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - trlcs.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://trlcs.com/
X-GitHub-Request-Id: 8208:5C03C:C09492:C24A76:68268572
Accept-Ranges: bytes
Date: Fri, 16 May 2025 00:23:14 GMT
Via: 1.1 varnish
Age: 0
X-Served-By: cache-hel1410021-HEL
X-Cache: MISS
X-Cache-Hits: 0
X-Timer: S1747354994.392087,VS0,VE129
Vary: Accept-Encoding
X-Fastly-Request-ID: bbedafe2552bd201cee13bd49df96eb4a1f977c9

HTTP Code 301 Moved Permanently

301 Moved Permanently 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://trlcs.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: 3551
Server: GitHub.com
Content-Type: text/html; charset=utf-8
Last-Modified: Sat, 24 Apr 2021 21:55:12 GMT
Access-Control-Allow-Origin: *
Strict-Transport-Security: max-age=31556952
ETag: "608493c0-ddf"
expires: Fri, 16 May 2025 00:33:14 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
X-GitHub-Request-Id: 928A:1B7E6:C08B4B:C24121:68268572
Accept-Ranges: bytes
Age: 0
Date: Fri, 16 May 2025 00:23:14 GMT
Via: 1.1 varnish
X-Served-By: cache-hel1410027-HEL
X-Cache: MISS
X-Cache-Hits: 0
X-Timer: S1747354995.543058,VS0,VE145
Vary: Accept-Encoding
X-Fastly-Request-ID: 16efdf5eb37536e7bc99d49fd89ec552204440c0

HTTP Code 200 OK

200 OK 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: trlcs.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!-- Doctype HTML5 -->
<!DOCTYPE html>
<html lang="en-us" dir="ltr">
<!--
  Created by TheRacingLion (https://trlcs.com/) - 2021
  -*Read LICENSE to know more about permissions*-
-->

<head>
    <meta charset="UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
    <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />

    <title>TRL | Home</title>
    <meta name="author" content="TheRacingLion" />
    <meta name="description" content="Hobbyist Developer. A personal website to showcase some info." />
    <meta name="keywords" content="developer, dev, web, javascript, discord, bots, nodejs" />

    <meta property="og:type" content="website" />
    <meta property="og:title" content="TheRacingLion" />
    <meta property="og:description" content="Hobbyist Developer. A personal website to showcase some info." />
    <meta property="og:image" content="images/logo.png" />
    <meta property="og:site_name" content="TRLCS" />
    <meta property="og:url" content="https://trlcs.com/" />
    <meta property="og:locale" content="en-US" />

    <meta name="twitter:title" content="TheRacingLion" />
    <meta name="twitter:description" content="Hobbyist Developer. A personal website to showcase some info." />
    <meta name="twitter:image" content="images/logo.png" />

    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">

    <link rel="icon" href="images/logo.png" type="image/x-icon" />
    <link rel="shortcut icon" href="images/logo.png" type="image/x-icon" />
    <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway:300" />
    <link rel="stylesheet" href="css/styles.css" />

    <script src="js/google-analytics.js"></script>
</head>

<body>
    <main>
        <div id="background-particles"></div>

        <div id="line-particles"></div>

        <div class="flying-car-container">
            <span>DON'T PANIC</span>
            <img class="flying-car" src="images/car.png" alt="Red Car">
        </div>

        <div class="icon-wrapper">
            <div class="icon right-planet">
                <div class="moon top"></div>
                <div class="planet"></div>
                <div class="ring"></div>
                <div class="ring planet"></div>
                <div class="planetoid"></div>
                <div class="moon bottom"></div>
            </div>
        </div>

        <div class="center logo-center">
            <div class="element">
                <img class="logo" src="images/logo.png" alt="Lion Silhouette in orange">
            </div>
        </div>

        <div class="center text-center">
            <div class="element">
                <p>Hobbyist Developer</p>
            </div>
        </div>

        <div class="center links">
            <div class="element container">
                <a class="link" style="width: 150px;" href="mailto:[email protected]" target="_blank" rel='noopener noreferrer'>
                    <p>[email protected]</p>
                </a>
                <span>•</span>
                <a class="link" href="https://github.com/TheRacingLion" target="_blank" rel='noopener noreferrer'>
                    <p>Github</p>
                </a>
            </div>
        </div>
    </main>

    <script src="js/anime.min.js"></script>

    <script src="js/particles.min.js"></script>
    <script src="js/bg-particles.js"></script>

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

</html>
                               

Whois info of domain

Domain Name: TRLCS.COM
Registry Domain ID: 2806032379_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.namecheap.com
Registrar URL: http://www.namecheap.com
Updated Date: 2024-07-31T19:08:18Z
Creation Date: 2023-08-15T17:03:02Z
Registry Expiry Date: 2025-08-15T17:03:02Z
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-16T00:22:54Z <<<
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