Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - sfb1.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: Tengine
Date: Sat, 17 May 2025 16:56:00 GMT
Content-Type: text/html
Content-Length: 262
Connection: keep-alive
Location: https://sfb1.com/
Via: kunlun10.cn7174[,0]
Timing-Allow-Origin: *
EagleId: b4a3921e17475009605068426e

HTTP Code 301 Moved Permanently

301 Moved Permanently 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://sfb1.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: Tengine
Content-Type: text/html; charset=utf-8
Content-Length: 16769
Connection: keep-alive
Date: Sat, 17 May 2025 16:56:02 GMT
Last-Modified: Tue, 12 Nov 2024 11:45:19 GMT
Vary: Accept-Encoding
ETag: "67333fcf-4181"
Cache-Control: no-cache
Cache-Control: private
Cache-Control: private, no-store, no-cache, must-revalidate, proxy-revalidate
Accept-Ranges: bytes
Via: cache44.l2cn8000[187,188,200-0,M], cache48.l2cn8000[189,0], kunlun3.cn7174[262,263,200-0,M], kunlun6.cn7174[266,0]
Ali-Swift-Global-Savetime: 1747500962
X-Cache: MISS TCP_MISS dirn:-2:-2
X-Swift-SaveTime: Sat, 17 May 2025 16:56:02 GMT
X-Swift-CacheTime: 0
Timing-Allow-Origin: *
EagleId: b4a3921a17475009622468295e

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: sfb1.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 name="viewport" content="width=device-width, initial-scale=1.0">
    <title>服务盾</title>
    <meta name="description" content="服务盾" />
    <meta name="keywords" content="服务盾" />
    <link rel="stylesheet" type="text/css" href="public/css/animate.min.css" />
    <link rel="stylesheet" type="text/css" href="public/css/swiper.min.css" />
    <link rel="stylesheet" type="text/css" href="public/css/reset.css" />
    <link rel="stylesheet" type="text/css" href="public/css/style.css" />
    <link rel="stylesheet" type="text/css" href="public/css/media.css" />
    <script type="text/javascript" src="public/js/jquery.min.js" charset="utf-8"></script>
    <script type="text/javascript" src="public/js/swiper.min.js" charset="utf-8"></script>
    <script type="text/javascript" src="public/js/wow.js" charset="utf-8"></script>
    <script type="text/javascript" src="public/js/public.js" charset="utf-8"></script>
</head>

<body>
    <div class="headers">
        <!-- 公共头部包含 -->
        <div id="header">
            <div class="block clearfix">
                <!-- 导航栏包含 -->
                <div id="menu">
                    <ul class="nav clearfix">
                        <li>
                            <a href="index.html">
                                首页
                            </a>
                        </li>

                        <li>
                            <a href='about.html' class="{$field1.currentstyle}">关于我们</a>
                        </li>

                        <li>
                            <a href="server.html" class="{$field1.currentstyle}">服务类别</a>
                        </li>
                        <li>
                            <a href="news.html" class="{$field1.currentstyle}">新闻中心</a>
                        </li>
                        <li>
                            <a href="couster.html" class="{$field1.currentstyle}">合作</a>
                        </li>
                        <li>
                            <a href="contact.html" class="{$field1.currentstyle}">联系我们</a>
                        </li>
                    </ul>
                </div>

                <script type="text/javascript">
                    $(function () {
                        $('.nav > li').hover(function () {
                            var sec_count = $(this).find('.sec a').length;
                            var a_height = $(this).find('.sec a').eq(0).height();
                            var sec_height = sec_count * a_height;
                            $(this).find('.sec').stop().animate({
                                height: 40,
                            }, 300);
                        }, function () {
                            $(this).find('.sec').stop().animate({
                                height: 0
                            }, 300);
                        });
                    });
                </script>

            </div>
        </div>

    </div>


    <div class="mobiles">
        <div class="mobile-inner-header">
            <div class="mobile-inner-header-icon mobile-inner-header-icon-out"><span></span><span></span><span></span>
            </div>
        </div>

        <div class="mobile-inner-nav">
            <li class="on"><a href='index.html'>首页</a> </li>

            <li><a href='about.html'>关于我们</a>
            </li>
            <li><a href='server.html'>服务类别</a></li>

            <li>
                <a href="news.html">新闻中心</a>
            </li>

            <li>
                <a href="contact.html">合作</a>
            </li>
            <li>
                <a href="contact">联系我们</a>
            </li>


        </div>
    </div>
    <div class="mask">
        <img src="public/images/mask.png" alt="">
    </div>
    <div class="banner" style="position: relative;">
        <div class="swiper-container">
            <div class="swiper-wrapper">

                <div class="swiper-slide"
                    style="background:url(public/images/gsjj.png) center center / cover no-repeat;">
                </div>
	<div class="swiper-slide"
                    style="background:url(public/images/gsjj1.png) center center / cover no-repeat;">
                </div>
	<div class="swiper-slide"
                    style="background:url(public/images/gsjj2.png) center center / cover no-repeat;">
                </div>
            </div>
            <!-- Add Pagination -->
            <div class="block">
                <div class="swiper-pagination"></div>
            </div>
        </div>
    </div>

    <div class="warp bg_bai">
        <div class="block">
            <div class="qyjj_index">
                <div class="left wow fadeInLeft animated">
                    <h1>企业简介</h1>
                    <h3>About us</h3>
                    <div class="line m10"></div>
                    <p class="m60">
                        “服务盾”是一款快速响应家政、生活服务、维修、保健等板块需求的服务平台。由师傅帮技术服务(苏州)有限公司开发并运营。“服务盾”致力于运用大数据及AI技术升级传统服务行业,细化服务模型,打造"快捷、诚信、优质"的高性能智慧型生活服务平台。在线服务项目有家政、设备维修等。
                    </p>
                    <div class="view_more m60">
                        <a href="/gongsijianjie" style="color:#fff">LEARN MORE</a>
                    </div>
                </div>
                <div class="right wow fadeInRight animated">
                    <img src="public/images/gsjj4.jpg" alt="">
                </div>
            </div>
        </div>
    </div>
    <div class="warp c bg_lv">
        <div class="case_index">
            <h1>成功案例</h1>
            <h3>Service</h3>
            <div class="line m10"></div>
        </div>
        <div class="block  experience  wow fadeInUp">
            <div class="cases m60 swiper-container ">
                <ul class="swiper-wrapper  clearfix" style="transform: translate3d(0px, 0px, 0px);padding-left:15px;"
                    id="tabletest">

                    <!-- <li class="swiper-slide">
                        <a class="case">
                            <img src="public/images/p.png" alt="">
                            <div class="case_info">
                                <h2 class="m10"></h2>
                                <p class="m10">已服务200000单</p>

                            </div>
                        </a>
                    </li>
                    <li class="swiper-slide">
                        <a class="case">
                            <img src="public/images/p.png" alt="">
                            <div class="case_info">
                                <h2 class="m10">家政服务-其他家电维修(四级)</h2>
                                <p class="m10">已服务200000单</p>

                            </div>
                        </a>
                    </li>
                    <li class="swiper-slide">
                        <a class="case">
                            <img src="public/images/p.png" alt="">
                            <div class="case_info">
                                <h2 class="m10">家政服务-其他家电维修(四级)</h2>
                                <p class="m10">已服务200000单</p>

                            </div>
                        </a>
                    </li>
                    <li class="swiper-slide">
                        <a class="case">
                            <img src="public/images/p.png" alt="">
                            <div class="case_info">
                                <h2 class="m10">家政服务-其他家电维修(四级)</h2>
                                <p class="m10">已服务200000单</p>

                            </div>
                        </a>
                    </li> -->
                </ul>
            </div>
            <div class="server_tab m30">
                <div>
                    <a href='server.html' style="color: #fff;">More</a>
                </div>
            </div>
        </div>

    </div>
    <div class="warp bg_bai">
        <div class="case_index wow fadeInUp ">
            <h1>新闻中心</h1>
            <h3>News</h3>
            <div class="line m10"></div>
        </div>
        <div class="block  wow fadeInLeft">
            <div class="news_index m30">

                <a class="new_index m30" href="#">
                    <div class="new_title">
                        <h2>服务盾线上招聘开始啦!</h2>
                        <h2 style="color: #8C8F92;">2022-05-12</h2>
                    </div>
                    <p class="m30 desc">
                        “服务盾”是一款快速响应家政、生活服务、维修、保健等板块需求的服务平台。由师傅帮技术服务(苏州)有限公司开发并运营。“服务盾”致力于运用大数据及AI技术升级传统服务行业,细化服务模型,打造"快捷、诚信、优质"的高性能智慧型生活服务平台。在线服务项目有家政、设备维修等。“服务盾”是一款快速响应家政、生活服务、维修、保健等板块需求的服务平台。由师傅帮技术服务(苏州)有限公司开发并运营。“服务盾”致力于运用大数据及AI技术升级传统服务行业,细化服务模型,打造”快捷、诚信、优质”的高性能智慧型生活服务平台。在线服务...
                    </p>
                </a>
                <a class="new_index m30" href="#">
                    <div class="new_title">
                        <h2>服务盾线上招聘开始啦!</h2>
                        <h2 style="color: #8C8F92;">2022-05-12</h2>
                    </div>
                    <p class="m30 desc">
                        “服务盾”是一款快速响应家政、生活服务、维修、保健等板块需求的服务平台。由师傅帮技术服务(苏州)有限公司开发并运营。“服务盾”致力于运用大数据及AI技术升级传统服务行业,细化服务模型,打造"快捷、诚信、优质"的高性能智慧型生活服务平台。在线服务项目有家政、设备维修等。“服务盾”是一款快速响应家政、生活服务、维修、保健等板块需求的服务平台。由师傅帮技术服务(苏州)有限公司开发并运营。“服务盾”致力于运用大数据及AI技术升级传统服务行业,细化服务模型,打造”快捷、诚信、优质”的高性能智慧型生活服务平台。在线服务...
                    </p>
                </a>
            </div>
        </div>
    </div>

    <footer>
        <div class="footers">
            <a href="https://www.sfb1.com/index.html" target="_self">首页</a>
           <a href="https://www.sfb1.com/about.html" target="_self">关于我们</a>
           <a href="https://www.sfb1.com/server.html" target="_self">服务类别</a>
           <a href="https://www.sfb1.com/news.html" target="_self">新闻中心</a>
           <a href="https://www.sfb1.com/couster.html" target="_self">合作</a>
           <a href="https://www.sfb1.com/contact.html" target="_self">联系我们</a>
            <!-- <a href="/sfbweb/download/khdGZH.html" target="_self">客户端下载</a>
           <a href="/sfbweb/download/sjd.html" target="_self">商家端下载</a>
           <a href="/sfbweb/download/sfd.html" target="_self">师傅端下载</a> -->
        </div>
        <div class="footers_phone">
            <div>全国服务电话1 0512-86681890</div>
            <!-- <div>全国服务电话2 0512-58963328</div>
            <div>全国服务电话3 0512-58963328</div> -->
        </div>
        <div class="footers_info">
            <div> <img src="public/images/bang.png" alt=""> 师傅帮技术服务(苏州)有限公司</div>
            <div> <img src="public/images/beian.png" alt=""> <a href="https://beian.miit.gov.cn/#/Integrated/index" target="_blank">苏ICP备2022014497号-1</a></div>
            <div> <a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=32058202010955" target="_blank">苏公网安备32058202010955号</a></div>    
        </div>
        <div  style="font-size: 14px;display: flex;align-items: center;justify-content: center;margin-top: 50px;"> <a href="yinsi.html" target="_blank" style="margin-right: 20px;">隐私政策</a> <a target="_blank" href="xieyi.html">用户协议</a></div>
    </footer>


    <script>


var ORIGON = location.origin;
        $.ajax({
            url: ORIGON +"/fwd/common/order/service/category/list?",      //请求接口的地址
            type: "GET",                                   //请求的方法GET/POST
            data: {                                        //需要传递的参数
                areaId: 25633,
                source: 1
            },
            success: function (res) {                      //请求成功后的操作
                console.log(res.t.list);
                var data = res.t.list
                for (i in data) //data.data指的是数组,数组里是8个对象,i为数组的索引
                {
                    console.log(i,1)
                    $("#tabletest").append(` <li class="swiper-slide">
                        <a class="case">
                            <img src="${data[i].picture}" alt="">
                            <div class="case_info">
                                <h2 class="m10">${res.t.list[i].name}</h2>
                                <p class="m10">已服务${res.t.list[i].serviceCount}单</p>

                            </div>
                        </a>
                    </li>`)
                }

                var swiper = new Swiper('.banner .swiper-container', {
                    loop: true,
                    autoplay: {

                        delay: 3000,
                        stopOnLastSlide: false,
                        disableOnInteraction: true,
                    },
                    pagination: {
                        el: '.banner .swiper-pagination',
                        clickable: true,
                    },
                    speed: 800,

                });

                if ($(window).width() > 1200) {
                    var swiper = new Swiper('.c .swiper-container', {
                        slidesPerView: 4,
                        spaceBetween: 50,
                        loop: true,
                        autoplay: true

                    });

                } else {
                    var swiper = new Swiper('.c .swiper-container', {
                        slidesPerView: 2,
                        spaceBetween: 10,
                        loop: true,
                        autoplay: true

                    });
                }
                if ($(window).width() > 1200) {
                    var swiper = new Swiper('.b .swiper-container', {
                        slidesPerView: 4,
                        spaceBetween: 30,
                        loop: true,
                        autoplay: true

                    });

                } else {
                    var swiper = new Swiper('.b .swiper-container', {
                        slidesPerView: 1.2,
                        spaceBetween: 5,
                        loop: true,
                        autoplay: true

                    });
                }

                //在控制台输出返回结果
            },
            error: function (err) {                       //请求失败后的操作
                console.log(22);                          //请求失败在控制台输出22
            }
        })









        wow = new WOW({
            animateClass: 'animated',
        });
        wow.init();
        $(window).scroll(function () {
            if ($(this).scrollTop() > $("#header").height()) {
                $("#header").addClass("xd");
            } else {
                $("#header").removeClass("xd");
            }
        });



    </script>
</body>

</html>                               

Whois info of domain

Domain Name: SFB1.COM
Registry Domain ID: 2683367115_DOMAIN_COM-VRSN
Registrar WHOIS Server: grs-whois.hichina.com
Registrar URL: http://wanwang.aliyun.com
Updated Date: 2024-02-04T03:15:12Z
Creation Date: 2022-03-22T01:10:42Z
Registry Expiry Date: 2026-03-22T01:10:42Z
Registrar: Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)
Registrar IANA ID: 1599
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +86.95187
Domain Status: ok https://icann.org/epp#ok
Name Server: DNS3.HICHINA.COM
Name Server: DNS4.HICHINA.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-17T16:55:55Z <<<
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