Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - jjpeg.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: CloudFront
Date: Sun, 11 May 2025 17:42:30 GMT
Content-Type: text/html
Content-Length: 167
Connection: keep-alive
Location: https://jjpeg.com/
X-Cache: Redirect from cloudfront
Via: 1.1 a6f330e3d107bf30c4eb6e5f67767790.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: HEL51-P2
Alt-Svc: h3=":443"; ma=86400
X-Amz-Cf-Id: g95bnsvvLXWjRwu454iFzG7piq6CkavBA3bPpAx5CD71mMWrdxzkPw==
Vary: Origin

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://jjpeg.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
Content-Length: 6586
Connection: keep-alive
Date: Sun, 11 May 2025 17:42:31 GMT
Last-Modified: Sun, 26 Jan 2025 04:48:36 GMT
ETag: "c58150447ec82292b7ec4b6d5e892ef6"
x-amz-server-side-encryption: AES256
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Miss from cloudfront
Via: 1.1 8614f084c2572336b13eed108c40e01e.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P11
Alt-Svc: h3=":443"; ma=86400
X-Amz-Cf-Id: EY43nKJOsenrRvEGlrnw059twhVdf3hh_z6-1LpfM0nFgsj15WcxSQ==
Vary: Origin

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: jjpeg.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">
    <title>JJPEG</title>
    <link rel="icon" type="image/x-icon" href="/images/favicon.ico">
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
</head>

<body>

    <header class="container-fluid">
        <nav class="container-fluid">

            <a name="logo" id="logo" href="./" aria-label="Home">
                <fieldset role="group">

                    <div class="grid">
                        <img src="/images/logo.png" style="max-height: 4rem;" />
                        <hgroup>
                            <h1>JJPEG</h1>
                            <p style="white-space: nowrap;"><small><i>Do I look like I know what a JJPEG is?</i></small>
                            </p>
                        </hgroup>
                    </div>
                </fieldset>
            </a>
            <hgroup style="text-align: right;">
                <li><a href="https://auth.jjpeg.com/signup/" role="button" class="secondary">Sign Up</a></li>
                <li><a href="https://auth.jjpeg.com" role="button">Log In</a></li>
            </hgroup>
    </header>
    <hr>

    <!-- Main Content -->
    <main class="container">
        <section>
            <article>
                <h1>Welcome to JJPEG!</h1>
                <p>Your adventure starts here. Explore, build, and survive with friends in our custom Minecraft
                    world. SuperiorSkyblock, Warps, and more await! </p>
            </article>
        </section>
        <aside>

            <div class="grid">
                <!-- Server Status Section -->
                <article>
                    <header>
                        <h4>Server Information</h4>
                        <fieldset role="group">
                            <input type="url" placeholder="craft.jjpeg.com" value="craft.jjpeg.com"
                                style="text-align: center;" disabled>
                            <button role="button" data-target="copy-modal"
                                onclick="navigator.clipboard.writeText('craft.jjpeg.com'); toggleModal(event)">📋</button>
                        </fieldset>
                    </header>
                    <div id="server-status" class="card">
                        <p aria-busy="true"><strong>Checking Server Status...</strong></p>
                    </div>
                    <footer id="playercount"></footer>
                </article>

                <!-- Leaderboard Section -->
                <article>
                    <h4>Leaderboard</h4>
                    <table>
                        <thead>
                            <tr>
                                <th scope="col">Rank</th>
                                <th scope="col">Player</th>
                                <th scope="col">Score</th>
                            </tr>
                        </thead>
                        <tbody>
                            <tr>
                                <td>1</td>
                                <td>Steve</td>
                                <td>1500</td>
                            </tr>
                            <tr>
                                <td>2</td>
                                <td>Alex</td>
                                <td>1400</td>
                            </tr>
                            <tr>
                                <td>3</td>
                                <td>Herobrine</td>
                                <td>1300</td>
                            </tr>
                        </tbody>
                    </table>
                </article>

            </div>
        </aside>




    </main>

    <hr>

    <!-- Footer Section -->
    <footer class="container">
        <p>&copy; 2025. All Rights Reserved.</p>
    </footer>

</body>

<!-- Modal Dialog -->
<dialog id="copy-modal">
    <article>
        <header>
            <button aria-label="Close" rel="prev" data-target="copy-modal" onclick="toggleModal(event)"></button>

            <h4>Copied to Clipboard!</h4>
        </header>
        <p>The server address has been copied to your clipboard! Time to paste it into Minecraft!</p>
        <footer>
            <button autofocus data-target="copy-modal" onclick="toggleModal(event)">Cool Beans</button>
        </footer>
    </article>
</dialog>

<script src="modal.js"></script>
<!-- JavaScript -->
<script>
    async function fetchServerStatus() {
        const statusElement = document.getElementById('server-status');
        const playercountElement = document.getElementById('playercount');
        try {
            const response = await fetch('https://api.mcsrvstat.us/2/craft.jjpeg.com');
            const data = await response.json();

            if (data.online) {
                mc_version = data.protocol_name

                var newhtml = `

                <table>
                    <tbody>
                        <tr>
                            <td><img src= ${data.icon}></img></td>
                            <td><p><strong><ins class="primary">ONLINE</ins></strong></p></td>
                            <td><p>Players: ${data.players.online}/${data.players.max}</p></td>
                        </tr>
                    </tbody>
                </table>
                `

                statusElement.innerHTML = newhtml;
                playercountElement.innerHTML = `<p>Version: ${mc_version}</p>`

            } else {
                statusElement.innerHTML = `<h1><strong><del class="secondary">OFFLINE</del></strong></h1>`;
                playercountElement.innerHTML = `<blockquote>${data.motd?.clean?.join(' ') || 'The server is down for maintenance.<footer>-Administration</footer>'}</blockquote>`;
            }
        } catch (error) {
            statusElement.innerHTML = `<strong class="status-offline">Error fetching server status.</strong><p>Please try again later.</p>`;
        }
    }

    function copyToClipboard() {
        const ipText = document.getElementById('server-ip').value;
        navigator.clipboard.writeText(ipText).then(() => {
            toggleModal();
        }).catch(err => {
            alert('Failed to copy IP address: ' + err);
        });
    }

    fetchServerStatus();
</script>

</html>                               

Whois info of domain

Domain Name: JJPEG.COM
Registry Domain ID: 2934413197_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.registrar.amazon
Registrar URL: http://registrar.amazon.com
Updated Date: 2024-11-17T00:55:21Z
Creation Date: 2024-11-15T03:25:56Z
Registry Expiry Date: 2025-11-15T03:25:56Z
Registrar: Amazon Registrar, Inc.
Registrar IANA ID: 468
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.2024422253
Domain Status: ok https://icann.org/epp#ok
Name Server: NS-1470.AWSDNS-55.ORG
Name Server: NS-1872.AWSDNS-42.CO.UK
Name Server: NS-21.AWSDNS-02.COM
Name Server: NS-934.AWSDNS-52.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-11T17:42:14Z <<<
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