Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - inxdo.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Tue, 20 May 2025 07:09:43 GMT
Content-Type: text/html
Content-Length: 162
Connection: keep-alive
Location: https://inxdo.com/
Strict-Transport-Security: max-age=31536000

HTTP Code 301 Moved Permanently

http status code 301 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://inxdo.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Tue, 20 May 2025 07:09:45 GMT
Content-Type: text/html
Content-Length: 12797
Last-Modified: Sun, 19 Jan 2025 17:46:55 GMT
Connection: keep-alive
Vary: Accept-Encoding
ETag: "678d3a8f-31fd"
Strict-Transport-Security: max-age=31536000
Accept-Ranges: bytes

HTTP Code 200 OK

http status code 200 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: inxdo.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.0">
    <title>INXDO 云思软件 专注于提供高效信息化解决方案</title>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
    <!-- <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> -->
    <!-- <link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/tailwind.min.css"> -->
    <link rel="stylesheet" href="/tailwind.min.css">
    <style>
        .bg-g-dark {
            background-color: #235335;
        }

        .bg-g-light {
            background-color: #288A00;
        }

        .bg-g-gray {
            background-color: #f4f4f4;
        }

        .text-g-dark {
            color: #235335;
        }

        .text-g-light {
            color: #288A00;
        }

        .border-g-light {
            border-color: #288A00;
        }

        .border-g-dark {
            border-color: #235335;
        }

        .container {
            max-width: 1280px;
        }
    </style>
</head>

<body class="bg-white">
    <nav class="hidden md:block">
        <div class="bg-g-dark">
            <h1 class="container px-4 lg:mx-auto text-white text-md h-12 leading-10 py-1 "><span class="font-bold">INXDO
                </span>专注于提供高效信息化解决方案</h1>
        </div>
        <div class="bg-g-light">
            <h1 class="container px-4 mx-auto  py-3">
                <ul class="flex items-center space-x-24">
                    <li><a href="#" class="text-white hover:text-orange-100">贸易与零售</a></li>
                    <li><a href="#" class="text-white hover:text-orange-100">生产制造</a></li>
                    <li><a href="#" class="text-white hover:text-orange-100">数字会员</a></li>
                    <li><a href="#" class="text-white hover:text-orange-100">关于我们</a></li>
                </ul>
            </h4>
        </div>
        <div class="mx-4 flex flex-row">
            <div class="w-1/5"></div>
            <div class="w-3/5 text-5xl tracking-wide text-center font-bold leading-10 py-8">云思软件</div>
            <div class="w-1/5 text-right"></div>
        </div>
    </nav>
    <nav class="md:hidden">
        <div class="bg-g-light">
            <h1 class="container px-4 lg:mx-auto text-white text-md h-12 leading-10 py-1 "><span class="font-bold">INXDO
                </span>专注于提供高效信息化解决方案</h1>
        </div>
        <div class="mx-4 flex flex-row">
            <div class="w-1/5"></div>
            <div class="w-3/5 text-5xl tracking-wide text-center font-bold leading-10 py-8">云思软件</div>
            <div class="w-1/5 text-right"></div>
        </div>
    </nav>
    <!-- Hero Section -->
    <section class="bg-g-gray bg-no-repeat hidden lg:block">
        <div class="container mx-auto md:px-8 grid grid-cols-12">
            <div class="col-span-5 bg-white"  style="background-image: url('./微信截图_20250115180405.png'); background-position: right 25% center"></div>
            <div class="col-start-6 col-span-4 bg-g-light text-white  py-20 px-12">
                <h1 class="text-4xl font-bold text-white mb-4">获取您的</h1>
                <h1 class="text-4xl font-bold text-white mb-4">专属解决方案</h1>
                <p class="text-lg text-white opacity-75"> </p>
                <button class="border-white border-2 mt-8 px-16 py-2 text-xl ">立即获取</button>
            </div>
            <div class="col-span-3 bg-g-gray"></div>
          </div>
    </section>

    <section class="bg-g-gray lg:hidden">
        <div class="text-g-light text-4xl px-8 py-20">
            <h3 class="leading-10 py-2">获取您的</h3>
            <h3 class="leading-10 py-2">专属解决方案</h3>
            <br>
            <button class="bg-g-light text-3xl text-white px-8 py-2">立即获取</button>
        </div>
    </section>

    <section>
        <div class="container mx-auto md:py-8">
            <h3 class="py-4 text-3xl text-center">针对个性化业务场景</h3>
            <hr class="w-96 border-g-light  mx-auto">
            <h4 class="py-4 text-xl text-center">精细化方案设计</h4>
                <div class="grid grid-cols-2 lg:grid-cols-5 md:grid-cols-3  items-center text-center p-8 lg:px-48">
                    <div class="grid-span-1 py-4">
                        <div
                            class="w-32 h-32 mx-auto border border-g-light rounded-full leading-10 py-11 text-4xl text-g-light">
                            <i class="fa fa-bolt" aria-hidden="true" /></i>
                        </div>
                        <div class="mx-auto leading-10 text-xl py-2">对接业务</div>
                    </div>
                    <div class="grid-span-1 py-4">
                        <div
                            class="w-32 h-32 mx-auto border border-g-light rounded-full leading-10 py-11 text-4xl text-g-light">
                            <i class="fa fa-exchange" aria-hidden="true" /></i>
                        </div>
                        <div class="mx-auto leading-10 text-xl py-2">流程梳理</div>
                    </div>
                    <div class="grid-span-1 py-4">
                        <div
                            class="w-32 h-32 mx-auto border border-g-light rounded-full leading-10 py-11 text-4xl text-g-light">
                            <i class="far fa-building" aria-hidden="true" /></i>
                        </div>
                        <div class="mx-auto leading-10 text-xl py-2">方案设计</div>
                    </div>
                    <div class="grid-span-1 py-4">
                        <div
                            class="w-32 h-32 mx-auto border border-g-light rounded-full leading-10 py-11 text-4xl text-g-light">
                            <i class="fa fa-cloud" aria-hidden="true" /></i>
                        </div>
                        <div class="mx-auto leading-10 text-xl py-2">实施</div>
                    </div>
                    <div class="grid-span-1 py-4">
                        <div
                            class="w-32 h-32 mx-auto border border-g-light rounded-full leading-10 py-11 text-4xl text-g-light">
                            <i class="fa fa-inbox" aria-hidden="true" /></i>
                        </div>
                        <div class="mx-auto leading-10 text-xl py-2">服务跟进</div>
                    </div>
                </div>
        </div>
    </section>

    <!-- 移动设备应用 -->
    <section style="background-color: #F9F9F9;">
        <div class="container mx-auto py-16">
            <h2 class="text-3xl text-center ">移动设备应用解决方案</h2>
            <div class="grid grid-cols-1 md:grid-cols-2 px-16 py-16 gap-8">
                <img src="./微信截图_20250115181314.png" alt="mobile" class="w-5/6 ml-auto sm:mx-auto">               
                <div class="sm:w-5/6 sm:mx-auto">
                    <h3 class="text-2xl py-2">高效的移动设备管理</h3>
                    <p class="mr-24  py-2 text-sm leading-6">移动ERP应用程序通过云系统和数据连接,如蜂窝数据或安全的Wi-Fi,可实现自动同步,确保数据及时更新。现场员工能直接将数据上传至中央数据库,提升了数据的实时性和准确性,从而支持更有效的决策制定</p>
                    <button class="bg-g-light text-white text-lg px-24 py-2 my-2">立即开始</button>
                </div>
            </div>
        </div>
    </section>
    <!-- 四大方案 -->
    <section class="bg-white">
        <div class="container mx-auto py-16">
            <h3 class="py-4 text-3xl text-center">卓越的行业解决方案</h3>
            <hr class="w-96 border-g-light  mx-auto">
            <p class="py-4 text-xl text-center">全方位提升运营效率和质量,助力企业高效发展</p>
            <div class="grid grid-cols-1 xl:grid-cols-4 md:grid-cols-2 sm:grid-cols-1 divide-x text-g-dark">
                <div class="items-center p-12">
                    <img src="./微信截图_20250115181314.png" class=" w-60 h-24 mx-auto" />
                    <h1 class="py-2 text-lg text-center">供应链管理</h1>
                    <p class="text-sm text-center">供应链管理系统,精准掌控库存,巧妙安排采购,细心跟踪订单,用数据洞察未来,携手供应商共进退,巧妙规避风险,严守质量关,还支持多币种交易,全方位提升供应链的透明度、灵活性和协同性,助力企业高效运营,稳步前行。</p>
                </div>
                <div class="items-center p-12">
                    <img src="./微信截图_20250115181314.png" class=" w-60 h-24 mx-auto" />
                    <h1 class="py-2 text-lg text-center">仓储管理</h1>
                    <p class="text-sm text-center">智慧仓管能够实时掌握库存动态,精准调控库存水平。它不仅实时追踪库存数量、位置和状态,还能通过智能算法预测需求,自动调整补货计划,避免积压或缺货。同时,它还能优化库存结构,清理冗余库存,释放资金和空间。这种精细化的库存管理,让企业运营更加高效、灵活,真正实现库存的“智慧化”管理。</p>
                </div>
                <div class="items-center p-12">
                    <img src="./微信截图_20250115181314.png" class=" w-60 h-24 mx-auto" />
                    <h1 class="py-2 text-lg text-center">智慧园区</h1>
                    <p class="text-sm text-center">智慧园区管理系统通过集成物联网、大数据、人工智能等技术,全面掌控园区内的每一处房产。它集中管理房源信息,涵盖租赁、出售、维修保养等环节,实现信息的快速录入、查询、分析和统计。系统实时监控房源使用情况,如出租率、空置率,并借助大数据分析预测出租趋势,助力管理人员提前布局。此外,系统支持可视化展示,让管理人员直观了解房源状况,提升管理效率和质量。</p>
                </div>
                <div class="items-center p-12">
                    <img src="./微信截图_20250115181314.png" class=" w-60 h-24 mx-auto" />
                    <h1 class="py-2 text-lg text-center">数字会员</h1>
                    <p class="text-sm text-center">数字会员系统,涵盖基础资料与消费偏好。它管理会员等级与权益,激励消费,提升忠诚度。积分功能让会员轻松累积并兑换礼品。系统详细记录消费行为,通过数据分析助力企业洞察需求,实现精准营销。会员互动功能保持企业与会员紧密联系,及时反馈,提升满意度。沉睡会员召回机制,如发送优惠信息,唤醒会员活力。这些功能协同,让会员管理高效智能,搭建起稳固的沟通桥梁。</p>
                </div>
            </div>

        </div>
    </section>

    

    <!-- Footer -->
    <footer class="bg-g-gray py-8 border-t-4 border-g-dark">
        <div class="container mx-auto md:px-8">
            <div class="w-3/4 text-center mx-auto">
                <h3 class="text-2xl text-g-dark py-8">获取专属与您的解决方案,<span class="text-bold text-g-light">联系我们</span></h3>
                <hr class="border-g-light">
                <p class="text-sm text-left py-8 px-12 leading-6 md:px-6 sm:px-2">以客户需求为导向,提供全方位、精准契合的软件解决方案。项目全程严格把控,确保按时交付高质量成果,助力客户业务无缝对接数字化转型。我们保障系统稳定运行与数据安全,让客户无忧使用。同时,提供及时售后响应与持续优化升级服务,助力客户业务持续增长。我们致力于成为客户信赖的数字化转型伙伴,携手客户抢占市场先机,推动业务迈向新高度,实现共赢发展。</p>
                <hr class="border-g-light">
                <p class=" text-g-dark py-8">云思软件 &copy;  2025 INX Soft. All rights reserved. <a href="https://beian.miit.gov.cn/"  target="_blank">沪ICP备17000237号</a></p>
            </div>
        </div>
    </footer>
    <!-- <div class="h-96" style="background-image: url(./微信截图_20250115181314.png); background-position: center;"></div> -->
</body>                               

Whois info of domain

Domain Name: INXDO.COM
Registry Domain ID: 2560123761_DOMAIN_COM-VRSN
Registrar WHOIS Server: grs-whois.hichina.com
Registrar URL: http://www.net.cn
Updated Date: 2023-09-12T04:49:43Z
Creation Date: 2020-09-16T13:46:29Z
Registry Expiry Date: 2025-09-16T13:46:29Z
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: DNS1.HICHINA.COM
Name Server: DNS2.HICHINA.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-20T07:09:33Z <<<
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