Sunucu yanıtını kontrol edin

Sunucu yanıtı
NS kayıtları
Whois alanı
Yanıt başlıkları
İstek başlıkları
Ham HTML kodu
200 OK - eecld.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Cache-Control: private
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNetMvc-Version: 5.2
X-AspNet-Version: 4.0.30319
Access-Control-Allow-Origin: *
Access-Control-Allow-Headers: *
Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS
Date: Wed, 28 May 2025 04:20:24 GMT
Content-Length: 8671

HTTP Kodu 200 OK

200 OK, standart bir başarılı HTTP sunucu yanıtıdır. Bu, istemcinin isteğinin (örneğin, bir tarayıcıdan) başarıyla işlendiği ve sunucunun istenen verileri ilettiği anlamına gelir.

Kod 200 ne zaman kullanılır?

  • Bir web sayfası yüklenirken
  • Bir API yanıtı başarıyla alındığında
  • Bir form veya başka bir HTTP isteği işlenirken

Kod 200 kullanıcı için ne anlama gelir?

Kullanıcı içeriği hatasız alır ve sayfa veya uygulama düzgün çalışır. Kod 200'e veri eşlik ediyorsa, tarayıcı veya program bunu işler ve kullanıcıya görüntüler.

GET / HTTP/1.1
Host: eecld.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>登陆 - 易方云</title>
    <link href="/Content/theme.css" rel="stylesheet" />
    <script src="/Scripts/jquery-1.11.2.min.js"></script>
    <link href="/Content/css?v=UxrtA3A7-ZVtr8Dwd68A3YaQmIzjCkcDG73BH6SgEhU1" rel="stylesheet"/>

    <script src="/bundles/modernizr?v=wBEWDufH_8Md-Pbioxomt90vm6tJN2Pyy9u9zHtWsPo1"></script>

    <style type="text/css">
        * {
            font-size: 13px;
        }
        .btn-sm {
            font-size:13px !important;
        }
    </style>
</head>
<body>
    <div class="modal" id="eclient-loading" data-backdrop="static">
        <div class="modal-dialog">
            <div class="modal-content"
                 style="background-color: #efefef;">
                <div class="modal-body">
                    <h3>
                        请稍候...
                    </h3>
                </div>
            </div>
        </div>
    </div>

    <div class="modal fade" id="eclient-toast" style="z-index:99999" data-backdrop="static">
        <div class="modal-dialog">
            <div class="modal-content eclient-toast">
                <div class="modal-body"></div>
            </div>
        </div>
    </div>
    <div id="eclient-dialog"></div>
    <div class="ydhl-header" style="overflow: hidden;">
        <div style="margin:50px 0px 0px 80px; height:30px;">
            <div class="eclient-company">
                <img class="company-name" src="/Content/img/logo.png">
            </div>
        </div>
    </div>
    <div class="signin-container" style="background-image: url('../../icon/company-bg_fuzzy.png');">
        <div class="container">
            



<style type="text/css">
    #valiCode, #new_code, #forget_pwd {
        cursor: pointer;
    }
    .down_code_container {
        width:150px; 
        height:150px; 
        position:absolute; 
        top:50%; 
        margin-top:-180px;
        right: 50px;
        color: white;
        text-align:center;
    }

    .down_code_container img {
        width:150px; 
        height:150px;
    }
</style>
<script type="text/javascript">
    $(function () {
        $("#valiCode").bind("click", function () {
            this.src = "/signin/Vcode?time=" + (new Date()).getTime();
        });
        $("#new_code").click(function () {
            refresh_code();
        });
    });

    function refresh_code(){
        $("#valiCode").attr("src", "/signin/Vcode?time=" + (new Date()).getTime());
    }
</script>
<div id="signin-from-l" style="width:410px; background:rgba(255,255,255,0.3); border-radius:10px; height:360px; margin:0px auto; overflow:hidden;">
    <div style="width: 390px; height: 340px; margin: 10px auto; background: white; background-image: url('../../icon/signin-bg.png'); border-radius: 10px; overflow: hidden;">
        <form role="form" style="margin:20px auto; width:280px; margin-bottom:0px;" method="post">
            
            <div class="validation-summary-valid text-danger" data-valmsg-summary="true"><ul><li style="display:none"></li>
</ul></div>
            <div id="signin_div" style="">
                <div class="form-group">
                    <input class="form-control" value="" name="login_name" id="login_name" type="text" placeholder="用户名">
                </div>
                <div class="form-group">
                    <input class="form-control" id="psw" name="psw" placeholder="密 码" type="password" />
                    
                </div>
                <div class="form-group">
                    <div class="row" style="font-size:12px;">
                        <div class="col-sm-4" style="line-height:34px;"><input name="remember"  id="remember" type="checkbox" value="1"> 记住我</div>
                        <div class="col-sm-8" style="line-height:34px;text-align:right;"><a href="javascript:void(0)" id="forget_pwd">忘记密码?点击这里寻找</a></div>
                    </div>
                </div>
                <div class="form-group">
                    <div class="row">
                        <div class="col-sm-6"><input class="form-control" name="code" id="code" type="text" placeholder="验证码"></div>
                        <div class="col-sm-6" style="font-size:12px;"><img id="valiCode" style="width:80px; height:34px;" src="/signin/Vcode" /><a class="pull-right" style="line-height:34px;font-size:14px;" id="new_code">换一张</a></div>
                    </div>
                </div>
                <div class="form-group">
                    <button class="form-control btn btn-success" id="signin" type="submit">登录</button>
                </div>
            </div>
        </form>
        <form role="form" style="margin:20px auto; width:280px; margin-top:0px;" method="post">
            <div class="form-group">
                <input type="hidden" name="visitor" value="1"/>
                <button class="form-control btn btn-primary" id="visitor" type="submit">访客进入</button>
            </div>
        </form>
    </div>
</div>
<div class="down_code_container" style="top:35%">
    <img src="/Content/img/app_down_android.jpg"/>
    <div>Anroid QQ扫码下载</div>
    <br />
    <img src="/Content/img/app_down_iphone.png" />
    <div>Iphone QQ扫码下载</div>
    <br>
    <img src="/Content/img/qrcode_for_gh_2d56f68e7ae5_258.jpg" />
    <div>微信扫描</div>
</div>

<script type="text/javascript">
    var timer = null;
    var time = 60;
    $(function () {
        jisuan();
        window.onresize = function () { jisuan(); }

        // TODO
        //$("#phone_num").text(getSubStr("18185013794"));
     });
    function jisuan(){
        if ($("#signin-from-l").height() < $(".signin-container").height()) {
            var h = $(".signin-container").height() - $("#signin-from-l").height();
            $("#signin-from-l").css("margin-top", h / 2);
        } else {
            $("#signin-from-l").css("margin-top", "0px");
        }
    }

    function getSubStr(str) {
        var subStr1 = str.substr(0, 3);
        var subStr2 = str.substr(str.length - 4, 4);
        var subStr = subStr1 + "****" + subStr2;
        return subStr;
    }

    function send_phone_code(obj) {
        $(obj).prop("disabled", true);
        timer = setInterval("jishi()", 1000);
    }

    function jishi() {
        time--;
        if (time <= 0) {
            clearInterval(timer);
            $("#send_phone_code_btn").text("重新获取");
            $("#send_phone_code_btn").prop("disabled", false);
            time = 60;
            return;
        }
        $("#send_phone_code_btn").text(time + " s");
    }

    //打开忘记密码div liulongxing@20160118
    $("#forget_pwd").click(function () {
        var login_name = $.trim($("#login_name").val());
        if (!login_name)
        {
            showToast("请输入用户登录名!",2);
            return;
        }
        location.href = "/signin/checksms?login_name=" + login_name;
    });

    $("#visitor").click(function () {
        $.ajax({
            url: '/system/customer/' + customer_id,
            type: 'get',
            dataType: 'json',
            success: function (data) {
                yze_hideLoading();
                if (data.success) {
                } else {
                    yze_showToastE(data.msg);
                }
            },
            error: function () {
                yze_hideLoading();
                yze_showToastE("Failure of the company to load. System error.");
            }
        })
    })

</script>

        </div>
    </div>
    <div class="ydhl-footer">
        <img style="height:24px" src="/Content/img/copyright.png"/> ©2025
        <a href="http://beian.miit.gov.cn" target="_blank" style="display:inline-block;text-decoration:none;height:20px;line-height:20px;">黔ICP备 16001011号-1</a>
        <a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=52011302004503" style="display:inline-block;text-decoration:none;height:20px;line-height:20px;">
            <img src="http://www.beian.gov.cn/img/new/gongan.png" style="float:left;" />
            贵公网安备 52011302004503号
        </a>
        2025/5/28 12:20:24
    </div>

    <script src="/bundles/jquery?v="></script>

    <script src="/bundles/bootstrap?v=Pn2k_02rZkY8DPE1hp5YHNI-isXJwoXRUt82hlLjVzg1"></script>

    <script src="/bundles/eclient?v=_IZMXPAUIxK45rvKkCD74PbxmIbXiYR-LqihJU7JBds1"></script>

    
</body>
</html>
                               

Alan adının whois bilgisi

Domain Name: EECLD.COM
Registry Domain ID: 1987166854_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.west.cn
Registrar URL: http://www.west.cn/
Updated Date: 2025-02-17T08:10:09Z
Creation Date: 2015-12-14T06:10:02Z
Registry Expiry Date: 2026-12-14T06:10:02Z
Registrar: Chengdu West Dimension Digital Technology Co., Ltd.
Registrar IANA ID: 1556
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 86.28.62778877
Domain Status: ok https://icann.org/epp#ok
Name Server: NS3.MYHOSTADMIN.NET
Name Server: NS4.MYHOSTADMIN.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-28T04:20:07Z <<<
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