Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - lwnxi.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sat, 03 May 2025 01:13:58 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
Cache-Control: private
X-AspNetMvc-Version: 5.2
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
cf-cache-status: DYNAMIC
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=1jj%2FsL7KOKojPDPs998r162A%2FCLOUbGK2NiWxlIkGxDRAIn7n7dfVpymadd%2BUliHfN%2Bcx%2F%2F0hIZnPIII5VDuLp7enWBzVwEztxqNofyL%2FGslDAfdmxvhVUPgyCH4l0lRLQ990uN5A34%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 939be617e8820a38-ARN
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=7320&min_rtt=7320&rtt_var=3660&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 200 OK

200 response 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: lwnxi.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 name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
    <meta charset="UTF-8">
    <title>quiz</title>
    <link href="/Content/global/default/font/font.css" rel="stylesheet" />
    <link href="/Content/global/test/test2.css?v=21" rel="stylesheet" />
    <script src="/Content/global/js/common-hook.js?v=6"></script>
    <link href="/Content/css/adtext.css" rel="stylesheet" />
    <script src="/Content/global/js/share_jp.js?v=1"></script>
    <script src="/Content/global/test/testUtils.js"></script>
    <script type="application/javascript" src="/Content/global/js/fastclick.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js" integrity="" crossorigin="anonymous"></script>
    
    <meta property="og:title" content="quiz" />
    <meta property="og:type" content='website' />
    <meta property="og:url" content="http://lwnxi.com" />
    <meta property="og:description" content="" />
    <meta property="og:image" content="//store.lwnxi.com/logo/2024-06-04/3B24E36F2E60.svg" />
    <meta property="og:site_name" content="quiz" />


    
    <style>


        .headling_top_title {
            font-size: 22px;
            font-weight: 400;
            color: #FFFFFF;
            width: 40% !important;
            padding-left: 0px !important;
            height: 100%;
            text-align: center;
            display: flex;
            justify-content: center !important;
            align-items: center;
        }

        .headling_nav_fixed {
            position: fixed;
            top: 60px;
            left: 0;
            background: #fff;
            z-index: 1999999;
            width: 100vw;
            max-width: 477px;
            transition: all 0.3s;
            overflow: hidden;
        }

        @media(min-width:477px) {

            #root {
                max-width: 477px;
                margin: 0 auto;
                /* border: 1px solid #f0f0f0; */
                height: auto !important;
                background: #333333;
                position: relative;
            }

            .headling_nav_fixed {
                margin-left: calc(50% - 477px/2);
            }

            .headling_main {
                height: auto !important;
                margin-top: 50px;
            }


            .headling_top {
                padding-top: 0px;
                width: 477px;
                height: 60px;
                /* background: #F04142; */
                display: flex;
                justify-content: center;
                align-items: center;
                position: fixed;
                top: 0;
                background: #f2f2f2;
                z-index: 99;
            }
        }

        @media(max-width:477px) {
            .headling_main {
                height: calc(100% - 50px);
                overflow-y: auto;
            }
        }


        .headling_nav {
            display: flex;
            flex-direction: row;
            gap: 10px;
            height: 70px;
            width: calc(100% - 30px);
        }

        .headling_nav_btn {
            width: 30%;
            background: #FF9219;
            flex: 1;
            font-weight: 300;
            font-size: 18px;
            color: #fff;
            white-space: nowrap;
            padding: 0 30px;
            line-height: 44px;
            text-align: center;
            height: 44px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .headling_nav_btn img {
                width: 32px;
                height: 19px;
            }

        .headling_nav_btn_next {
            background: #F65D46;
            flex: 3;
            height: 44px;
            font-weight: 300;
            font-size: 18px;
            color: #fff;
            white-space: nowrap;
            padding: 0 30px;
            line-height: 44px;
            text-align: center;
            height: 44px;
            border-radius: 5px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .headling_nav_btn_next img {
                width: 32px;
                height: 19px;
                transform: rotateZ(180deg);
                margin-left: 5px;
            }

        a {
            text-decoration: none;
            color: black;
        }

        #root {
            max-width: 477px;
            margin: 0 auto;
            /*border: 1px solid #f0f0f0;*/
            /*height: 100vh;*/
            background: #f2f2f2;
            position: relative;
        }
    </style>
</head>
<body style=" overflow-x: hidden;">
    <div id="root">
        
        
        <div class="headling_top">
            <div class="headling_top_left" onclick="location.href = '/';">
                <img src="/Content/global/test/home.png" style="width:26px;height:26px;" />
            </div>
            <div class="headling_top_title" onclick="location.href = '/';"><img src="//store.lwnxi.com/logo/2024-06-04/3B24E36F2E60.svg" class="headling_logo" /></div>
            <div class="headling_top_right" onclick="showNav(event)">
                <img src="/Content/global/test/nav.png" style="width: 27px; height: 27px; display: block; " />
            </div>
        </div>

        

<div class="headling_main">

    
<style>
#bottom_fixed_search{position:fixed;bottom:30px;width:90vw;margin-left:5vw;height:46px;display:flex;}.bottom_fixed_search_main{width:73vw;height:100%;background:#fff;border-radius:5px;display:flex;overflow:hidden;transition:width 0.3s;position:absolute;right:17vw;}.bottom_fixed_search_main_no{width:0;height:100%;background:#fff;border-radius:5px;display:flex;overflow:hidden;transition:width 0.3s;position:absolute;right:17vw;}#bottom_fixed_search_icon{width:46px;height:46px;position:absolute;right:0;}.bottom_fixed_search_main_left{width:65px;height:46px;background:#E4E4E4;color:#535353;line-height:46px;text-align:center;font-size:15px;}.bottom_fixed_search_main_center{width:calc(73vw - 130px);height:46px;color:#535353;line-height:46px;text-align:left;font-size:15px;text-indent:10px;}.bottom_fixed_search_main_right{width:65px;height:46px;background:#397CFB;color:#fff;line-height:46px;text-align:center;font-size:15px;}
</style>
<div id="bottom_fixed_search" style="display:none;">
    <div id="bottom_fixed_search_main" class="bottom_fixed_search_main">

        <div class="bottom_fixed_search_main_left">文章ID</div>
        <div class="bottom_fixed_search_main_center"></div>
        <div class="bottom_fixed_search_main_right" onclick="jump()">打开</div>
    </div>
    <img id="bottom_fixed_search_icon" src="/Content/images/chakanwz.png">
</div>
<script>
    let open = true;
    document.querySelector("#bottom_fixed_search_icon").addEventListener("click", () => {
        open = !open;
        if (open) {
            document.querySelector("#bottom_fixed_search_main").className = "bottom_fixed_search_main"
        } else {
            document.querySelector("#bottom_fixed_search_main").className = "bottom_fixed_search_main_no"
        }

    });
    $(function () {
        let refurl = document.referrer;
        if (refurl.endsWith("/top10")) {
            document.querySelector("#bottom_fixed_search").style.display = "flex";
            let url = gc("top10jumpurl");
            if (url) {
                $(".bottom_fixed_search_main_center").text(url);
            }
            sc("top10jumpurl","");
        }
    })
    function jump() {
        location.href = $(".bottom_fixed_search_main_center").text();
    }
    function sc(name, value) {
        var exp = new Date();
        exp.setTime(exp.getTime() + 6 * 60 * 60 * 1000);
        document.cookie = name + "=" + escape(value) + ";expires=" + exp.toGMTString() + ";path=/";
    }
    function gc(name) {
        var arr = document.cookie.match(new RegExp("(^| )" + name + "=([^;]*)(;|$)"));
        if (arr != null) return unescape(arr[2]); return null;
    }

</script>


</div>


        <div class="headling_nav_fixed" style="max-height:0;" id="headling_nav_fixed">
            <div style="max-height:450px;overflow-y:auto">

                    <div class="headling_top_tag_31_title" onclick="location.href = '/home/test';">
                        <div style="width: 3px; height: 18px; background: #C04423; margin-right: 10px; width: 3px; background: #C04423 "></div>
                        テスト
                    </div>
                    <div class="headling_top_tag_31_text">
                    </div>
                    <div style="clear:both"></div>


                <div style="width:100%;height:50px;">

                </div>
                <div style="width:calc(100% - 20px);height:50px;position:absolute;bottom:0;display:flex;align-items:center;justify-content:flex-end;padding-right:20px;">
                    <svg onclick="closeNav()" t="1694510767524" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5714" width="16" height="16"><path d="M573.056 272l308.8 404.608A76.8 76.8 0 0 1 820.736 800H203.232a76.8 76.8 0 0 1-61.056-123.392L450.976 272a76.8 76.8 0 0 1 122.08 0z" p-id="5715" fill="#ffffff"></path></svg>
                </div>

            </div>
        </div>

        <div class="pc_footer">
            <footer style="padding: 10px;">
                <div>
                    <div>©2024 lwnxi.com. All Rights Reserved.</div>
                    <div class="footlink">

                        <div>
                            <a href="/about/about-ja.html#about" target="_blank">私たちに関しては</a>
                            <a href="/about/about-ja.html#policy" target="_blank">政策と安全</a>
                            <a href="/about/about-ja.html#terms" target="_blank">条項</a>
                            <a href="/about/about-ja.html#privacy" target="_blank">プライバシー</a>
                            <a href="/about/about-ja.html#copyright" target="_blank">版権</a>
                        </div>
                        <div>
                            
                            
                        </div>

                    </div>
                    <div style="font-size:13px;"></div>
                </div>



            </footer>
        </div>

        <img class="headling_float_top" onclick="scrollToTop()" src="/Content/images/top.png?v=3" id="headling_float_top" style="opacity:0;display:none" />

        

    </div>

</body>

<script>
    let floatWidthHeadlng = 71
</script>


<script>

    let headlingOpen = false

    function openMenu ( e ) {

        headlingOpen = !headlingOpen

        if ( headlingOpen ) {
            document.getElementById( "headling_float" ).className = "headling_float_outside_hover"
            document.getElementById( "headling_float_add" ).className = "headling_float_add_hover"
        } else {
            document.getElementById( "headling_float" ).className = "headling_float_outside"
            document.getElementById( "headling_float_add" ).className = "headling_float_add"

        }

        e.stopPropagation();

    }

    let popBack = popDown( null, 1, 'top:60px;', true, false );
    function showNav ( e ) {

        if ( popBack.state() === true ) {
            closeNav();
            return;
        }

        document.querySelector( "#headling_nav_fixed" ).style.maxHeight = "450px";
        popBack.show();
        e.stopPropagation();

    }


    function closeNav ( e ) {

        document.querySelector( "#headling_nav_fixed" ).style.maxHeight = "0px";
        try {
            document.querySelector( "#headling_nav_fixed" ).style.maxHeight = "0px";
        } catch ( e ) {

        }

    }


    let headling_float_top = document.getElementById( "headling_float_top" )

    function IsPC () {
        var userAgentInfo = navigator.userAgent;
        var Agents = [ "Android", "iPhone",
            "SymbianOS", "Windows Phone",
            "iPad", "iPod" ];
        var flag = true;
        for ( var v = 0; v < Agents.length; v++ ) {
            if ( userAgentInfo.indexOf( Agents[ v ] ) > 0 ) {
                flag = false;
                break;
            }
        }
        return flag;
    }



    function scrollToTop () {

        document.body.scrollTop = document.documentElement.scrollTop = 0;
    }

    //document.body.addEventListener("click", function () {
    //    if (headlingOpen) {
    //        headlingOpen = !headlingOpen;
    //        document.getElementById("headling_float").className = "headling_float_outside"
    //        document.getElementById("headling_float_add").className = "headling_float_add"
    //    }

    //})



    window.addEventListener( "scroll", function () {

        var scrollTop = document.documentElement.scrollTop || document.body.scrollTop;


        //if (headlingOpen) {
        //    headlingOpen = !headlingOpen;
        //    document.getElementById("headling_float").className = "headling_float_outside"
        //    document.getElementById("headling_float_add").className = "headling_float_add"
        //}



        if ( scrollTop > 0 ) {

            headling_float_top.style.display = "block";
            headling_float_top.style.opacity = scrollTop / 500;

        } else {
            headling_float_top.style.display = "none";
            headling_float_top.style.opacity = 1;
        }


    } )





</script>

</html>

                               

Whois info of domain

Domain Name: LWNXI.COM
Registry Domain ID: 2799865988_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2024-06-26T08:08:42Z
Creation Date: 2023-07-21T09:01:56Z
Registry Expiry Date: 2025-07-21T09:01:56Z
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: PAT.NS.CLOUDFLARE.COM
Name Server: WILSON.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-03T01:13:52Z <<<
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