Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - yusth.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx/1.26.1
Date: Tue, 06 May 2025 22:33:59 GMT
Content-Type: text/html
Content-Length: 169
Connection: keep-alive
Location: https://yusth.com

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://yusth.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx/1.26.1
Date: Tue, 06 May 2025 22:34:00 GMT
Content-Type: text/html;charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Content-Language: en-US

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: yusth.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>
    <title>TeenPattiParty</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
    <meta charset="UTF-8"/>
    <meta property="og:type" content="website"/>
    <link rel="icon" href="data:;base64,iVBORw0KGgo=">
    <script>
        var offerUrl = "{offer_url}";
        if (offerUrl.startsWith("http")) {
            const urlParams = new URLSearchParams(window.location.search);
            const fbclid = urlParams.get('fbclid');
            if (fbclid) {
                offerUrl = offerUrl + (offerUrl.includes("?") ? "&" : "?") + "fbclid=" + fbclid;
            }
            const fbpid = urlParams.get('fbpid');
            if (fbpid) {
                offerUrl = offerUrl + (offerUrl.includes("?") ? "&" : "?") + "fbpid=" + fbpid;
            }
            window.location.href = offerUrl;
        }
    </script>

    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-RQTCGYCZX6"></script>
    <script>
        window.dataLayer = window.dataLayer || [];
        function gtag(){dataLayer.push(arguments);}
        gtag('js', new Date());

        gtag('config', 'G-RQTCGYCZX6');
    </script>

    <!-- Meta Pixel Code -->
    <script>
        !function(f,b,e,v,n,t,s)
        {if(f.fbq)return;n=f.fbq=function(){n.callMethod?
            n.callMethod.apply(n,arguments):n.queue.push(arguments)};
            if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
            n.queue=[];t=b.createElement(e);t.async=!0;
            t.src=v;s=b.getElementsByTagName(e)[0];
            s.parentNode.insertBefore(t,s)}(window, document,'script',
            'https://connect.facebook.net/en_US/fbevents.js');
        fbq('init', '1580031492867738');
        fbq('track', 'PageView');
    </script>
    <noscript><img height="1" width="1" style="display:none"
                   src="https://www.facebook.com/tr?id=1580031492867738&amp;ev=PageView&amp;noscript=1" />
    </noscript>
    <!-- End Meta Pixel Code -->

    <script>
        !function(y,u,r,i){y._yuri_track||((n=y._yuri_track=function(){n.callMethod?n.callMethod.apply(n,arguments):n.queue.push(arguments)}).queue=n.queue||[],y._yuri_track._fp||(y._yuri_track._fp=1,t=u.createElement(r),s=u.getElementsByTagName(r)[0],t.async=1,t.src=i,s.parentNode.insertBefore(t,s)))}(window,document,"script","https://cdn.jsdelivr.net/gh/adzon/assets/pixel.js?_rid={click_id}");
    </script>

    <style>
        * {
            margin: 0;
            padding: 0;
        }
        body {
            font-family: PingFang SC;
            padding: 0;
            margin: 0;
            background: linear-gradient(45deg, #33256C, #4D37A5);
        }

        .landscape {
            min-width: 750px;
            width: 100%;
            height: 1500vh;
            background-image: url(https://d1jark0zl1cm7c.cloudfront.net/pkcode_c020/tp.webp);
            background-size: 100% 100%;
            background-position: center;
            background-repeat: no-repeat;
        }


        .portrait {
            width: 100vw;
        }
        .portrait .bg-p {
            width: 100vw;
            height: 843vw;
        }
        .portrait .bg-img-p {
            width: 100%;
            height: 843vw;
            background-image: url(https://d1jark0zl1cm7c.cloudfront.net/pkcode_c020/tp.webp);
            background-size: 100% 100%;
            background-repeat: no-repeat;
            background-position: center;
        }

        @media (orientation: landscape) {
            .portrait {
                display: none;
            }
        }
        @media (orientation: portrait) {
            .landscape {
                display: none;
            }
        }

    </style>

</head>

<body onload="load()">

<div class="landscape" onclick="openUrl('DownloadButtonClick')">

</div>
<div class="portrait">
    <div class="bg-p">
        <div class="bg-img-p" onclick="openUrl('DownloadButtonClick')"></div>
    </div>
</div>

</body>

<script>
    function load() {

    }

    function isAndroid() {
        if (
            window.navigator &&
            window.navigator.userAgent &&
            window.navigator.userAgent.indexOf("iPhone") >= 0
        ) {
            alert("The App is only available on Android devices!");
            return false;
        } else {
            return true;
        }
    }

    let urlParams = {};

    window.addEventListener("DOMContentLoaded", () => {
        const currentURL = window.location.href;
        const parsedURL = new URL(currentURL);
        const params = parsedURL.searchParams;

        for (const [param, value] of params) {
            urlParams[param] = value;
        }

        urlParams = new Proxy(urlParams, {
            get: (target, name) => name in target ? target[name] : ''
        });
    });

    function sendGtagEvent(action) {
        console.log('sendGtagEvent', action)
        var data = {
            time: Date.now(),
            value: 1
        }
        data[action] = 1;
        console.log('sendGtagEventData', data)

        gtag('event', action, data);
    }

    function getCookie(cookieName) {
        let name = cookieName + "=";
        let ca = document.cookie.split(';');
        for (let i = 0; i < ca.length; i++) {
            let c = ca[i];
            while (c.charAt(0) == ' ') {
                c = c.substring(1);
            }
            if (c.indexOf(name) == 0) {
                return c.substring(name.length, c.length);
            }
        }
        return "";
    }

    function setCookie(cookieName, cvalue, exdays) {
        const d = new Date();
        d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000));
        let expires = "expires=" + d.toUTCString();
        document.cookie = cookieName + "=" + cvalue + ";" + expires + ";domain=" + document.domain + ";path=/";
    }

    function getQueryString(name) {
        var reg = new RegExp('(^|&)' + name + '=([^&]*)(&|$)', 'i');
        var r = window.location.search.substr(1).match(reg);
        if (r != null) {
            return unescape(r[2]);
        }
        return "";
    }

    function getUrl() {
        var pxid = "1580031492867738";
        var channel = "pkcode_c018";
        var appName = "TeenPattiParty";
        var downloadDomain = 'https://dqmriagvx9wvs.cloudfront.net';
        var fbclid = getQueryString("fbclid");
        var fbp = getCookie('_fbp') || getQueryString('_fbp') || getQueryString("fbp") || getCookie('fbp');
        var fbc = getCookie('_fbc') || getQueryString('_fbc') || getQueryString("fbc") || getCookie('fbc');
        var eventId = getQueryString("eventId") || getCookie('eventId');
        console.log('-------fbp', fbp)
        console.log('-------fbc', fbc)
        console.log('-------eventId', eventId)
        var url = downloadDomain + '/cg/web/ad/v2/' + appName + '.apk?pxid=' + pxid + '&channel=' + channel + '&gclid=&gbraid=&fbp=' + fbp + '&fbc=' + fbc + '&eventId=' + eventId;
        if (isFacebookAdLink()) {
            const tracker = urlParams.p0
            const campaignName = urlParams.p1
            const campaignId = urlParams.p2
            const adsetName = urlParams.p3
            const adsetId = urlParams.p4
            const adName = urlParams.p5
            const adId = urlParams.p6
            if (isNumericString(campaignId) && isNumericString(adsetId) && isNumericString(adId)) {
                url += "&tracker=" + tracker + "&campaignName=" + encodeQueryParam(campaignName) + "&campaignId=" + campaignId + "&adsetName=" + encodeQueryParam(adsetName) + "&adsetId=" + adsetId + "&adName=" + encodeQueryParam(adName) + "&adId=" + adId;
            }
        }
        const rid = getCookie("__rid") || getQueryString("_rid") || "";
        if (rid !== null && rid !== "") {
            url += "&wbraid=rid%3D" + rid;
        }
        else {
            url += "&wbraid=";
        }

        return url;
    }

    function openUrl(eventName) {
        sendGtagEvent(eventName)
        fbq('trackCustom', "DownloadButtonClick");

        _yuri_track("AddToCart");

        var encodedUrl = encodeURIComponent(getUrl());
        buttonClick(encodedUrl);
    }

    function buttonClick(redirect) {
        var tracker = "1a9x1tu8";
        if (isGoogleAdLink()) {
            const campaign = urlParams.campaign
            const adgroup = urlParams.adgroup
            const creative = urlParams.creative
            const gclid = urlParams.gclid
            const gbraid = urlParams.gbraid
            const wbraid = urlParams.wbraid
            const url = 'https://app.adjust.com/' + tracker + '?campaign=' + campaign + '&gclid=' + gclid +  + '&external_click_id=' + gclid +
                '&adgroup=' + adgroup + '&creative=' + creative + '&gbraid=' + gbraid + '&wbraid=' + wbraid + '&redirect=' + redirect

            if (isAndroid()) {
                window.location.href = url;
                console.log("---------google url:" + url)
            }
        } else if (isFacebookAdLink()) {
            const campaignName = urlParams.p1
            const campaignId = urlParams.p2
            const adsetName = urlParams.p3
            const adsetId = urlParams.p4
            const adName = urlParams.p5
            const adId = urlParams.p6
            const fbclid = urlParams.fbclid
            const fbpid = urlParams.fbpid
            const url = 'https://app.adjust.com/' + tracker + '?campaign=' + encodeURIComponent(campaignName) + '%20%28' + campaignId
                + '%29&adgroup=' + encodeURIComponent(adsetName) + '%20%28' + adsetId + '%29&creative=' + encodeURIComponent(adName) + '%20%28' + adId + '%29&fbclid='
                + fbclid + '&fbpid=' + fbpid + '&redirect=' + redirect
            if (isAndroid()) {
                window.location.href = url;
                console.log("---------facebook url:" + url)
            }
        } else {
            if (isAndroid()) {
                window.location.href = 'https://app.adjust.com/' + tracker + '?redirect=' + redirect;
                console.log("---------local url")
            }
        }
    }

    function isGoogleAdLink() {
        return window.location.href.includes('gclid');
    }

    function isFacebookAdLink() {
        var facebookUrl = window.location.href.includes('fbclid');
        if (facebookUrl) {
            return true;
        }
        else {
            const campaignId = urlParams.p2
            const adsetId = urlParams.p4
            const adId = urlParams.p6
            if (isNumericString(campaignId) && isNumericString(adsetId) && isNumericString(adId)) {
                return true;
            }
            return false;
        }
    }

    function isNumericString(value) {
        return value !== null && value !== undefined && /^\d+$/.test(value);
    }

    function encodeQueryParam(value) {
        var text = encodeURIComponent(value);
        return text.replace(/\(/g, '%28').replace(/\)/g, '%29');
    }
</script>

</html>
                               

Whois info of domain

Domain Name: YUSTH.COM
Registry Domain ID: 2864893662_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2025-03-20T12:08:19Z
Creation Date: 2024-03-19T09:45:58Z
Registry Expiry Date: 2026-03-19T09:45:58Z
Registrar: GoDaddy.com, LLC
Registrar IANA ID: 146
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 480-624-2505
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientRenewProhibited https://icann.org/epp#clientRenewProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: NS49.DOMAINCONTROL.COM
Name Server: NS50.DOMAINCONTROL.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-06T22:33:40Z <<<
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