Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - j4ckg.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Tue, 13 May 2025 13:11:55 GMT
Content-Type: text/html
Content-Length: 167
Connection: keep-alive
Cache-Control: max-age=3600
Expires: Tue, 13 May 2025 14:11:55 GMT
Location: https://j4ckg.com/
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=siZ152KsVtbIehCAVmN7NfVquvJcsDEpWsGdMnQ4owZxfQXyNOje2xK6CpJDx%2FEc2dCQqwoowF943BTYFTFUIfNLyFSwe7T8l3gRJS2svBNH25b%2FXIAqdQRlQuv4MIjqTbGZuma1Sjw%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
speculation-rules: "/cdn-cgi/speculation"
Server: cloudflare
CF-RAY: 93f2678c0e83ae1c-AMS
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=33644&min_rtt=33644&rtt_var=16822&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=165&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"

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://j4ckg.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Tue, 13 May 2025 13:11:55 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Vary: Accept, Cookie
Vary: accept-encoding
Allow: GET, HEAD, OPTIONS
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Referrer-Policy: same-origin
Cross-Origin-Opener-Policy: same-origin
Cf-Cache-Status: DYNAMIC
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=JgncubTYpYSAD3EZVxKxPWRpsjyuqsNR9dPb2pn8mJMFg7GWKmooKgjAwLnitEPLj3hhT%2BTEjgWvB1MjoBX9kePAh9%2FPvmspFZckm4BOxuKpek4CXi4l1eS4cyiYf2Wnd0EIKZ0j8mE%3D"}]}
CF-RAY: 93f2678cb8d9dbc7-FRA
alt-svc: h3=":443"; ma=86400

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: j4ckg.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 name="description"
        content="J4CKG is a musician and producer from the UK. He makes music under the name J4CKG and has released multiple albums and singles.">
    <title>J4CKG</title>
    <link rel="stylesheet" href="/static/css/style.css">
    <link rel="stylesheet" href="/static/css/fonts.css">
    <link rel="shortcut icon" href="/static/images/favicon.png" type="image/x-icon">
    <link rel="apple-touch-icon" href="/static/images/favicon.png">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
    <script src="https://kit.fontawesome.com/7e32e49cf3.js" crossorigin="anonymous"></script>
</head>

<body>
    <header>
        <div class="header-container">
            <button id="menu-button" onclick="toggleNav()"><i class="fa-solid fa-bars"></i></button>
            <script>
                function toggleNav() {
                    const leftNav = document.getElementById('left-nav');
                    if (leftNav.style.display === 'none' || leftNav.style.display === '') {
                        leftNav.style.display = 'block';
                    } else {
                        leftNav.style.display = 'none';
                    }
                }
            </script>
            <nav id="left-nav">
                <ul>
                    <li><a href="/">Home</a></li>
                    <li><a href="/concerts/">Concerts</a></li>
                    <li><a href="/discography/">Discography</a></li>
                    <li><a href="https://j4ckg.creator-spring.com/">Merch</a></li>
                </ul>
            </nav>
            <h1>J4CKG</h1>
            <nav id="right-nav">
                <ul>
                    <li><a href="https://www.instagram.com/j4ckgmakesmusic/"><img
                                src="https://static.wixstatic.com/media/11062b_6e9638ad803e4099a6116eb750b5a584~mv2.png/v1/fill/w_25,h_25,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/11062b_6e9638ad803e4099a6116eb750b5a584~mv2.png"
                                alt=""></a></li>
                    <li><a href="https://twitter.com/j4ckgmakesmusic"><img
                                src="https://static.wixstatic.com/media/11062b_7dc1612522fa4189b30c17455973c3bf~mv2.png/v1/fill/w_25,h_25,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/11062b_7dc1612522fa4189b30c17455973c3bf~mv2.png"
                                alt=""></a></li>
                    <li><a href="https://www.tiktok.com/@j4ckgmakesmusic"><img
                                src="https://static.wixstatic.com/media/11062b_ad1a1e62a5bb45c7835a3ec11d5188f2~mv2.png/v1/fill/w_25,h_25,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/11062b_ad1a1e62a5bb45c7835a3ec11d5188f2~mv2.png"
                                alt=""></a></li>
                    <li><a href="https://www.youtube.com/@j4ckgmakesmusic"><img
                                src="https://static.wixstatic.com/media/11062b_f67ec9c36d8a431eabf904a991d9647f~mv2.png/v1/fill/w_25,h_25,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/11062b_f67ec9c36d8a431eabf904a991d9647f~mv2.png"
                                alt=""></a></li>
                </ul>
            </nav>
        </div>
    </header>
    <div class="page-wrapper">
        <main>
            <div class="content-wrapper">
                
<div class="about-container-wrapper" style="background-image: url('/media/artist_background_images/background_70.webp');">
    <div class="about-container">
        <h1>J4CKG</h1>
        <p>Jack Gamble (J4CKG, pronounced as Jack G) is an 18-year-old music producer, singer, and rapper from the East Midlands, United Kingdom. He creates songs based on in-real-life experiences, for example, bullying. Bullying appears a lot in his songs as well as being a failure and losing friends. You could say his songs tell stories.</p>
        <div class="wave-bottom">
            <svg viewBox="0 0 1440 320" preserveAspectRatio="none">
                <path fill="#fff" fill-opacity="2" d="M0,224L80,240C160,256,320,288,480,266.7C640,245,800,171,960,128C1120,85,1280,75,1360,69.3L1440,64L1440,320L1360,320C1280,320,1120,320,960,320C800,320,640,320,480,320C320,320,160,320,80,320L0,320Z"></path>
            </svg>
        </div>
    </div>
</div>
<div class="story-container-wrapper">
    <div class="story-container">
        <h3>The story behind</h3>
        <h1>MONOCHROME</h1>
        <h3>an album by j4ckg</h3>
        <div class="story-wrapper" id="story-wrapper-left">
            <p id="story-text-left">
                Monochrome means a lot to me emotionally. I wrote most songs when I was going through really tough times mentally. Some songs on the album were written before my debut album “My Life, Not Yours” was finished. I always adore the magic of writing songs in my bedroom. Every time I write something new I get excited about the fact that everybody will be able to hear it. Writing the song “Alone Now” (track 3) specifically made me so grateful for the people on TikTok, YouTube shorts, and Instagram who comment to say that they love my music. Whether it’s about my hobbies or how people treat me in the real world, I find it fun to ramble and rant in the lyrics of my songs because someone can relate to them. I also find it entertaining because it helps me get things out of my chest that I hold inside, especially with the sad music.
            </p>
            <img src="/media/album_story_images/monocrom_home_3aoU5Wi.webp" alt="Monochrome album cover" id="story-image-right">
        </div>
        <div class="story-wrapper" id="story-wrapper-right">
            <img src="/media/album_story_images/monocrom_home2_h5y7peI.webp" alt="Monochrome album cover" id="story-image-left">
            <div class="story-right-wrapper">
                <p id="story-text-right">
                    All my songs are interlinked in some way. Each song is either in the same wavelength or mentions another song, whether it’s direct or discrete, creating some sort of spectrum of thoughts and feelings. Calling it “Monochrome” is the best thing I have done since most of the songs are about being drained feeling almost black and white. This album means a lot to me more than anyone could ever realise. It’s emotional. Personally, I think each song on the album is perfect in its own way. The whole vibe and theme of monochrome makes it easily one of my favourite projects, without a doubt.
                </p>
                <div class="story-right-buttons">
                    <button onclick="window.location.href='/discography'">View Discography</button>
                    <button onclick="window.location.href='https://elasticstage.com/j4ckgmakesmusic'">View Vinyls/CDs</button>
                    <button onclick="window.location.href='/album/MONOCHROME/Pre-Save'">Pre-Order/Pre-Save</button>
                </div>
            </div>
        </div>
        <div class="wave-bottom">
            <svg viewBox="0 0 1440 320" preserveAspectRatio="none">
                <path fill="#333" fill-opacity=".5" d="M0,192L18.5,160C36.9,128,74,64,111,58.7C147.7,53,185,107,222,149.3C258.5,192,295,224,332,197.3C369.2,171,406,85,443,74.7C480,64,517,128,554,144C590.8,160,628,128,665,144C701.5,160,738,224,775,218.7C812.3,213,849,139,886,128C923.1,117,960,171,997,181.3C1033.8,192,1071,160,1108,170.7C1144.6,181,1182,235,1218,218.7C1255.4,203,1292,117,1329,85.3C1366.2,53,1403,75,1422,85.3L1440,96L1440,320L1421.5,320C1403.1,320,1366,320,1329,320C1292.3,320,1255,320,1218,320C1181.5,320,1145,320,1108,320C1070.8,320,1034,320,997,320C960,320,923,320,886,320C849.2,320,812,320,775,320C738.5,320,702,320,665,320C627.7,320,591,320,554,320C516.9,320,480,320,443,320C406.2,320,369,320,332,320C295.4,320,258,320,222,320C184.6,320,148,320,111,320C73.8,320,37,320,18,320L0,320Z"></path>
                <path fill="#333" fill-opacity="1" d="M0,256L18.5,250.7C36.9,245,74,235,111,202.7C147.7,171,185,117,222,122.7C258.5,128,295,192,332,202.7C369.2,213,406,171,443,138.7C480,107,517,85,554,90.7C590.8,96,628,128,665,160C701.5,192,738,224,775,234.7C812.3,245,849,235,886,213.3C923.1,192,960,160,997,170.7C1033.8,181,1071,235,1108,266.7C1144.6,299,1182,309,1218,293.3C1255.4,277,1292,235,1329,202.7C1366.2,171,1403,149,1422,138.7L1440,128L1440,320L1421.5,320C1403.1,320,1366,320,1329,320C1292.3,320,1255,320,1218,320C1181.5,320,1145,320,1108,320C1070.8,320,1034,320,997,320C960,320,923,320,886,320C849.2,320,812,320,775,320C738.5,320,702,320,665,320C627.7,320,591,320,554,320C516.9,320,480,320,443,320C406.2,320,369,320,332,320C295.4,320,258,320,222,320C184.6,320,148,320,111,320C73.8,320,37,320,18,320L0,320Z"></path>
            </svg>
        </div>
    </div>
</div>

<div class="albums-container-wrapper">
    <div class="albums-container">
        <div class="albums-wrapper">
            <h1>EPs and Albums</h1>
        
            <div class="album-card">
                <img src="/media/album_covers/monochrome.webp" alt="MONOCHROME">
                <div class="album-card-info">
                    <h2>MONOCHROME</h2>
                    <p>?? - 12 Songs</p>
                    <hr>
                    <a href="/album/MONOCHROME"><button>View Album</button></a>
                </div>
            </div>
        
            <div class="album-card">
                <img src="/media/album_covers/Heartbreaker.webp" alt="HEARTBREAKER">
                <div class="album-card-info">
                    <h2>HEARTBREAKER</h2>
                    <p>June 21, 2024 - 5 Songs</p>
                    <hr>
                    <a href="/album/HEARTBREAKER"><button>View Album</button></a>
                </div>
            </div>
        
            <div class="album-card">
                <img src="/media/album_covers/MLNY.webp" alt="MY LIFE, NOT YOURS">
                <div class="album-card-info">
                    <h2>MY LIFE, NOT YOURS</h2>
                    <p>January 19, 2024 - 15 Songs</p>
                    <hr>
                    <a href="/album/MY%20LIFE%2C%20NOT%20YOURS"><button>View Album</button></a>
                </div>
            </div>
        
            <div class="album-card">
                <img src="/media/album_covers/musicistherapy.webp" alt="music is therapy">
                <div class="album-card-info">
                    <h2>music is therapy</h2>
                    <p>December 25, 2022 - 5 Songs</p>
                    <hr>
                    <a href="/album/music%20is%20therapy"><button>View Album</button></a>
                </div>
            </div>
        
            <div class="album-card">
                <img src="/media/album_covers/MyWorldEP.webp" alt="MY WORLD">
                <div class="album-card-info">
                    <h2>MY WORLD</h2>
                    <p>May 06, 2022 - 5 Songs</p>
                    <hr>
                    <a href="/album/MY%20WORLD"><button>View Album</button></a>
                </div>
            </div>
        
        
        <div class="wave-bottom">
            <svg viewBox="0 0 1440 250" preserveAspectRatio="none">
                <path fill="rgb(255, 181, 181)" opacity="0.25" d=" M0,250 C360,200 1080,0 1440,20 L1440,250 L0,250 Z"/>
                <path fill="rgb(255, 181, 181)" opacity="0.5" d=" M0,250 C360,200 1080,40 1440,80 L1440,250 L0,250 Z"/>
                <path fill="rgb(255, 181, 181)" opacity="0.75" d=" M0,250 C360,200 1080,80 1440,120 L1440,250 L0,250 Z"/>
                <path fill="rgb(255, 181, 181)" opacity="1" d=" M0,250 C360,200 1080,120 1440,160 L1440,250 L0,250 Z"/>
            </svg>
        </div>
        
    </div>
</div>


<div class="limited-time-offer-container-wrapper">
    <div class="limited-time-offer-container">
        <h1>AVAILABLE FOR A LIMITED TIME ONLY*</h1>
        <h2>SEASONS: One year anniversary edition</h2>
        <img src="/media/limited_time_offer_images/Seasons_VvQtocD.jpg" alt="One year anniversary edition">
        <div class="limited-time-offer-wrapper">
            <p><p>My song SEASONS is one year old, and to celebrate I have created a Vinyl which is currently being sold on elasticStage. Available in the United Kingdom, United States and Europe. The vinyl contains 4 songs:</p>

<p>1. SEASONS<br>2. SEASONS - Live at the Garrick Theatre, Lichfield, UK<br>3. SO ALONE - Live at the Garrick Theatre, Lichfield, UK<br>4. Summer&#x27;s Day (Exclusive Release)**</p></p>
            <div class="limited-time-offer-notes">
                <p>*Available until May 30, 2025</p>
                
                    <p>**Summer&#x27;s Day, an exclusive song, due to be released on MONOCHROME</p>
                
            </div>
            <a href="https://elasticstage.com/j4ckgmakesmusic/releases/seasons-one-year-anniversary-edition-singleep" target="_blank"><button style="background-color: #FFFFFF;padding: 0.5em 2em;">Buy Now</button></a>
        </div>
    </div>
    <div class="wave-bottom" id="wave-bottom-limited-time-offer" style="bottom: 90px;">
        <svg viewBox="0 0 1440 350" preserveAspectRatio="none">
            <path fill="#222" fill-opacity="1" d="M0,128L11.4,149.3C22.9,171,46,213,69,208C91.4,203,114,149,137,149.3C160,149,183,203,206,229.3C228.6,256,251,256,274,234.7C297.1,213,320,171,343,160C365.7,149,389,171,411,192C434.3,213,457,235,480,245.3C502.9,256,526,256,549,218.7C571.4,181,594,107,617,112C640,117,663,203,686,213.3C708.6,224,731,160,754,149.3C777.1,139,800,181,823,176C845.7,171,869,117,891,133.3C914.3,149,937,235,960,261.3C982.9,288,1006,256,1029,213.3C1051.4,171,1074,117,1097,90.7C1120,64,1143,64,1166,90.7C1188.6,117,1211,171,1234,181.3C1257.1,192,1280,160,1303,170.7C1325.7,181,1349,235,1371,218.7C1394.3,203,1417,117,1429,74.7L1440,32L1440,320L1428.6,320C1417.1,320,1394,320,1371,320C1348.6,320,1326,320,1303,320C1280,320,1257,320,1234,320C1211.4,320,1189,320,1166,320C1142.9,320,1120,320,1097,320C1074.3,320,1051,320,1029,320C1005.7,320,983,320,960,320C937.1,320,914,320,891,320C868.6,320,846,320,823,320C800,320,777,320,754,320C731.4,320,709,320,686,320C662.9,320,640,320,617,320C594.3,320,571,320,549,320C525.7,320,503,320,480,320C457.1,320,434,320,411,320C388.6,320,366,320,343,320C320,320,297,320,274,320C251.4,320,229,320,206,320C182.9,320,160,320,137,320C114.3,320,91,320,69,320C45.7,320,23,320,11,320L0,320Z"></path>
        </svg>
    </div>
</div>


</div>

                <script data-name="BMC-Widget" data-cfasync="false"
                    src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js" data-id="j4ckgmakesmusic"
                    data-description="Support me on Buy me a coffee!" data-message="" data-color="#333"
                    data-position="Right" data-x_margin="18" data-y_margin="18"></script>
            </div>
            <script>
                function replaceBmcLogo() {
                    const img = document.querySelector('#bmc-wbtn img');
                    if (img && img.src.includes('coffee%20cup.svg')) {
                        img.src = '/static/images/bmac.svg';
                        img.style.width = '36px';
                        img.style.height = '36px';
                    }
                }

                const observer = new MutationObserver(() => {
                    replaceBmcLogo();
                });

                window.addEventListener('DOMContentLoaded', function () {
                    const checkWidget = setInterval(() => {
                        const widget = document.getElementById('bmc-wbtn');
                        if (widget) {
                            replaceBmcLogo();
                            observer.observe(widget, { childList: true, subtree: true });
                            clearInterval(checkWidget);
                        }
                    }, 300);
                });
            </script>
            <footer>
                <p>&copy; 2025 J4CKG</p>
            </footer>
        </main>
    </div>
    <script>
        var _paq = window._paq = window._paq || [];
        _paq.push(['trackPageView']);
        _paq.push(['enableLinkTracking']);
        (function () {
            var u = "//analytics.mybustimes.cc/";
            _paq.push(['setTrackerUrl', u + 'matomo.php']);
            _paq.push(['setSiteId', '4']);
            var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0];
            g.async = true; g.src = u + 'matomo.js'; s.parentNode.insertBefore(g, s);
        })();
    </script>
    <img referrerpolicy="no-referrer-when-downgrade" src="https://analytics.mybustimes.cc/matomo.php?idsite=4&amp;rec=1"
        style="border:0" alt="" />

    <script>
        document.addEventListener("DOMContentLoaded", function () {
            const isAppleMobile = /iPad|iPhone|iPod|Macintosh|MacIntel/.test(navigator.userAgent) && !window.MSStream;

            if (isAppleMobile) {
                document.body.classList.add("is-ios");
            }
        });
    </script>
</body>

</html>                               

Whois info of domain

Domain Name: J4CKG.COM
Registry Domain ID: 2979933461_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.namecheap.com
Registrar URL: http://www.namecheap.com
Updated Date: 2025-05-02T09:38:12Z
Creation Date: 2025-05-02T09:32:12Z
Registry Expiry Date: 2026-05-02T09:32:12Z
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: JASON.NS.CLOUDFLARE.COM
Name Server: RAFE.NS.CLOUDFLARE.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-13T13:11:37Z <<<
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