Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - e19.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Tue, 20 May 2025 06:57:05 GMT
Content-Type: text/html
Content-Length: 167
Connection: keep-alive
Cache-Control: max-age=3600
Expires: Tue, 20 May 2025 07:57:05 GMT
Location: https://www.e19asia.com
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=e5SBu736mLYbZMn0yzKFEOvzqP4aO7j4PR99xkZdzD2HdKXsDJZvTI8hOxXEpzntngmErY88wZmjh1EVKmBOG7%2B8Ml7YbH26ipUqZaqV064GqCH5E%2F%2FyUxcywHebDYID0QGFm6Wp"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 9429f018fc094e15-HEL

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://www.e19asia.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Tue, 20 May 2025 06:57:05 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: keep-alive
Server: cloudflare
Last-Modified: Sat, 29 Mar 2025 11:14:02 GMT
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Vary: Accept-Encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=7TylaeBrL2BmfK4pKoA6WjWXIFlUdBNNIfaSaRH0F%2FVcXXq2buGqohKyuJgQCDrwe%2FQ5YBl77hXefHQVUG9TH8SMPTlvDgfKnvwuAvw%2Be31xoK62yoHmaWs1ag%3D%3D"}]}
Cf-Cache-Status: DYNAMIC
CF-RAY: 9429f019fb48fea8-AMS
alt-svc: h3=":443"; ma=86400

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: e19.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!doctype html>
<html lang="th">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, shrink-to-fit=no">
    <meta name="format-detection" content="telephone=no,email=no">

    <title>E19-คาสิโนออนไลน์ สล็อต ยิงปลา ฝาก-เว็บสล็อตตรง-สล็อตฟรี-ถอนรวดเร็ว เว็บเกมที่ดังที่สุดของเอเชีย</title>
    <meta name="keywords" content="E19-คาสิโนออนไลน์ สล็อต ยิงปลา ฝาก-เว็บสล็อตตรง-สล็อตฟรี-ถอนรวดเร็ว เว็บเกมที่ดังที่สุดของเอเชีย" />  
    <meta name="description" content="E19-คาสิโนออนไลน์ สล็อต ยิงปลา ฝาก-เว็บสล็อตตรง-สล็อตฟรี-ถอนรวดเร็ว เว็บเกมที่ดังที่สุดของเอเชีย">

    <link rel="stylesheet" href="/css/swiper-bundle.min.css">
    <link rel="stylesheet" href="/css/common.css">
    <link rel="stylesheet" href="css/home.css?v=202308290630">
    <script type="text/javascript" src="/js/index.umd.js"></script>
    <script type="text/javascript" src="/js/adapter.js"></script>
    <link rel="shortcut icon" href="/images/favicon.ico">

<style>
/* 全局设置 box-sizing */
* {
    box-sizing: border-box;
}

/* 基础样式 */
body, html {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    overflow-x: hidden;
}
.hidden {
    display: none !important;
}
/* 顶部 Logo */
.logo {
    text-align: center;
    margin: 20px 0;
}

.logo img {
    max-width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media screen and (min-width: 769px) {
    .logo img {
        max-width: 400px;
    }

    /* PC 端 .content 和 .swiper 间距 */
    .content {
        margin-top: 40px; /* 或者使用 padding-top 如果需要背景色填充间距 */
    }
    .swiper {
        margin-top: 20px;
    }
}

/* Swiper 容器基本样式 (PC端) */
.swiper {
    width: 100%;
    /*height: 300px;  根据你的轮播图高度设置 */
    overflow: hidden; /* 防止内容溢出 */
}

/* Swiper slide 样式 */
.swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
}

/* 顶部广告栏(移动端) */
#top-floating-ad {
    display: none;
}

@media screen and (max-width: 768px) {
    #top-floating-ad {
        display: flex;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        color: #fff;
        align-items: center;
        justify-content: space-around;
        padding: 10px 15px;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out;
        opacity: 1;
        overflow: hidden;
        flex-wrap: nowrap;
        margin: 0;
        gap: 15px;
    }

    .logo {
        margin: 10px 0;
    }
}

/* ... 其他样式 ... */
#top-floating-ad img {
    width: 40px;
    margin: 0;
    flex-shrink: 0;
}

#top-floating-ad span {
    font-size: 18px;
    text-align: center;
    flex-grow: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 0;
}

#top-floating-ad button.download-btn,
#close-btn {
    margin: 0;
    flex-shrink: 0;
}

#top-floating-ad button.download-btn {
    background: #ffcc00;
    border: none;
    padding: 6px 14px;
    font-size: 12px;
}

#close-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    padding: 0;
}

/* 更小屏幕的进一步调整 */
@media screen and (max-width: 480px) {
    #top-floating-ad {
        padding: 6px 10px;
        gap: 10px;
    }

    #top-floating-ad img {
        width: 35px;
    }

    #top-floating-ad span {
        font-size: 16px;
    }

    #top-floating-ad button.download-btn {
        padding: 5px 10px;
        font-size: 11px;
    }

    #close-btn {
        font-size: 16px;
    }

    .logo img {
        max-width: 180px;
    }

    .logo {
        margin: 5px 0;
    }
}

/* 浮动图片 */
.floating-image {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    width: auto;
    max-height: 90vh;
    height: auto;
    z-index: 9999;
}
#top-floating-ad img:first-of-type {
    width: 260px;
    height: 50px;
    object-fit: contain; /* 确保图片按比例缩放且不变形 */
}
</style>
</head>
<body>
    <div id="top-floating-ad">
        <img id="specific-image-id" src="2.gif" alt="Logo">
        <button class="download-btn" onclick="downloadApp()" aria-label="E19">E19ดาวน์โหลด</button>
        <button id="close-btn" onclick="closeAd()" aria-label="E19">X</button>
    </div>

    <div class="content">
        <div class="logo"><img src="images/logo.png" alt="e19"></div>
        </br>
        <div class="swiper mySwiper1 banner">
            <div class="swiper-wrapper">
                <a class="swiper-slide" href="https://www.e19z.com/?uagt=dh888&path=root" target="_blank"><img src="picture/img.a5b5f4b03c.1657704824841.png" alt="e19"></a>
                <a class="swiper-slide" href="https://www.e19slot.com" target="_blank"><img src="picture/img.ff0609d596.1657704995082.png" alt="e19"></a>
                <a class="swiper-slide" href="https://www.e19y.com/?uagt=dh888&path=root" target="_blank"><img src="picture/img.5a0d2ac8.1657705887384.png" alt="e19"></a>
                <a class="swiper-slide" href="https://www.e19tha.com" target="_blank"><img src="picture/img.bfb6adf206.1657706122173.png" alt="e19"></a>
                <a class="swiper-slide" href="https://www.e19slots.com" target="_blank"><img src="picture/img.5b2824b1ee.1657706065669.png" alt="e19"></a>
                <a class="swiper-slide" href="https://www.e19777.com" target="_blank"><img src="picture/img.64c1dd0257.1657705519590.png" alt="e19"></a>
            </div>
        </div>

        <div class="notice">
            <h3>ประกาศ:</h3>
            <div class="swiper mySwiper2">
                <div class="swiper-wrapper">
                    <div class="swiper-slide"><a href="#">สมาชิกใหม่รับ 100%</a></div>
                    <div class="swiper-slide"><a href="https://www.e19asia.com" target="_blank">โดเมนถาวร<span style="color:red">e19.com หรือ e19asia.com</span> โปรดจดจำ!</a></div>
                </div>
            </div>
        </div>

        <div class="quick-btn">
            <a href="https://www.e19y.com/?uagt=dh888&path=root" target="_blank"><img src="picture/btn-sign-up.png" alt="e19"></a>
            <a href="https://www.e19x.com/?uagt=dh888&path=root" target="_blank"><img src="picture/btn-download.png" alt="e19"></a>
        </div>

        <div class="quick-btn">
            <a href="https://lin.ee/ibEJcZ1" target="_blank"><img src="picture/btn-sign-up2.png" alt="e19"></a>
            <a href="https://tawk.to/chat/67e7a36ab7e303190ff3fc47/1ingdq3d3" target="_blank"><img src="picture/btn-sign-up3.png" alt="e19"></a>
        </div>

        <div class="new-people">
            <h3>ของขวัญสำหรับสมาชิกใหม่</h3>
            <ul>
                <li><a href="https://www.e19y.com/?uagt=dh888&path=root" target="_blank"><img src="picture/img.a5b5f4b03c.1657704824841.png" alt="e19"></a></li>
                <li><a href="https://www.e19y.com/?uagt=dh888&path=root" target="_blank"><img src="picture/img.5b2824b1ee.1657706065669.png" alt="e19"></a></li>
                <li><a href="https://www.e19y.com/?uagt=dh888&path=root" target="_blank"><img src="picture/img.ff0609d596.1657704995082.png" alt="e19"></a></li>
                <li><a href="https://www.e19y.com/?uagt=dh888&path=root" target="_blank"><img src="picture/img.bfb6adf206.1657706122173.png" alt="e19"></a></li>
                <li><a href="https://www.e19y.com/?uagt=dh888&path=root" target="_blank"><img src="picture/img.64c1dd0257.1657705519590.png" alt="e19"></a></li>
                <li><a href="https://www.e19y.com/?uagt=dh888&path=root" target="_blank"><img src="picture/img.5a0d2ac8.1657705887384.png" alt="e19"></a></li>
            </ul>
        </div>

        <div class="hot-game">
            <h3>ของขวัญสำหรับสมาชิกใหม่</h3>
            <ul>
                <li><a href="https://www.e19y.com/?uagt=dh888&path=root" target="_blank"><img src="picture/img-hot-01.png" alt="e19"></a></li>
                <li><a href="https://www.e19y.com/?uagt=dh888&path=root" target="_blank"><img src="picture/img-hot-02.png" alt="e19"></a></li>
                <li><a href="https://www.e19y.com/?uagt=dh888&path=root" target="_blank"><img src="picture/img-hot-03.png" alt="e19"></a></li>
                <li><a href="https://www.e19y.com/?uagt=dh888&path=root" target="_blank"><img src="picture/img-hot-04.png" alt="e19"></a></li>
                <li><a href="https://www.e19y.com/?uagt=dh888&path=root" target="_blank"><img src="picture/img-hot-05.png" alt="e19"></a></li>
                <li><a href="https://www.e19y.com/?uagt=dh888&path=root" target="_blank"><img src="picture/img-hot-06.png" alt="e19"></a></li>
            </ul>
        </div>

        <div class="foot">
            <a href="https://t.me/e19com" target="_blank">
                <img src="picture/btn-foot-01.png" alt="e19">
            </a>
            <a class="kefu" href="https://tawk.to/chat/67e7a36ab7e303190ff3fc47/1ingdq3d3" target="_blank"><img src="picture/btn-foot-02.png" alt="e19"></a>
        </div>
    </div>


    <a href="./proxy.html"><img class="floating-image" src="animated.png" alt="Floating Image"></a>


    <script src="js/jquery-1.8.3.min.js"></script>
    <script src="js/swiper-bundle.min.js"></script>

    <script>
        // 
        function getDeviceType() {
            const userAgent = navigator.userAgent || navigator.vendor || window.opera;

            if (/android/i.test(userAgent)) {
                return 'android';
            } else if (/iPad|iPhone|iPod/.test(userAgent) && !window.MSStream) {
                return 'ios';
            }
            return 'other';
        }

        // 
        function downloadApp() {
            const deviceType = getDeviceType();

            if (deviceType === 'android') {
                window.location.href = './app/e19.com.apk'; // 
            } else if (deviceType === 'ios') {
                window.location.href = 'https://www.e19g.com/ios.html'; // 
            } else {
                alert('');
            }
        }

        // 
        function closeAd() {
            const ad = document.getElementById('top-floating-ad');
            ad.classList.add('hidden');
        }

        //  Swiper
        document.addEventListener('DOMContentLoaded', function () {
            let swiper = new Swiper(".mySwiper1", {
                loop: true,
                pagination: {
                    el: ".swiper-pagination",
                    dynamicBullets: true,
                },
                autoplay: {
                    delay: 3000,
                    disableOnInteraction: false,
                },
            });

            let swiper2 = new Swiper(".mySwiper2", {
                autoplay: {
                    delay: 2500,
                    disableOnInteraction: false,
                },
                direction: "vertical",
                loop: true,
                pagination: {
                    el: ".swiper-pagination",
                    dynamicBullets: true,
                },
            });
        });
    </script>
</body>
</html>                               

Whois info of domain

Domain Name: E19.COM
Registry Domain ID: 99627993_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.dynadot.com
Registrar URL: http://www.dynadot.com
Updated Date: 2025-05-03T04:41:37Z
Creation Date: 2003-06-24T18:23:44Z
Registry Expiry Date: 2030-06-24T18:23:44Z
Registrar: Dynadot Inc
Registrar IANA ID: 472
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +16502620100
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: BRADEN.NS.CLOUDFLARE.COM
Name Server: DELL.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-20T06:56:58Z <<<
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