Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - jsnpp.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sat, 03 May 2025 15:48:38 GMT
Server: Apache
Location: http://www.jsnpp.com/
Vary: Accept-Encoding
Content-Length: 229
Content-Type: text/html; charset=iso-8859-1

HTTP Code 301 Moved Permanently

301 http code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - http://www.jsnpp.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 15:48:39 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
Set-Cookie: PHPSESSID=m21v7vflhu7lm7esbinag3t4g0; path=/
Vary: User-Agent,Accept-Encoding
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8

HTTP Code 200 OK

200 http 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: jsnpp.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="zh-cn">
<head>
    <meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <title>Jsnpp _ 开源、轻量、快速的PHP框架</title>
    <meta name="keywords" content="php框架,开源框架,Jsnpp,mvc框架">
    <meta name="description" content="Jsnpp框架是一款开源免费的php框架,MVC架构设计,支持Composer,Json数据格式友好,并独创了全链式编程语法。Jsnpp框架采用Apache-2.0开源协议发布,可应用于各类应用程序的开发,无论是执行效率还是开发效率都很高。">
    <link rel="icon" href="/public/static/images/favicon.ico">
    <link rel="stylesheet" href="/public/static/css/bootstrap.min.css">
    <link rel="stylesheet" href="/public/static/css/bootstrap-icons.css">
    <script src="/public/static/js/jquery.min.js"></script>
    <script src="/public/static/js/bootstrap.bundle.min.js"></script>
</head>
<body class="bg-light">
<nav class="navbar navbar-expand-lg navbar-light bg-white border-bottom sticky-top">
    <a class="navbar-brand" href="/">
                <span class="h1 font-weight-bold">Jsnpp</span>
    </a>
    <div class="border-left pl-3 text-secondary d-none d-lg-inline-block">
        <div><small>全链式php框架</small></div>
        <div><small>开源、免费、高效</small></div>
    </div>
    <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
        <small><span class="navbar-toggler-icon"></span></small>
    </button>
    <div class="collapse navbar-collapse" id="navbarSupportedContent">
        <ul class="navbar-nav ml-auto">
                                    <li class="nav-item active">
                <a class="nav-link" href="/"> 首页</a>
            </li>
                                                <li class="nav-item">
                <a class="nav-link" href="/tutorials/getjsnpp.html"> 获取源码</a>
            </li>
                                                <li class="nav-item">
                <a class="nav-link" href="/tutorials/features.html"> 框架特色</a>
            </li>
                                                <li class="nav-item">
                <a class="nav-link" href="/tutorials/installation.html"> 安装升级</a>
            </li>
                                                <li class="nav-item dropdown">
                <a class="nav-link dropdown-toggle" href="/documents/documentation.html" id="navbarDropdown" data-toggle="dropdown">
                     文档                </a>
                <div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdown">
                                        <a class="dropdown-item" href="/documents/basis.html"> 框架基础</a>
                                        <a class="dropdown-item" href="/documents/database.html"> 数据库</a>
                                        <a class="dropdown-item" href="/documents/template.html"> 模板</a>
                                        <a class="dropdown-item" href="/documents/full-chain.html"> 全链</a>
                                        <a class="dropdown-item" href="/documents/advanced.html"> 框架进阶</a>
                                    </div>
            </li>
                                                <li class="nav-item">
                <a class="nav-link" href="/documents/develop.html"> 开发相关</a>
            </li>
                                                <li class="nav-item dropdown">
                <a class="nav-link dropdown-toggle" href="/documents/video-tutorial.html" id="navbarDropdown" data-toggle="dropdown">
                     视频教程                </a>
                <div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdown">
                                        <a class="dropdown-item" href="/documents/started-tutorial.html"> 入门教程</a>
                                    </div>
            </li>
                                </ul>
    </div>
</nav>
<div class="jumbotron rounded-0 alert-info">
    <h1 class="display-4 font-weight-bold">JSNPP</h1>
    <p class="lead text-secondary">Jsnpp是一款执行快速,使用方便,语法新颖,开源免费的PHP框架。用Jsnpp框架开发的应用程序可采用独创的全链方式编程,开发的应用更易于阅读和维护</p>
    <hr class="my-4">
    <p class="text-secondary">如果您想立即开始尝试使用Jsnpp开发,那么请点击下面的按钮</p>
    <a class="btn btn-outline-success mr-3 my-1" href="http://www.jsnpp.com/tutorials/getjsnpp.html" role="button">获取Jsnpp</a>
    <a class="btn btn-outline-info mr-3 my-1" href="http://www.jsnpp.com/documents/basis.html" role="button">文档</a>
    <a class="btn btn-outline-secondary mr-3 my-1" rel="nofollow" href="https://github.com/yanzicms/jsnpp" target="_blank">GitHub</a>
    <div class="d-block d-md-none"></div>
    <span class="my-1">最新版:4.7.13</span>
</div>
<div class="text-center font-weight-bold h2 mb-3 mt-3 mt-lg-5">
    <span class="border-bottom border-warning pb-2">Jsnpp框架特色</span>
</div>
<div class="container-fluid container-lg">
    <div class="row">
        <div class="col-12 col-lg-3 text-center mb-3">
            <div class="my-3"><i class="bi bi-ui-radios display-1 text-info"></i></div>
            <h4>全链编程</h4>
            <p class="text-secondary">Jsnpp采用了独创的全链式语法,可以使程序更易于理解和维护</p>
        </div>
        <div class="col-12 col-lg-3 text-center mb-3">
            <div class="my-3"><i class="bi bi-braces display-1 text-info"></i></div>
            <h4>Json支持</h4>
            <p class="text-secondary">Jsnpp可方便地输出Json格式数据,这也是Jsnpp名称的由来</p>
        </div>
        <div class="col-12 col-lg-3 text-center mb-3">
            <div class="my-3"><i class="bi bi-layers-half display-1 text-info"></i></div>
            <h4>数据库语法</h4>
            <p class="text-secondary">Jsnpp设计出了十分便捷的数据库操作语法,以减轻您的工作量</p>
        </div>
        <div class="col-12 col-lg-3 text-center mb-3">
            <div class="my-3"><i class="bi bi-code-square display-1 text-info"></i></div>
            <h4>模板标签</h4>
            <p class="text-secondary">Jsnpp设计的模板标签语法简洁且一致,使您制作主题更易上手</p>
        </div>
    </div>
</div>
<div class="text-center font-weight-bold h2 mb-3 mt-3 mt-lg-5">
    <span class="border-bottom border-warning pb-2">使用Jsnpp框架</span>
</div>
<div class="container-fluid container-lg">
    <div class="row">
        <div class="col-12 col-lg-3 text-center mb-3">
            <div class="my-3"><i class="bi bi-music-note-list display-1 text-info"></i></div>
            <h4>执行快速</h4>
            <p class="text-secondary">Jsnpp框架的执行速度很快,这得益于框架从设计之初就重视效率</p>
        </div>
        <div class="col-12 col-lg-3 text-center mb-3">
            <div class="my-3"><i class="bi bi-view-stacked display-1 text-info"></i></div>
            <h4>逻辑和界面分离</h4>
            <p class="text-secondary">Jsnpp采用MVC模式设计,前后端代码完全隔离,利于协同工作</p>
        </div>
        <div class="col-12 col-lg-3 text-center mb-3">
            <div class="my-3"><i class="bi bi-broadcast display-1 text-info"></i></div>
            <h4>开源免费</h4>
            <p class="text-secondary">Jsnpp采用Apache-2.0开源协议发布,可免费获得源码立即使用</p>
        </div>
        <div class="col-12 col-lg-3 text-center mb-3">
            <div class="my-3"><i class="bi bi-layout-wtf display-1 text-info"></i></div>
            <h4>Composer</h4>
            <p class="text-secondary">Jsnpp框架支持Composer,您可以通过Composer获得源码</p>
        </div>
    </div>
</div>
<div class="text-center font-weight-bold h2 mb-5 mt-3 mt-lg-5">
    <span class="border-bottom border-warning pb-2">清晰的代码</span>
</div>
<div class="container-fluid container-lg">
    <div class="row">
        <div class="col-12 col-lg-6 mb-3">
            <h3 class="mb-3 mt-2 text-center">Jsnpp框架语法</h3>
            <p class="text-secondary mb-2">Jsnpp框架有着良好的代码风格,使用面向对象的方法编程。同时又独创了全链式的编程方法,允许您只通过一条语句来处理从输入到数据处理,再到返回结果的全过程。这种编程方式新颖独特,思路清晰,编写容易,后期维护也简单。</p>
            <p class="text-secondary mb-4">Jsnpp框架对Json格式的数据输出非常方便,您可以很容易地编写API应用。Jsnpp框架的名称由来也是根据框架的这个特点而来的。框架简易的语法可以帮助您快速开发应用。</p>
            <div class="text-center">
                <a class="btn btn-outline-info" href="#" role="button">在线教程</a>
            </div>
        </div>
        <div class="col-12 col-lg-6 text-center mb-3 order-first order-lg-last">
            <img class="img-fluid" src="/public/static/images/code.png">
        </div>
    </div>
</div>
<div class="text-center font-weight-bold h2 mb-5 mt-3 mt-lg-5">
    <span class="border-bottom border-warning pb-2">开发手册</span>
</div>
<div class="container-fluid container-lg">
    <div class="row mb-3">
        <div class="col-12 col-lg-6 text-center mb-3">
            <img class="img-fluid" src="/public/static/images/manual.png">
        </div>
        <div class="col-12 col-lg-6 mb-3">
            <h3 class="mb-3 mt-2 text-center">Jsnpp框架开发手册</h3>
            <p class="text-secondary mb-4">Jsnpp框架是一个很独特的PHP框架,执行效率也很高,使用全链开发可以使代码易于维护,甚至不用写注释也能够比较容易地看明白代码。本手册是Jsnpp框架学习的入门和参考资料,对于一般的应用开发来说,基本可以满足您的参考所需。</p>
            <div class="text-center">
                <a class="btn btn-outline-info" rel="nofollow" href="/download.html" target="_blank">下载手册</a>
            </div>
        </div>
    </div>
</div>
<div class="container-fluid bg-white p-3">
    <div class="row">
        <div class="col-12 col-md-4">
            <div class="text-center">
<a target="_blank" href="https://qm.qq.com/cgi-bin/qm/qr?k=83_cMrBWc0QqV6VIN6wHRFSeRBwyjC6g&jump_from=webapi"><img border="0" src="//pub.idqqimg.com/wpa/images/group.png" alt="Jsnpp框架" title="Jsnpp框架"> 607698565</a>
</div>
<script>
var _hmt = _hmt || [];
(function() {
  var hm = document.createElement("script");
  hm.src = "https://hm.baidu.com/hm.js?443e52b2e51748a8d814c4e16979f9ce";
  var s = document.getElementsByTagName("script")[0]; 
  s.parentNode.insertBefore(hm, s);
})();
</script>        </div>
        <div class="col-6 col-md-4 order-md-first">
            <div class="text-secondary">
                Jsnpp            </div>
        </div>
        <div class="col-6 col-md-4 text-secondary">
            <div class="float-right">
                自豪地采用 Jpwrt
            </div>
        </div>
    </div>
</div>
</body>
</html>                               

Whois info of domain

Domain Name: JSNPP.COM
Registry Domain ID: 2596408782_DOMAIN_COM-VRSN
Registrar WHOIS Server: grs-whois.hichina.com
Registrar URL: http://www.net.cn
Updated Date: 2025-03-06T03:17:18Z
Creation Date: 2021-03-08T07:22:32Z
Registry Expiry Date: 2026-03-08T07:22:32Z
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: DNS23.HICHINA.COM
Name Server: DNS24.HICHINA.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-03T15:48:26Z <<<
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