Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - tkdsp.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Sun, 18 May 2025 08:58:29 GMT
Content-Type: text/html
Content-Length: 10868
Last-Modified: Sat, 09 Oct 2021 06:43:58 GMT
Connection: keep-alive
Vary: Accept-Encoding
ETag: "61613a2e-2a74"
Accept-Ranges: bytes

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: tkdsp.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="zxx" class="no-js">

<head>
    <!-- Mobile Specific Meta -->
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <!-- Favicon-->
    <link rel="shortcut icon" href="static/picture/icon.png">
    <!-- <link rel="shortcut icon" href="img/fav.png"> -->
    <!-- Author Meta -->
    <meta name="author" content="colorlib">
    <!-- Meta Description -->
    <meta name="description" content="">
    <!-- Meta Keyword -->
    <meta name="keywords" content="">
    <!-- meta character set -->
    <meta charset="UTF-8">
    <!-- Site Title -->
    <title>实时语音转文字助手</title>

    <!-- <link href="https://fonts.googleapis.com/css?family=Poppins:100,200,400,300,500,600,700" rel="stylesheet">  -->
    <!--
			CSS
			============================================= -->
    <link rel="stylesheet" href="static/css/linearicons.css">
    <link rel="stylesheet" href="static/css/font-awesome.min.css">
    <link rel="stylesheet" href="static/css/bootstrap.css">
    <link rel="stylesheet" href="static/css/magnific-popup.css">
    <link rel="stylesheet" href="static/css/owl.carousel.css">
    <link rel="stylesheet" href="static/css/hexagons.min.css">
    <link rel="stylesheet" href="static/css/main.css">

    <style>
        img {
            width: 100%;
        }
        
        .banner-area {
            background-image: url("static/image/背景.png");
            background-size: 100% 100%;
        }
        
        .call-to-action-area {
            background-image: url("static/image/底部背景.png");
            background-size: 100% 100%;
        }
    </style>
</head>

<body>

    <!-- start banner Area -->
    <section class="banner-area" id="home">
        <!-- Start Header Area -->
        <header class="default-header">
            <nav class="navbar navbar-expand-lg  navbar-light">
                <div class="container">
                    <a class="navbar-brand" href="#">
                        <img style="width:30px !important;" src="static/picture/icon.png" alt="">
                        <b style="color:#000;">实时语音转文字助手</b>
                    </a>
                    <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
							    <span class="lnr lnr-menu"></span>
							  </button>

                    <div class="collapse navbar-collapse justify-content-end align-items-center" id="navbarSupportedContent">
                        <ul class="navbar-nav">
                            <li><a href="#home">Home</a></li>
                        </ul>
                    </div>
                </div>
            </nav>
        </header>
        <!-- End Header Area -->
        <div class="container">
            <div class="row justify-content-end fullscreen align-items-center">
                <div class="col-lg-6 col-md-12 banner-left">
                    <h1 class="text-white">
                        实时语音转文字助手<br>
                        <p style="font-size: 40px;">1000000+用户的共同选择</p>
                    </h1>
                    <a href="javascript:;" class="download text-uppercase header-btn" style="font-size:24px">立即下载</a>
                </div>
                <div class="col-lg-6 col-md-12 no-padding banner-right">
                    <img class="img-fluid" src="static/picture/手机.png" style="width:405px;" alt="">
                </div>
            </div>
        </div>
    </section>
    <!-- End banner Area -->

    <!-- Start cat Area -->
    <section class="cat-area section-gap" id="service">
        <div class="container">
            <div class="row d-flex justify-content-center">
                <div class="menu-content pb-60 col-lg-8">
                    <div class="title text-center">
                        <h1 class="mb-10">— 应用特性 —</h1>
                    </div>
                </div>
            </div>
            <div class="row">
                <div class="col-lg-6">
                    <div class="single-cat d-flex flex-column">
                        <a href="#" class="hb-sm-margin mx-auto d-block"><img src="static/picture/1.png" alt=""></a>
                        <h4 class="mb-20" style="margin-top: 23px;">视频链接转文字</h4>
                    </div>
                </div>
                <div class="col-lg-6">
                    <div class="single-cat">
                        <a href="#" class="hb-sm-margin mx-auto d-block"><img src="static/picture/2.png" alt=""></a>
                        <h4 class="mt-40 mb-20">实时语音转文字</h4>
                    </div>
                </div>
            </div>
            <div class="row">
                <div class="col-lg-6">
                    <div class="single-cat">
                        <a href="#" class="hb-sm-margin mx-auto d-block"><img src="static/picture/3.png" alt=""></a>
                        <h4 class="mt-40 mb-20">录音实时转文字</h4>
                    </div>
                </div>
                <div class="col-lg-6">
                    <div class="single-cat">
                        <a href="#" class="hb-sm-margin mx-auto d-block"><img src="static/picture/4.png" alt=""></a>
                        <h4 class="mt-40 mb-20">录音机</h4>
                    </div>
                </div>
            </div>
        </div>
    </section>


    <!-- Start feature Area -->
    <section class="feature-area section-gap">
        <div class="container">
            <div class="row d-flex justify-content-center">
                <div class="menu-content pb-60 col-lg-8">
                    <div class="title text-center">
                        <h1 class="mb-10">— 录音转文字 -</h1>
                        <p>一键将录音转为文字</p>
                    </div>
                </div>
            </div>
            <div class="row">
                <div class="active-feature-carusel">
                    <!-- <div class="item single-carusel relative">
									<div class="image-wrap">
										<div class="overlay overlay-bg"></div>
										<img class="img-fluid" src="/website/images/audio/1.png" alt="">
									</div>
								</div> -->
                    <div class="item single-carusel relative">
                        <div class="image-wrap">
                            <div class="overlay overlay-bg"></div>
                            <img class="img-fluid" src="static/picture/录音机.png" alt="">
                        </div>
                    </div>
                    <div class="item single-carusel relative">
                        <div class="image-wrap">
                            <div class="overlay overlay-bg"></div>
                            <img class="img-fluid" src="static/picture/录音实时转文字.png" alt="">
                        </div>
                    </div>
                    <div class="item single-carusel relative">
                        <div class="image-wrap">
                            <div class="overlay overlay-bg"></div>
                            <img class="img-fluid" src="static/picture/视频链接转文字.png" alt="">
                        </div>
                    </div>
                    <div class="item single-carusel relative">
                        <div class="image-wrap">
                            <div class="overlay overlay-bg"></div>
                            <img class="img-fluid" src="static/picture/视频转文字.png" alt="">
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>
    <!-- End feature Area -->


    <!-- Start call-to-action Area -->
    <section class="call-to-action-area section-gap">
        <div class="container">
            <div class="row justify-content-center top">
                <div class="col-lg-12">
                    <h1 class="text-white text-center">即刻「免费下载」</h1>
                    <!-- <p class="text-white text-center mt-30">
								应用无限多开 · 更新虚拟定位 · 安全稳定不封号
							</p>	 -->
                </div>
            </div>
            <div class="row justify-content-center d-flex">
                <div class="download-button d-flex flex-row justify-content-center mt-30">
                    <div class="buttons flex-row d-flex">
                        <i class="fa fa-android" aria-hidden="true"></i>
                        <div class="desc">
                            <a href="javascript:;" id="aid" class="download">
                                <p>
                                    <span>免费下载</span> <br>
                                    <!-- 分身应用Pro -->
                                    <!-- 水印消消乐 -->
                                    实时语音转文字助手
                                </p>
                            </a>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>
    <!-- End call-to-action Area -->


    <section class="call-to-action-area">
        <div style="line-height: 30px;background-color: white;display: block;margin:0 auto;text-align:center;text-decoration:underline;">
            <a href="https://beian.miit.gov.cn">粤ICP备17070080号-23</a>
        </div>
    </section>

    <script src="static/js/jquery-2.2.4.min.js"></script>
    <script src="static/js/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
    <script src="static/js/bootstrap.min.js"></script>
    <script src="static/js/jquery.ajaxchimp.min.js"></script>
    <script src="static/js/jquery.magnific-popup.min.js"></script>
    <script src="static/js/parallax.min.js"></script>
    <script src="static/js/owl.carousel.min.js"></script>
    <script src="static/js/jquery.sticky.js"></script>
    <script src="static/js/hexagons.min.js"></script>
    <script src="static/js/jquery.counterup.min.js"></script>
    <script src="static/js/waypoints.min.js"></script>
    <script src="static/js/main.js"></script>
    <!-- <script type="text/javascript">
				$.ajax({
					url:"/api/version?",
					type:"get",
					dataType:"json",
					success:function(res)
					{
						$("a.download").attr('href',res.file);
					}
				})
			</script> -->
    <script type="text/javascript">
        // $(function(){
        // 	window.location.href = $("a.download").attr('href');
        // 	return false;
        // });
        // if(document.all) {
        //     document.getElementById("aid").click();
        // }
    </script>
</body>

</html>                               

Whois info of domain

Domain Name: TKDSP.COM
Registry Domain ID: 2131174099_DOMAIN_COM-VRSN
Registrar WHOIS Server: grs-whois.hichina.com
Registrar URL: http://www.net.cn
Updated Date: 2024-05-08T07:49:55Z
Creation Date: 2017-06-06T05:46:39Z
Registry Expiry Date: 2025-06-06T05:46:39Z
Registrar: Alibaba Cloud Computing (Beijing) Co., Ltd.
Registrar IANA ID: 420
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +86.95187
Domain Status: ok https://icann.org/epp#ok
Name Server: DNS10.HICHINA.COM
Name Server: DNS9.HICHINA.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-18T08:58:10Z <<<
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