Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - tlsch.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/8.5
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Access-Control-Allow-Origin: *
Access-Control-Allow-Headers: Content-Type
Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS
Date: Fri, 02 May 2025 09:06:28 GMT
Content-Length: 6661

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: tlsch.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])

<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" /><title>
	兰陵王购订单查询
</title>
    <script src="js/jquery.min.js" type="text/javascript"></script>
    <script>
        function getLogistics() {

            $.ajax({
                type: "get",
                url: "index.aspx",
                data: { code: $("#code").val(), number: $("#number").val() }, /* 注意参数的格式和名称 */
                contentType: " text/plain; charset=utf-8",             
                success: function (result) {
                    var context = "";
                    $(".wuliu").html("啥也没查到!");
                    if (result.data != null) {
                        for (var i = 0; i < result.data.length; i++) {
                            context += result.data[i].context + "</br>" + result.data[i].time + "</br></br>";
                            $(".wuliu").html(context);
                        }
                    }
                }
            });
        }
        //记录是否重复提交表单数据
        var repeatFlag = false;
        function CheckRepeatClick() {
            if (repeatFlag == false) {
                repeatFlag = true;
                return true;
            }
            else {
                alert("数据处理中,请稍候...");
                return false
            }
        }
    </script>
</head>
<body>
    <form method="post" action="./" onsubmit="javascript:return WebForm_OnSubmit();" id="form1">
<div class="aspNetHidden">
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="NhEHNFdjAw+VT9vY5XEn9ye1FK+csD176SNKMQ1RFCRr28UQtOiNOUmpYiASvgCk1SBQovNsOuyjZF/Ti8s9K2SDRQOXiZ5M8X9Kvk6iKc+/5v9u4ODqyhEPIfD5SJb/" />
</div>

<script type="text/javascript">
//<![CDATA[
var theForm = document.forms['form1'];
if (!theForm) {
    theForm = document.form1;
}
function __doPostBack(eventTarget, eventArgument) {
    if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
        theForm.__EVENTTARGET.value = eventTarget;
        theForm.__EVENTARGUMENT.value = eventArgument;
        theForm.submit();
    }
}
//]]>
</script>


<script src="/WebResource.axd?d=pynGkmcFUV13He1Qd6_TZCEIM3ENhzMHUsetVysYnInbHZizRswWVXpyZDUnKqpJJJa19a4eWe01Q9vaT4Ieug2&amp;t=638286353964787378" type="text/javascript"></script>


<script src="/WebResource.axd?d=x2nkrMJGXkMELz33nwnakGAfQSivjwbKmUHhgUBcwgnHAg65NF3_G1jlBowGcMNCrcuudbJMWfXSHoYrB_BLN9v8OhbEcCgNYZHBN5QNBx01&amp;t=638286353964787378" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
function WebForm_OnSubmit() {
if (typeof(ValidatorOnSubmit) == "function" && ValidatorOnSubmit() == false) return false;
return true;
}
//]]>
</script>

<div class="aspNetHidden">

	<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="90059987" />
	<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="0Z+YJL6vAp4TwNIA/qz3v6Pzllcmd4kPdqtSURbc2/CUttjdiJQuJxI1Mx9zZohCV5DSq+M+A2vMc8QyZjKmBOuaf6dhlCIZJzJ2PmuMSSe5ePjYWeicjeGrdKJLMOwu35/toBUOLmULjwJmHM1dPbOTgtiLnbk540rMH8LQozxJWJuJtydlpIolb44XvJyXOLLVBK0PE4WxekFj4H+xevrPtrAOOzlGj61HcyvSZNs=" />
</div>
        <div>

            <br />
            <span id="Label1">输入手机号或者姓名立刻查询</span>

            <br />
            <input name="TextBox1" type="text" id="TextBox1" />
            <span id="RequiredFieldValidator1" style="visibility:hidden;">必填项</span>
            <input type="submit" name="btnFind" value="查快递" onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(&quot;btnFind&quot;, &quot;&quot;, true, &quot;&quot;, &quot;&quot;, false, false))" id="btnFind" />

            <br />
            <br />
         
            <textarea name="TextBox2" rows="2" cols="20" id="TextBox2" style="height:150px;width:250px;">
</textarea>

            <br />
            <br />
            <div  >
            <select id="code" name="code" style="width: 197px; height: 23px">
                <option value="">请选择</option>
				 <option value="jitu"  >极兔快递</option>
                <option value="shunfeng">顺丰速运</option>
				<option value="huitongkuaidi" >百世汇通</option>
                <option value="zhongtong" >中通快递</option>
                <option value="shentong" >申通快递</option>
                <option value="yuantong" selected>圆通快递</option>
                <option value="yunda">韵达快递</option>
				
                <option value="ems">EMS</option>
            </select>
            <input name="number" type="text" id="number" name="number" style="width: 182px; height: 20px" />
          
                <input type="submit" name="btnFind0" value="查物流" onclick="return CheckRepeatClick();WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(&quot;btnFind0&quot;, &quot;&quot;, true, &quot;&quot;, &quot;&quot;, false, false))" id="btnFind0" />

            <br />
&nbsp;<table>
                <tr class="wuliu">
                </tr>
            </table>
            <textarea name="txtFlow" rows="2" cols="20" id="txtFlow" style="height:150px;width:350px;">
</textarea>
            </div>
        </div>
		
    
<script type="text/javascript">
//<![CDATA[
var Page_Validators =  new Array(document.getElementById("RequiredFieldValidator1"));
//]]>
</script>

<script type="text/javascript">
//<![CDATA[
var RequiredFieldValidator1 = document.all ? document.all["RequiredFieldValidator1"] : document.getElementById("RequiredFieldValidator1");
RequiredFieldValidator1.controltovalidate = "TextBox1";
RequiredFieldValidator1.errormessage = "必填项";
RequiredFieldValidator1.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid";
RequiredFieldValidator1.initialvalue = "";
//]]>
</script>


<script type="text/javascript">
//<![CDATA[

var Page_ValidationActive = false;
if (typeof(ValidatorOnLoad) == "function") {
    ValidatorOnLoad();
}

function ValidatorOnSubmit() {
    if (Page_ValidationActive) {
        return ValidatorCommonOnSubmit();
    }
    else {
        return true;
    }
}
        //]]>
</script>
</form>
</body>
</html>
                               

Whois info of domain

Domain Name: TLSCH.COM
Registry Domain ID: 2793857720_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.dnspod.cn
Registrar URL: http://www.dnspod.cn
Updated Date: 2024-03-28T09:13:28Z
Creation Date: 2023-06-27T12:26:38Z
Registry Expiry Date: 2025-06-27T12:26:38Z
Registrar: DNSPod, Inc.
Registrar IANA ID: 1697
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +86.4009100100
Domain Status: ok https://icann.org/epp#ok
Name Server: BILLY.DNSPOD.NET
Name Server: HENDECAGON.DNSPOD.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-02T09:06:16Z <<<
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