Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - jspgn.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sat, 10 May 2025 23:29:10 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: keep-alive
Location: https://jspgn.com/
Strict-Transport-Security: max-age=31536000
cf-cache-status: DYNAMIC
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=KJFpoLvr087LriZAQkkEAtAN2Hs9fC9MJarCIyWP1esGBXgnJsooABv227FnfcFDwOlBIPX5zTOPi%2FB5aDGHIAR%2F2Cyermm2YVaedeUvevmU60muxhgfRZRRju9LRSV3yu3WaXacVcM%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 93dd37958e1a8d85-HEL
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=9197&min_rtt=9197&rtt_var=4598&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=165&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"

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 - https://jspgn.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sat, 10 May 2025 23:29:11 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Server: cloudflare
Vary: Accept-Encoding
X-Pingback: https://jspgn.com/action/xmlrpc
Strict-Transport-Security: max-age=31536000
Cf-Cache-Status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=2K2SjXnFFdhVHFGRx3qxa%2F2VibXvgiAnwoYBCL%2FPvWo3YfNeOQCHn9C9378vxecY95Or%2F0t7XP8%2F0bQOm3IOhXxFfc6i2X4N6aHLAq1QQm1%2Fzy6p3BYIW%2BsvNbhsrW84M3MHTcgx5yw%3D"}]}
CF-RAY: 93dd37999e7c8d9f-HEL
alt-svc: h3=":443"; ma=86400

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: jspgn.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE HTML>
<html>
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
    <title>Just Share Plus</title>
    
    <!-- Open Graph / Facebook -->
    <meta property="og:type" content="website">
    <meta property="og:url" content="https://jspgn.com/archives/Mini-Golf-Set.html">
    <meta property="og:title" content="Mini Golf Set">
    <meta property="og:description" content="Mini Golf Set by InTheHoleGolf is a compact yet fully functional golfing kit designed to bring the joy of golf indoors or outdoors. This set includes everything you need to practice your putting sk...">
        <meta property="og:image" content="https://jspgn.com/usr/themes/ecommerce/img/og-default.jpg">
        <meta property="og:site_name" content="Just Share Plus">
    
    <!-- Twitter -->
    <meta property="twitter:card" content="summary_large_image">
    <meta property="twitter:url" content="https://jspgn.com/archives/Mini-Golf-Set.html">
    <meta property="twitter:title" content="Mini Golf Set">
    <meta property="twitter:description" content="Mini Golf Set by InTheHoleGolf is a compact yet fully functional golfing kit designed to bring the joy of golf indoors or outdoors. This set includes everything you need to practice your putting sk...">
        <meta property="twitter:image" content="https://jspgn.com/usr/themes/ecommerce/img/og-default.jpg">
        
    <!-- 使用Font Awesome图标库 -->
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
    
    <!-- 添加Markdown样式 -->
    <style>
    .markdown-content {
        line-height: 1.6;
    }
    .markdown-content h1,
    .markdown-content h2,
    .markdown-content h3,
    .markdown-content h4,
    .markdown-content h5,
    .markdown-content h6 {
        margin-top: 1.5em;
        margin-bottom: 0.5em;
        font-weight: 600;
    }
    .markdown-content p {
        margin-bottom: 1em;
    }
    .markdown-content ul,
    .markdown-content ol {
        margin-bottom: 1em;
        padding-left: 2em;
    }
    .markdown-content blockquote {
        border-left: 4px solid #ddd;
        padding-left: 1em;
        color: #666;
        margin-left: 0;
        margin-right: 0;
    }
    .markdown-content code {
        background-color: #f5f5f5;
        padding: 0.2em 0.4em;
        border-radius: 3px;
        font-family: monospace;
    }
    .markdown-content pre {
        background-color: #f5f5f5;
        padding: 1em;
        border-radius: 3px;
        overflow-x: auto;
    }
    .markdown-content pre code {
        background-color: transparent;
        padding: 0;
    }
    .markdown-content img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 1em 0;
    }
    .markdown-content table {
        border-collapse: collapse;
        width: 100%;
        margin-bottom: 1em;
    }
    .markdown-content table th,
    .markdown-content table td {
        border: 1px solid #ddd;
        padding: 0.5em;
    }
    .markdown-content table th {
        background-color: #f5f5f5;
    }
    </style>    
    <!-- 输出自定义头部HTML代码 -->
    <meta name="description" content="Just Share Plus Global Network" />
<meta name="keywords" content="typecho,php,blog" />
<meta name="generator" content="Typecho 1.2.1" />
<meta name="template" content="ecommerce" />
<link rel="pingback" href="https://jspgn.com/action/xmlrpc" />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://jspgn.com/action/xmlrpc?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://jspgn.com/action/xmlrpc?wlw" />
<link rel="alternate" type="application/rss+xml" title="Just Share Plus &raquo; RSS 2.0" href="https://jspgn.com/feed/" />
<link rel="alternate" type="application/rdf+xml" title="Just Share Plus &raquo; RSS 1.0" href="https://jspgn.com/feed/rss/" />
<link rel="alternate" type="application/atom+xml" title="Just Share Plus &raquo; ATOM 1.0" href="https://jspgn.com/feed/atom/" />
    
    <!-- 主题样式 -->
    <link rel="stylesheet" href="https://jspgn.com/usr/themes/ecommerce/style.css">
    
    <!-- 移动端菜单脚本 -->
    <script src="https://jspgn.com/usr/themes/ecommerce/js/mobile-menu.js"></script>
</head>

<body>
<!-- 头部 -->
<header class="header">
    <div class="container">
        <!-- 社交分享按钮 -->
        
        
        <!-- 顶部区域:搜索框、Logo、登录/注册链接 -->
        <div class="header-inner">
            <!-- 移动端导航按钮 -->
            <div class="mobile-nav-left-hamburger">
                <a class="mobile-menu-toggle">
                    <i class="fa fa-bars"></i>
                </a>
                <a class="mobile-menu-close" style="display:none;">
                    <i class="fa fa-close"></i>
                </a>
            </div>
            
            <!-- 移动端搜索按钮 -->
            <div class="mobile-nav-right-search">
                <a class="mobile-search-toggle">
                    <i class="fa fa-search"></i>
                </a>
            </div>
            
            <!-- 移动端搜索表单 -->
            <div class="mobile-search-form">
                <form method="post" action="https://jspgn.com/">
                    <input type="text" name="s" id="mobile-search-input" placeholder="Search..." autocomplete="off">
                    <input type="submit" value="Search">
                </form>
            </div>
            
            <!-- PC端搜索框 -->
            <div class="search-form-container desktop-only">
                <form method="post" action="https://jspgn.com/">
                    <div class="search-form">
                        <input type="text" name="s" placeholder="Search..." />
                        <button type="submit"><i class="fa fa-search"></i></button>
                    </div>
                </form>
            </div>
            
            <!-- Logo -->
            <div class="logo">
                <a href="https://jspgn.com/">
                    <img src="https://jspgn.com/usr/themes/ecommerce/img/logo.png" alt="Just Share Plus" />
                </a>
            </div>
            
            <!-- 登录/注册链接 -->
            <div class="user-links">
                <a href="https://jspgn.com/admin/login.php">Login</a> / 
                <a href="https://jspgn.com/admin/register.php">Register</a>
            </div>
        </div>
        
        <!-- 分类导航 -->
        <div class="category-nav">
            <ul>
                <li><a href="https://jspgn.com/" class="active">WHAT'S NEW</a></li>
                <li class="has-children"><a href="https://jspgn.com/category/GBR/" >GIFTS BY RECIPIENT <i class="fa fa-angle-down"></i></a><ul class="sub-menu"><li><a href="https://jspgn.com/category/Family/" >Family</a></li><li><a href="https://jspgn.com/category/Friends/" >Friends</a></li><li><a href="https://jspgn.com/category/Partners/" >Partners</a></li><li><a href="https://jspgn.com/category/Colleagues/" >Colleagues</a></li></ul></li><li class="has-children"><a href="https://jspgn.com/category/GBO/" >GIFTS BY OCCASION <i class="fa fa-angle-down"></i></a><ul class="sub-menu"><li><a href="https://jspgn.com/category/Holidays/" >Holidays</a></li><li><a href="https://jspgn.com/category/Birthdays/" >Birthdays</a></li><li><a href="https://jspgn.com/category/Anniversaries/" >Anniversaries</a></li><li><a href="https://jspgn.com/category/Weddings/" >Weddings</a></li></ul></li><li class="has-children"><a href="https://jspgn.com/category/GBI/" >GIFTS BY INTERESTS <i class="fa fa-angle-down"></i></a><ul class="sub-menu"><li><a href="https://jspgn.com/category/Sports/" >Sports</a></li><li><a href="https://jspgn.com/category/Arts/" >Arts</a></li><li><a href="https://jspgn.com/category/Technology/" >Technology</a></li><li><a href="https://jspgn.com/category/Food/" >Food</a></li></ul></li>            </ul>
        </div>
    </div>
</header>

<!-- 移动导航菜单 -->
<div class="mobile-menu-container">
    <div class="container">
        <ul class="mobile-menu">
            <li><a href="https://jspgn.com/">WHAT'S NEW</a></li>
                                    
            <!-- 移动端分类菜单 -->
            <li class="has-children"><a href="https://jspgn.com/category/GBR/" >GIFTS BY RECIPIENT <i class="fa fa-angle-right"></i></a><ul class="sub-menu"><li><a href="https://jspgn.com/category/Family/" >Family</a></li><li><a href="https://jspgn.com/category/Friends/" >Friends</a></li><li><a href="https://jspgn.com/category/Partners/" >Partners</a></li><li><a href="https://jspgn.com/category/Colleagues/" >Colleagues</a></li></ul></li><li class="has-children"><a href="https://jspgn.com/category/GBO/" >GIFTS BY OCCASION <i class="fa fa-angle-right"></i></a><ul class="sub-menu"><li><a href="https://jspgn.com/category/Holidays/" >Holidays</a></li><li><a href="https://jspgn.com/category/Birthdays/" >Birthdays</a></li><li><a href="https://jspgn.com/category/Anniversaries/" >Anniversaries</a></li><li><a href="https://jspgn.com/category/Weddings/" >Weddings</a></li></ul></li><li class="has-children"><a href="https://jspgn.com/category/GBI/" >GIFTS BY INTERESTS <i class="fa fa-angle-right"></i></a><ul class="sub-menu"><li><a href="https://jspgn.com/category/Sports/" >Sports</a></li><li><a href="https://jspgn.com/category/Arts/" >Arts</a></li><li><a href="https://jspgn.com/category/Technology/" >Technology</a></li><li><a href="https://jspgn.com/category/Food/" >Food</a></li></ul></li>        </ul>
    </div>
</div>

<div class="container">
<div class="product-grid grid-3" id="product-container">
        <div class="product-item">
        <h2 class="product-title">
            <a href="https://jspgn.com/archives/Ferrofluid-Speaker.html">Ferrofluid Speaker</a>
        </h2>
        <div class="product-image">
            <a href="https://jspgn.com/archives/Ferrofluid-Speaker.html">
            Ferrofluid Speaker<img src="https://m.media-amazon.com/images/I/61F9IJdoiqL._AC_SL1500_.jpg" alt="" />            </a>
        </div>
        <div class="product-info">
            <div class="product-desc">
                Dancing Ferrofluid Speaker is a captivating innovation that transforms your music into a visual spectacle. At its core, this device uses ferromagnetic fluid—a magnetic liquid that responds dynamically to sound vibrations—to create an enchanting dance synchronized with your favorite tunes. Whether...            </div>
            <div class="product-bottom-row">
                <span class="save-count">79&nbsp;<span class="likes-text">LIKES</span></span>
                <div class="product-action">
                    <a href="https://amzn.to/4iF1ewR" class="add-to-cart">
                        Check it out                    </a>
                </div>
            </div>
        </div>
    </div>
        <div class="product-item">
        <h2 class="product-title">
            <a href="https://jspgn.com/archives/Octopus-Tripod.html">Octopus Tripod</a>
        </h2>
        <div class="product-image">
            <a href="https://jspgn.com/archives/Octopus-Tripod.html">
            Octopus Tripod<img src="https://m.media-amazon.com/images/I/61MCUe9ywxL._AC_SL1500_.jpg" alt="" />            </a>
        </div>
        <div class="product-info">
            <div class="product-desc">
                UBeesize Phone Tripod Pro S is a versatile, compact tripod designed to elevate your photography, videography, and vlogging game. Its standout feature is its universal compatibility—it works seamlessly with smartphones up to 3.54 inches wide, digital cameras like Nikon/Canon DSLRs, GoPros, and oth...            </div>
            <div class="product-bottom-row">
                <span class="save-count">83&nbsp;<span class="likes-text">LIKES</span></span>
                <div class="product-action">
                    <a href="https://amzn.to/4hEvfvr" class="add-to-cart">
                        Check it out                    </a>
                </div>
            </div>
        </div>
    </div>
        <div class="product-item">
        <h2 class="product-title">
            <a href="https://jspgn.com/archives/Wooden-Fish-Knock-Lamp.html">Wooden Fish Knock Lamp</a>
        </h2>
        <div class="product-image">
            <a href="https://jspgn.com/archives/Wooden-Fish-Knock-Lamp.html">
            Wooden Fish Knock Lamp<img src="https://m.media-amazon.com/images/I/71-VSuujPJL._AC_SL1500_.jpg" alt="" />            </a>
        </div>
        <div class="product-info">
            <div class="product-desc">
                Atlodas Stress Reducing Wooden Fish Knock Lamp is a one-of-a-kind gadget that merges traditional Chinese culture with modern mindfulness practices. This interactive night light allows users to control its brightness by gently tapping the wooden fish, offering a tactile way to alleviate stress and...            </div>
            <div class="product-bottom-row">
                <span class="save-count">82&nbsp;<span class="likes-text">LIKES</span></span>
                <div class="product-action">
                    <a href="https://amzn.to/4kWBBt2" class="add-to-cart">
                        Check it out                    </a>
                </div>
            </div>
        </div>
    </div>
        <div class="product-item">
        <h2 class="product-title">
            <a href="https://jspgn.com/archives/Electric-Spin-Scrubber.html">Electric Spin Scrubber</a>
        </h2>
        <div class="product-image">
            <a href="https://jspgn.com/archives/Electric-Spin-Scrubber.html">
            Electric Spin Scrubber<img src="https://m.media-amazon.com/images/I/61HNoYn-H3L._AC_SL1500_.jpg" alt="" />            </a>
        </div>
        <div class="product-info">
            <div class="product-desc">
                Electric Spin Scrubber is a game-changer in household cleaning, offering a versatile and efficient solution for tackling dirt and grime across various surfaces. Its standout feature is the inclusion of five interchangeable brush heads, each designed to handle specific cleaning tasks. Whether you'...            </div>
            <div class="product-bottom-row">
                <span class="save-count">84&nbsp;<span class="likes-text">LIKES</span></span>
                <div class="product-action">
                    <a href="https://amzn.to/4iw7qXU" class="add-to-cart">
                        Check it out                    </a>
                </div>
            </div>
        </div>
    </div>
        <div class="product-item">
        <h2 class="product-title">
            <a href="https://jspgn.com/archives/Weather-Bottle.html">Weather Bottle</a>
        </h2>
        <div class="product-image">
            <a href="https://jspgn.com/archives/Weather-Bottle.html">
            Weather Bottle<img src="https://m.media-amazon.com/images/I/61OHlr8RiuL._SL1100_.jpg" alt="" />            </a>
        </div>
        <div class="product-info">
            <div class="product-desc">
                Weather Forecaster Storm Glass Bottle is a captivating piece that combines historical meteorology with modern aesthetics. This unique device uses a mixture of distilled water, ethanol, potassium nitrate, and ammonium chloride to predict weather changes through crystallization patterns inside the ...            </div>
            <div class="product-bottom-row">
                <span class="save-count">80&nbsp;<span class="likes-text">LIKES</span></span>
                <div class="product-action">
                    <a href="https://amzn.to/41IMupp" class="add-to-cart">
                        Check it out                    </a>
                </div>
            </div>
        </div>
    </div>
        <div class="product-item">
        <h2 class="product-title">
            <a href="https://jspgn.com/archives/Mini-Golf-Set.html">Mini Golf Set</a>
        </h2>
        <div class="product-image">
            <a href="https://jspgn.com/archives/Mini-Golf-Set.html">
            Mini Golf Set<img src="https://m.media-amazon.com/images/I/41XCm3pUCmL._AC_.jpg" alt="" />            </a>
        </div>
        <div class="product-info">
            <div class="product-desc">
                Mini Golf Set by InTheHoleGolf is a compact yet fully functional golfing kit designed to bring the joy of golf indoors or outdoors. This set includes everything you need to practice your putting skills: two premium golf balls, a high-quality putter with an ergonomic grip, and a durable indoor/out...            </div>
            <div class="product-bottom-row">
                <span class="save-count">76&nbsp;<span class="likes-text">LIKES</span></span>
                <div class="product-action">
                    <a href="https://amzn.to/4hqFYcH" class="add-to-cart">
                        Check it out                    </a>
                </div>
            </div>
        </div>
    </div>
    </div>

<!-- 加载指示器 -->
<div id="loading-indicator" style="display: none; text-align: center; padding: 20px;">
    <div class="spinner"></div>
    <p style="font-size: 10px;">Loading...</p>
</div>

<!-- 无内容提示 -->
<div id="no-more-content" style="display: none; text-align: center; padding: 20px;">
    <p style="font-size: 10px;">No more content</p>
</div>

<!-- 存储当前页码和总页数的隐藏字段 -->
<input type="hidden" id="current-page" value="1">
<input type="hidden" id="total-pages" value="4">

<script src="https://jspgn.com/usr/themes/ecommerce/js/load-more.js"></script>


</div><!-- end .container -->

<div class="container container-footer">
    <footer>
        <nav role="navigation">
            <div class="footer-left-col">
                <img class="footer-logo" src="https://jspgn.com/usr/themes/ecommerce/img/logo.png" alt="Just Share Plus logo">
                <p>© 2025 Just Share Plus. All rights reserved.</p>
            </div>
            <div class="footer-right-col">
                <div class="footer-social-icons">
                    <a href="#" rel="nofollow" target="_blank"><i class="fa fa-facebook"></i></a>
                    <a href="#" rel="nofollow" target="_blank"><i class="fa fa-twitter"></i></a>
                    <a href="#" rel="nofollow" target="_blank"><i class="fa fa-tumblr"></i></a>
                    <a href="#" rel="nofollow" target="_blank"><i class="fa fa-pinterest"></i></a>
                    <a href="#" rel="nofollow" target="_blank"><i class="fa fa-rss"></i></a>
                    <a href="#" rel="nofollow" target="_blank"><i class="fa fa-youtube"></i></a>
                    <a href="#" rel="nofollow" target="_blank"><i class="fa fa-instagram"></i></a>
                </div>
                <div class="footer-more-link">
                    <a href="https://jspgn.com/aboutus.html" rel="nofollow">Contact Us</a>
                    <a href="https://jspgn.com/privacy.html" rel="nofollow">Privacy Policy</a>
                    <a href="https://jspgn.com/affiliate.html" rel="nofollow">Affiliate Disclosure</a>
                </div>
            </div>
        </nav>
        <div class="aff-disclosure-footer">
            Just Share Plus is reader supported, some products displayed may earn us a commission if you purchase through our links. Just Share Plus is a participant in the Amazon Services LLC Associates Program.
        </div>
    </footer>
</div>


<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2YMN4EG4JG"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-2YMN4EG4JG');
</script>

</body>
</html>                                

Whois info of domain

Domain Name: JSPGN.COM
Registry Domain ID: 2026507116_DOMAIN_COM-VRSN
Registrar WHOIS Server: grs-whois.hichina.com
Registrar URL: http://www.net.cn
Updated Date: 2025-04-08T01:03:53Z
Creation Date: 2016-05-07T18:08:25Z
Registry Expiry Date: 2026-05-07T18:08:25Z
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: DINA.NS.CLOUDFLARE.COM
Name Server: HUGH.NS.CLOUDFLARE.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-10T23:28:57Z <<<
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