Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - thev5.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx/1.20.1
Date: Sat, 17 May 2025 21:54:39 GMT
Content-Type: text/html;charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
Set-Cookie: JSESSIONID=E43B583669BFCDD2ED5F25CFCF7F6F83; Path=/; HttpOnly
Cache-Control: no-store
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Language: zh-CN

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: thev5.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 http-equiv="X-UA-Compatible" content="IE=edge"/>
    <meta http-equiv="Expires" content="0">
    <meta http-equiv="Pragma" content="no-cache">
    <meta http-equiv="Cache-control" content="no-cache">
    <meta http-equiv="Cache" content="no-cache">
    <link rel="icon" href="www/images/icon/favicon_32.png" sizes="32x32">
    <link rel="icon" href="www/images/icon/favicon_48.png" sizes="48x48">
    <link rel="icon" href="www/images/icon/favicon_96.png" sizes="96x96">
    <link rel="icon" href="www/images/icon/favicon_144.png" sizes="144x144">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <script src="www/js/libs/scrollReveal/scrollreveal.min.js"></script>
    <link rel="stylesheet" href="www/style/index.css">
    <link rel="stylesheet" href="www/style/all.css">
    <link rel="stylesheet" href="www/js/libs/glide/glide.core.min.css">
    <link rel="stylesheet" href="www/js/libs/glide/glide.theme.min.css">
    <!--layui CSS  -->
    <link rel="stylesheet" href="jsFolder/monitor/common/css/layui.css" type="text/css" />
    <!--layui JS  -->
    <script type="text/javascript" src="jsFolder/monitor/common/layui.js"></script>

    <title>码猴实验室.PDMReader2.0.官方网站</title>
</head>
<style>
    .hrefClass{color:#696969 ;font-weight:bold;font-size:18px}
    body{overflow:-Scroll;overflow-x:hidden}
</style>
<body>


<header>
    <div class="logo">
        <div style="float:left;width:36px;height:36px;margin-right:8px"><img src="www/images/mahoulogo.png" ></div>
        码猴实验室
    </div>
    </div>
    <nav>
        <a href="#home">首页</a>
        <a href="#product">下载</a>
        <a href="https://support.qq.com/products/411589">留言反馈</a>
        <!--
        <a href="https://tool.oschina.net/">工具箱</a>
        -->
        <a href="https://support.qq.com/products/411589/team/">关于我们</a>
    </nav>
    <div class="burger">
        <div class="burger-line1"></div>
        <div class="burger-line2"></div>
        <div class="burger-line3"></div>
    </div>
</header>
<div id="home" class="glide">
    <div class="glide__track" data-glide-el="track">
        <div class="glide__slides">
            <div class="glide__slide">
                <div class="slide-caption">
                    <h1>
                        PDMReader2.0发布!
                    </h1>
                    <h3>
                        支持模型关系图展示!<br>
                        新增Mac、Linux版!<br>
                        支持导出excel,MarkDown,word,html等多种格式的导出!<br>
                    </h3>
                    <a href="#product" style="color:red;text-decoration : none">
                        <h3 >
                            下载
                        </h3>
                    </a>
                </div>
                <div class="backdrop"></div>
                <img src="www/images/blur-close-up-code-computer-546819.jpg" alt="">
            </div>

            <div class="glide__slide">
                <div class="slide-caption left">
                    <h1>
                        码猴,写代码的猴子。
                    </h1>
                    <h3>
                        ...
                    </h3>
                    <button class="explore-btn">探索更多</button>
                </div>
                <div class="backdrop"></div>
                <img src="www/images/gray-laptop-computer-showing-html-codes-in-shallow-focus-160107.jpg" >
            </div>


        </div>
    </div>

    <div class="glide__arrows" data-glide-el="controls">
        <button class="glide__arrow glide__arrow--left" data-glide-dir="<">
            <
        </button>
        <button class="glide__arrow glide__arrow--right" data-glide-dir=">">
            >
        </button>
    </div>

    <div class="glide__bullets" data-glide-el="controls[nav]">
        <button class="glide__bullet" data-glide-dir="=0"></button>
        <button class="glide__bullet" data-glide-dir="=1"></button>
    </div>
</div>

<div class="content-wrapper">
    <!-- 产品介绍 -->
    <section id="product" class="about-us">
        <h2 class="title1">
            <img src="http://mahoulib.com/www/images/mahoulogo.png" style="width:48px;height:48px;vertical-align:middle;">
            PDMReader下载
        </h2>
        <p class="intro">
            码猴.PDMReader数据字典浏览器,可以浏览查询*.pdm(sybase公司的PowerDesigner保存的xml格式的*.pdm文件)文件,也支持*.ndm2文件(Navicat Data Modeler的ndm2格式文件),最大的特点支持快速搜索。
            它可以以最快的速度找到您要查到的数据字典信息,极大的提升日常工作效率。
        </p>
        <div >
            <p style="display:none">
                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;同时,PDMReader即将推出代码工厂功能,可基于数据库自动化生成代码。并且,代码工厂的代码生成器支持自编辑,满足个性化需求。
            </p>
            <p>

                <!--


                也可以下载。有点慢。
                <b>主要功能:</b><br>
                &nbsp;&nbsp;&nbsp;&nbsp;数据字典查询<br>
                &nbsp;&nbsp;&nbsp;&nbsp;支持视图展示<br>
                &nbsp;&nbsp;&nbsp;&nbsp;导出excel,word,MarkDown,html等多种格式的数据字典文件.     <br>
                &nbsp;&nbsp;&nbsp;&nbsp;逆向获取表结构信息,为您制作数据字典。(近期推出)<br>
                &nbsp;&nbsp;&nbsp;&nbsp;数据字典和表结构的校对功能。(近期推出)
                -->
            </p>
            <b>下载PDMReader2.0:</b><br>
            <p style="padding:8px;text-align:center;">
                <a href="javascript:openDownLoad('win64')" class="hrefClass">Win版(64位)</a>&nbsp;&nbsp;&nbsp;&nbsp;
                <a href="javascript:openDownLoad('win32')" class="hrefClass">Win版(32位)</a>&nbsp;&nbsp;&nbsp;&nbsp;
                <a href="javascript:openDownLoad('mac')" class="hrefClass">Mac版</a>&nbsp;&nbsp;&nbsp;&nbsp;
                <a href="javascript:openDownLoad('linux')" class="hrefClass">Linux版</a>
            </p>
            <p align="center">
                <img src="www/images/mahoumain.png">
            </p>

        </div>
    </section>
    <!-- 关于我们 -->
    <section id="about-us" class="about-us">
        <h2 class="title1">关于我们</h2>
        <p class="intro">
            码猴实验室,写代码的猴子!
        </p>
        <div class="features">
            <div class="feature">
                <i class="fas fa-lightbulb"></i>
                <h4 class="feature-title">码猴实验室</h4>
                <p class="feature-content">
                    码猴,是写代码的猴子。他们身手敏捷,能上天能入地,号称齐天大圣。
                    码猴实验室公众号,我还没想好发什么,不会滥发文章,也不想通过公众号获取收益。<br>
                    有兴趣的朋友可以加我微信探讨!<br>
                    域名:mahoulib.com
                </p>

            </div>
            <div class="feature">
                <img src="www/images/icon/gongzhonghao.png" style="width:40px;height: 40px;"><br>
                <h4 class="feature-title">公众号</h4>
                <p align="center">
                    <img src="www/images/icon/mahoulib_qrcode.jpg" width="100px"><br>
                    添加公众号搜索:码猴实验室
                </p>
            </div>
            <div class="feature">
                <i class="fas fa-server"></i>
                <h4 class="feature-title">作者</h4>
                <p class="feature-content">
                    <img src="www/images/zhaojy.jpg" width="100px"><br>
                    赵井友:[email protected]<br>
                </p>
            </div>
        </div>
    </section>








</div>
<!-- 底部 -->
<footer>
    <div class="footer-menus">
        <div class="contact-us">
            <p class="menu-title">联系我们</p>
            <p>地址:[北京.海淀]个人作品,不留地址</p>
            <p>电话:+18610458848</p>
            <p>传真:+这个真没有</p>
            <p>电子邮箱:[email protected]</p>
            <div style="width:30px;height:30px;float:left">
            </div>
        </div>
        <div class="service-menu footer-menu">
            <p class="menu-title">产品</p>
            <ul class="menu-items">
                <li><a href="javascript:void(0)">PDMReader2.0(Win)</a></li>
                <li><a href="javascript:void(0)">PDMReader2.0(Mac)</a></li>
                <li><a href="javascript:void(0)">PDMReader1.02(Win)</a></li>
                <li><a href="javascript:void(0)"></a></li>
            </ul>
        </div>

        <div class="service-menu footer-menu">
            <p class="menu-title"></p>
            <ul class="menu-items">
                <li><a href="javascript:void(0)"></a></li>
                <li><a href="javascript:void(0)"></a></li>
                <li><a href="javascript:void(0)"></a></li>
                <li><a href="javascript:void(0)"></a></li>
            </ul>
        </div>

        <div class="service-menu footer-menu">
            <p class="menu-title">网站地图</p>
            <ul class="menu-items">
                <li><a href="#home">首页</a></li>
                <li><a href="#product">下载</a></li>
                <li><a href="#about-us">关于我们</a></li>
            </ul>
        </div>

        <div class="service-menu footer-menu">
            <p class="menu-title">微信公众号</p>
            <ul class="menu-items">
                <li>
                    <img src="www/images/icon/mahoulib_qrcode.jpg">
                </li>
            </ul>
        </div>
        <p class="icp-info">
            增值电信业务经营许可证 <br>
            <a href="https://beian.miit.gov.cn/" target="_blank" style="color:white">京ICP备12002704号-4</a> <br>
            <a href="https://beian.miit.gov.cn/" target="_blank" style="color:white">京ICP备12002704号-5</a> <br>
            <a href="https://beian.miit.gov.cn/" target="_blank" style="color:white">京ICP备12002704号-6</a>



        </p>
        <p class="rights">
            © 2021 码猴实验室 版权所有
        </p>
        <div class="scrollToTop">
            <a href="#home"><i class="fas fa-chevron-up"></i></a>
        </div>
    </div>
</footer>
<script src="www/js/libs/anime/anime.min.js"></script>
<script src="www/js/libs/glide/glide.min.js"></script>
<script src="www/js/libs/smooth-scroll/smooth-scroll.polyfills.min.js"></script>
<script src="www/js/libs/isotope/isotope.pkgd.min.js"></script>
<script type="text/javascript" src="jsFolder/jquery/jquery-2.1.1.min.js"></script>
<script src="www/js/index.js?ver=2023-12-22.1"></script>






<script>
    function isChrome() {

        if (window.navigator.userAgent.indexOf("Chrome")>=1)
            return true;
        else
            return false;

    }
    if (!isChrome())
    {
        alert("本网站不支持IE浏览器,请更换Chrome或其他浏览器浏览,谢谢!");
    }
</script>

</body>
</html>
                               

Whois info of domain

Domain Name: THEV5.COM
Registry Domain ID: 1694410411_DOMAIN_COM-VRSN
Registrar WHOIS Server: grs-whois.hichina.com
Registrar URL: http://www.net.cn
Updated Date: 2024-12-02T12:33:10Z
Creation Date: 2011-12-29T15:44:27Z
Registry Expiry Date: 2025-12-29T15:44:27Z
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-17T21:54:15Z <<<
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