Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - bbs35.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Wed, 07 May 2025 11:21:22 GMT
Content-Type: text/html
Content-Length: 162
Connection: keep-alive
Location: https://bbs35.com/
Strict-Transport-Security: max-age=31536000
Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"

HTTP Code 301 Moved Permanently

301 status 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://bbs35.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Wed, 07 May 2025 11:21:23 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
Strict-Transport-Security: max-age=31536000
Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"

HTTP Code 200 OK

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

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">

    <meta content="yes" name="apple-mobile-web-app-capable">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
    <title>支付宝接单系统</title>
    <meta name="keywords" content="">
    <meta name="description" content="-24H自助接单系统">
    
    
    <!-- ~~~~~~~~~~~~~ Favicon icon ~~~~~~~~~~~~~ -->
    <link rel="shortcut icon" href="/uploads/20250506/7d0469f01acd6a24741e7268bf07dd24.png" type="image/png">
    <!-- ~~~~~~~~~~~~~~~~~ Google Fonts ~~~~~~~~~~~~~~~~~ -->
    <link rel="stylesheet" href="/template/default/fonts/Inter/inter-fontfaces.css">

    <link href="/assets/css/frontend.min.css?v=1745111499" rel="stylesheet">

    <!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. -->
    <!--[if lt IE 9]>
    <script src="/assets/js/html5shiv.js"></script>
    <script src="/assets/js/respond.min.js"></script>
    <![endif]-->




    <link rel="stylesheet" href="/template/default/css/main.min.css">

    <style>
        @media (min-width: 1200px){
            .container {
                width: 1300px;
            }
        }
        .mobile-hidden{
            display: block;
        }
        .pc-hidden{
            display: none;
        }
        @media (max-width: 1199.98px){
            .mobile-hidden{
                display: none;
            }
            .pc-hidden{
                display: block;
            }
            .goods-page-cover{
                margin-bottom: 20px;
            }
            .mobile-padding{
                padding-left: 15px!important;
                padding-right: 15px!important;
            }
        }


        .shadow{
            border-radius: 3px!important;
            -webkit-box-shadow: 0 1px 1px rgba(32,35,51,.04), 0 2px 4px rgba(32,35,51,.02);
            box-shadow: 0 1px 1px rgba(32,35,51,.04), 0 2px 4px rgba(32,35,51,.02);
            border: 1px solid #f4f4f4;
        }
        .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
            padding-left: 7.5px;
            padding-right: 7.5px;
        }
        .goods-tag{
            border: 1px solid #18bc9c;
            font-size: 12px;
            margin-bottom: 10px;
            display: inline-block;
            margin-top: 1px;
            padding: 1px 7px;
            border-radius: 3px;
            color: #18bc9c;
            margin-right: 5px;
        }
        .goods-tag.text-info{
            color: #4397fd;
            border: 1px solid #4397fd;
        }
        .goods-tag.text-danger{
            color: #ed3c2b;
            border: 1px solid #ed3c2b;
        }
        .goods-tag.text-warning{
            color: #e08d09;
            border: 1px solid #e08d09;
        }
    </style>

</head>

<body>


<nav class="navbar navbar-white navbar-fixed-top" role="navigation">
    <div class="container">
        <div class="navbar-header">
            <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#header-navbar">
                <span class="sr-only">Toggle navigation</span>
                <span class="icon-bar"></span>
                <span class="icon-bar"></span>
                <span class="icon-bar"></span>
            </button>
            <a class="navbar-brand" href="/" style="padding: 17px 15px; height: 60px;"><img style="height: 100%;" src="/uploads/20250506/7d0469f01acd6a24741e7268bf07dd24.png" alt="彩汇支付"></a>
        </div>
        <div class="collapse navbar-collapse" id="header-navbar">
            <ul class="nav navbar-nav navbar-right">
                <li><a href="/">首页</a></li>
                <li><a href="/find_order.html">查找订单</a></li>
                <li class="dropdown">
                                        <a href="/user.html" class="dropdown-toggle" data-toggle="dropdown">会员中心 <b class="caret"></b></a>
                                        <ul class="dropdown-menu">
                                                <li><a href="/login.html"><i class="fa fa-sign-in fa-fw"></i> 登 录</a></li>
                        <li><a href="/register.html"><i class="fa fa-user-o fa-fw"></i> 注 册</a></li>
                        
                    </ul>
                </li>
            </ul>
        </div>
    </div>
</nav>

<div class="content container">
    
<style>
    .category-btn{
        font-size: 13px;
        line-height: 13px;
        border: 1.5px solid rgb(167 167 167 / 20%);
        -webkit-box-shadow: none;
        box-shadow: none;
        font-weight: 500;
        color: #010101;
        padding: 10px 26px;
        border-radius: 1px;
        margin-right: 10px;
        margin-bottom: 15px;
        border-radius: 3px;
        -webkit-box-shadow: 0 1px 1px rgba(32,35,51,.04), 0 2px 4px rgba(32,35,51,.02)!important;
        box-shadow: 4px 4px 1px -1px rgba(32,35,51,.04), 0 2px 4px rgba(32,35,51,.02)!important;
        display: inline-block;
        background: #fff;
    }
    .category-btn.active{
        border: 2px solid #4aadff;
        padding: 9px 25px!important;
        color: #fff;
        background: #4aadff;
    }
    .category-btn:hover{
        border: 2px solid #4aadff!important;
        padding: 9px 25px!important;
    }

    .col-lg-2dot4 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    @media (min-width: 1200px) {
        .col-lg-2dot4 {
            float: left;
        }
        .col-lg-2dot4 {
            width: 14.28%;
        }
        .col-lg-pull-2dot4 {
            right: 14.28%;
        }
        .col-lg-push-2dot4 {
            left: 14.28%;
        }
        .col-lg-offset-2dot4 {
            margin-left: 14.28%;
        }
    }

    .panel-default > .panel-heading{
        padding: 7px 0;
    }



     .tb-recommend-content-item {
         position: relative;
         float: left;
         width: 100%;
         margin: 0 0 12px 0px;
         overflow: hidden;
         color: #333;
         border-bottom: 1px solid #f1f1f1;
         padding-bottom: 10px;
         cursor: pointer;
         -webkit-transition: all 0.5s;
         -o-transition: all 0.5s;
         -moz-transition: all 0.5s;
         transition: all 0.5s;
     }
    .tb-recommend.col3 .tb-recommend-content-item, .tb-recommend.col3 .skeleton-i {
        width: 372px;
        margin-left: 18px;
    }
    .tb-recommend-content-item .item-link {
        display: inline-block;
        width: 100%;
        height: 100%;
    }
    .tb-recommend-content-item .img-wrapper {
        position: absolute;
        width: 75px;
        height: 75px;
        overflow: hidden;
        background-color: rgba(27, 23, 67, 0.03);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }


    .img-wrapper img {
        background: #fff;
        opacity: .9;
        filter: alpha(opacity=90);
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }
    .tb-recommend-content-item .img-wrapper img {
        display: block;
        width: 100%;
        height: 100%;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    .tb-recommend-content-item .info-wrapper {
        margin-left: 92px;
        overflow: hidden;
    }
    .tb-recommend-content-item .info-wrapper .title {
        display: inline-block;
        max-height: 46px;
        margin: 2px 0 2px 0;
        overflow: hidden;
        color: #333;
        font-size: 14px;
        line-height: 23px;
    }
    .tb-recommend-content-item .info-wrapper .title img {
        height: 16px;
        margin-top: 3px;
        margin-right: 6px;
        vertical-align: top;
    }
    .tb-recommend-content-item .info-wrapper .tag-list {
        height: 20px;
        overflow: hidden;
    }
    .tb-recommend-content-item .info-wrapper .tag-list .tag-item {
        display: inline-block;
        height: 20px;
        margin-right: 6px;
        padding: 0 4px;
        color: #ff5000;
        font-size: 12px;
        line-height: 18px;
        vertical-align: top;
        border: 1px solid #ff5000;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .price-value {
        display: inline-block;
        font-size: 16px;
        color: #dc3545;
    }
    .price-value em {
        margin-right: 4px;
        font-size: 14px;
        font-family: "Microsoft Yahei";
        vertical-align: middle;
    }
    .hot-goods .tb-recommend-content-item:last-child{
        margin-bottom: 0!important;
        border: unset;
        padding-bottom: 0;
    }
</style>
<div class="page-container home " style="margin-top: 1px;">
    <div class="row">
        <div class="col-xs-12 col-sm-12 col-md-12">
                        <div style="background: #fff; padding: 15px; padding-bottom: 5px;" class="shadow">
                <p style="white-space: normal;"><strong><span style="font-size: 18px;">&nbsp; &nbsp;</span></strong><strong><span style="font-size: 18px; color: rgb(0, 0, 0);">系统订单通过第三方对接平台下发结算</span></strong></p><p style="white-space: normal;"><span style="font-size: 12px;"><strong><span style="color: rgb(255, 0, 0);">按照下单金额选择通道匹配订单代充后,平台匹配口令订单下发结算概不退单,除</span></strong><strong><span style="color: rgb(255, 0, 0);">系统原因导致订单信息丢失本站概不负责!</span></strong></span></p><hr style="white-space: normal; border-right-style: none; border-bottom-style: none; border-left-style: none; border-right-color: currentcolor; border-bottom-color: currentcolor; border-left-color: currentcolor; border-image-source: none;"/><p style="white-space: normal;"><span style="color: rgb(0, 0, 0);"><strong><span style="font-size: 18px;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="font-family: 黑体, SimHei;">系统为24小时自助下单</span></span></strong></span></p><p style="white-space: normal;"><span style="font-size: 14px;"><strong><span style="color: rgb(0, 0, 0);">彩汇支付已和各大包网运营商综合盘对接,平台线上日跑量达千万</span></strong></span><strong style="font-size: 14px;"><span style="color: rgb(0, 0, 0);">公司长期诚招大量商户代理入驻平台接单!</span></strong></p><p style="white-space: normal;"><span style="font-size: 14px; font-family: 楷体, 楷体_GB2312, SimKai;"><strong><span style="color: rgb(0, 0, 0);">每晚</span><span style="color: rgb(255, 0, 0);">23:00</span><span style="color:#000000">切停止进</span><span style="color: rgb(0, 0, 0);">&nbsp;</span></strong></span><strong style="font-family: 楷体, 楷体_GB2312, SimKai; font-size: 14px;"><span style="color: rgb(0, 0, 0);">请</span></strong><strong style="font-family: 楷体, 楷体_GB2312, SimKai; font-size: 14px;"><span style="color: rgb(0, 0, 0);">各商户等待</span><span style="color: rgb(255, 0, 0);">00:00</span><span style="color: rgb(0, 0, 0);">后再匹配订单!</span></strong></p><p style="white-space: normal;"><strong><span style="font-family: 楷体, 楷体_GB2312, SimKai; font-size: 14px; color: rgb(0, 0, 0);">有问题请联系</span><span style="font-size: 14px; color: rgb(255, 0, 0); font-family: 黑体, SimHei;">Telegram</span><span style="font-family: 楷体, 楷体_GB2312, SimKai; font-size: 14px; color: rgb(0, 0, 0);">客服</span></strong><strong style="font-family: 楷体, 楷体_GB2312, SimKai; font-size: 14px;"><span style="color: rgb(0, 0, 0);">:</span></strong><span style="font-family: 黑体, SimHei;"><strong><span style="color: rgb(255, 0, 0);">@</span><span style="color: rgb(255, 0, 0); font-size: 14px;">FK918</span></strong></span><a href="https://t.me/fk918" target="_blank" title="咨询客服" style="background-color: rgb(255, 255, 255); font-size: 14px;"><span style="color: rgb(84, 141, 212);"><strong>-点击咨询</strong></span></a></p><p style="white-space: normal;"><strong><span style="font-family: 楷体, 楷体_GB2312, SimKai; font-size: 14px; color: rgb(0, 0, 0);">彩汇支付官方</span><span style="font-size: 14px; color: rgb(255, 0, 0); font-family: 黑体, SimHei;">Telegram</span><span style="font-family: 楷体, 楷体_GB2312, SimKai; font-size: 14px; color: rgb(0, 0, 0);">频道</span></strong><span style="font-weight: bold; font-family: 楷体, 楷体_GB2312, SimKai; color: rgb(0, 0, 0); font-size: 14px;">:</span><strong><span style="color: rgb(255, 0, 0); font-family: 黑体, SimHei;">@kouling1</span></strong><strong><a href="https://t.me/kouling1" target="_blank" title="彩汇支付官方频道"><span style="color: rgb(79, 129, 189);"><span style="outline: currentcolor; font-size: 14px;"><strong>-点击</strong></span></span><span style="font-size: 14px; color: rgb(79, 129, 189);">查看</span></a></strong></p><p><br/></p>            </div>
                        <div id="md"></div>
            <div style="margin-top: 20px;">
                                <a href="/goodscate/2.html#md" class="category-btn active">支付宝口令红包</a>
                            </div>
                        <div style="margin-top: 10px;">
                                <div class="page-margin__content">
<!--                    <div class="page-section__header"><h2>支付宝口令红包</h2></div>-->
                    <div class="page-section__body">
                        <div class="products-grid">
                            <div class="row products-grid-row" style="display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;">
                                                                <div class="col-lg-2dot4 col-lg-2 col-md-3 col-sm-3 col-xs-6 grid-item-col">
                                    <div class="grid-item">
                                        <div class="product-grid-item" style="border-radius: 3px;">
                                            <div class="product">
                                                <a class="a-block" href="/goods/7.html">
                                                    <div class="product__image">
                                                        <img src="/uploads/20250506/e39bba35c775006455a4784778ed158f.png" alt="支付宝口令-125金额" onerror="this.src='/assets/img/none.jpg'">
                                                    </div>
                                                </a>
                                                <div class="product__description">
                                                    <div class="product_name" style="height: 36px;">
                                                        <a href="/goods/7.html">支付宝口令-125金额</a>
                                                    </div>
                                                    <a class="a-block" href="/goods/7.html">
                                                        <div class="product_prices">
                                                            <b>&yen; 100.00</b>
                                                                                                                        <span>&yen; 125.00</span>
                                                                                                                    </div>
                                                    </a>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                                                                <div class="col-lg-2dot4 col-lg-2 col-md-3 col-sm-3 col-xs-6 grid-item-col">
                                    <div class="grid-item">
                                        <div class="product-grid-item" style="border-radius: 3px;">
                                            <div class="product">
                                                <a class="a-block" href="/goods/6.html">
                                                    <div class="product__image">
                                                        <img src="/uploads/20250506/e39bba35c775006455a4784778ed158f.png" alt="支付宝口令-245金额" onerror="this.src='/assets/img/none.jpg'">
                                                    </div>
                                                </a>
                                                <div class="product__description">
                                                    <div class="product_name" style="height: 36px;">
                                                        <a href="/goods/6.html">支付宝口令-245金额</a>
                                                    </div>
                                                    <a class="a-block" href="/goods/6.html">
                                                        <div class="product_prices">
                                                            <b>&yen; 200.00</b>
                                                                                                                        <span>&yen; 245.00</span>
                                                                                                                    </div>
                                                    </a>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                                                                <div class="col-lg-2dot4 col-lg-2 col-md-3 col-sm-3 col-xs-6 grid-item-col">
                                    <div class="grid-item">
                                        <div class="product-grid-item" style="border-radius: 3px;">
                                            <div class="product">
                                                <a class="a-block" href="/goods/5.html">
                                                    <div class="product__image">
                                                        <img src="/uploads/20250506/e39bba35c775006455a4784778ed158f.png" alt="支付宝口令-505金额" onerror="this.src='/assets/img/none.jpg'">
                                                    </div>
                                                </a>
                                                <div class="product__description">
                                                    <div class="product_name" style="height: 36px;">
                                                        <a href="/goods/5.html">支付宝口令-505金额</a>
                                                    </div>
                                                    <a class="a-block" href="/goods/5.html">
                                                        <div class="product_prices">
                                                            <b>&yen; 450.00</b>
                                                                                                                        <span>&yen; 505.00</span>
                                                                                                                    </div>
                                                    </a>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                                                                <div class="col-lg-2dot4 col-lg-2 col-md-3 col-sm-3 col-xs-6 grid-item-col">
                                    <div class="grid-item">
                                        <div class="product-grid-item" style="border-radius: 3px;">
                                            <div class="product">
                                                <a class="a-block" href="/goods/4.html">
                                                    <div class="product__image">
                                                        <img src="/uploads/20250506/e39bba35c775006455a4784778ed158f.png" alt="支付宝口令-1005金额" onerror="this.src='/assets/img/none.jpg'">
                                                    </div>
                                                </a>
                                                <div class="product__description">
                                                    <div class="product_name" style="height: 36px;">
                                                        <a href="/goods/4.html">支付宝口令-1005金额</a>
                                                    </div>
                                                    <a class="a-block" href="/goods/4.html">
                                                        <div class="product_prices">
                                                            <b>&yen; 900.00</b>
                                                                                                                        <span>&yen; 1005.00</span>
                                                                                                                    </div>
                                                    </a>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                                                                <div class="col-lg-2dot4 col-lg-2 col-md-3 col-sm-3 col-xs-6 grid-item-col">
                                    <div class="grid-item">
                                        <div class="product-grid-item" style="border-radius: 3px;">
                                            <div class="product">
                                                <a class="a-block" href="/goods/3.html">
                                                    <div class="product__image">
                                                        <img src="/uploads/20250506/e39bba35c775006455a4784778ed158f.png" alt="支付宝口令-3005金额" onerror="this.src='/assets/img/none.jpg'">
                                                    </div>
                                                </a>
                                                <div class="product__description">
                                                    <div class="product_name" style="height: 36px;">
                                                        <a href="/goods/3.html">支付宝口令-3005金额</a>
                                                    </div>
                                                    <a class="a-block" href="/goods/3.html">
                                                        <div class="product_prices">
                                                            <b>&yen; 2700.00</b>
                                                                                                                        <span>&yen; 3005.00</span>
                                                                                                                    </div>
                                                    </a>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                                                                <div class="col-lg-2dot4 col-lg-2 col-md-3 col-sm-3 col-xs-6 grid-item-col">
                                    <div class="grid-item">
                                        <div class="product-grid-item" style="border-radius: 3px;">
                                            <div class="product">
                                                <a class="a-block" href="/goods/2.html">
                                                    <div class="product__image">
                                                        <img src="/uploads/20250506/e39bba35c775006455a4784778ed158f.png" alt="支付宝口令-5005金额" onerror="this.src='/assets/img/none.jpg'">
                                                    </div>
                                                </a>
                                                <div class="product__description">
                                                    <div class="product_name" style="height: 36px;">
                                                        <a href="/goods/2.html">支付宝口令-5005金额</a>
                                                    </div>
                                                    <a class="a-block" href="/goods/2.html">
                                                        <div class="product_prices">
                                                            <b>&yen; 4500.00</b>
                                                                                                                        <span>&yen; 5005.00</span>
                                                                                                                    </div>
                                                    </a>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                                                            </div>
                        </div>
                    </div>
                </div>
                            </div>
                        <div style="margin-top: 20px;" class="pc-hidden">
                                <a href="/goodscate/2.html#md" class="category-btn active">支付宝口令红包</a>
                            </div>
                    </div>

    </div>


    </div>


</div>



<footer class="main-footer-section ">

    <div class="main-footer-section__midline container">
        <div class="page-margin__content">
            <div class="main-footer-section__midline-links">
                                <span href="#" class="ml-auto">
                    &copy; 彩汇支付 - 保留所有解释权。
                </span>
            </div>
        </div>
    </div>
</footer>

<script src="/template/default/js/vendor/jquery-3.6.0.min.js"></script>
<script src="/assets/libs/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="/assets/libs/fastadmin-layer/dist/layer.js"></script>
<script src="/assets/libs/toastr/toastr.js"></script>

<script>
console.log('支付宝接单系统永久地址:https://bbs35.com/');
</script>



<script>
    console.log('射手座');
</script>

</body>

</html>                               

Whois info of domain

Domain Name: BBS35.COM
Registry Domain ID: 2976596437_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.gname.com
Registrar URL: http://www.gname.com
Updated Date: 2025-04-20T00:44:13Z
Creation Date: 2025-04-20T00:44:13Z
Registry Expiry Date: 2026-04-20T00:44:13Z
Registrar: Gname.com Pte. Ltd.
Registrar IANA ID: 1923
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +65.65189986
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: A2.SHARE-DNS.COM
Name Server: B2.SHARE-DNS.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-07T11:21: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