Sunucu yanıtını kontrol edin

Sunucu yanıtı
NS kayıtları
Whois alanı
Yanıt başlıkları
İstek başlıkları
Ham HTML kodu
200 OK - jd940.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, 28 May 2025 19:59:38 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
Set-Cookie: PHPSESSID=v4t8991idf8qucoerp82tv8003; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
Strict-Transport-Security: max-age=31536000

HTTP Kodu 200 OK

200 http kodu, standart bir başarılı HTTP sunucu yanıtıdır. Bu, istemcinin isteğinin (örneğin, bir tarayıcıdan) başarıyla işlendiği ve sunucunun istenen verileri ilettiği anlamına gelir.

Kod 200 ne zaman kullanılır?

  • Bir web sayfası yüklenirken
  • Bir API yanıtı başarıyla alındığında
  • Bir form veya başka bir HTTP isteği işlenirken

Kod 200 kullanıcı için ne anlama gelir?

Kullanıcı içeriği hatasız alır ve sayfa veya uygulama düzgün çalışır. Kod 200'e veri eşlik ediyorsa, tarayıcı veya program bunu işler ve kullanıcıya görüntüler.

GET / HTTP/1.1
Host: jd940.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>在线工具箱</title>
    <meta name="description" content="在线工具集合">
    <meta name="keywords" content="在线工具,网页工具,实用工具">
    
    <!-- Stylesheets -->
  <script src="//oss.myoss.top/assets/js/tailwind3.4.5.js"></script>
    <script src="//oss.myoss.top/assets/js/jquery.min.js"></script>
    <script src="//oss.myoss.top/assets/libs/layer-v3.5.1/layer/layer.js"></script>
    <link rel="stylesheet" href="//oss.myoss.top/assets/libs/fontawesome-free-6.7.2-web/css/all.css">
    
    <!-- Favicon -->
        <style>
        html, body {
            height: 100%;
        }
        body {
            display: flex;
            flex-direction: column;
            min-height: 100vh;
        }
        main {
            flex: 1 0 auto;
        }
        footer {
            flex-shrink: 0;
        }
        .site-card {
            transition: all 0.15s ease;
        }
        .site-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        }
        .nav-item.active {
            color: #3b82f6;
            background-color: rgba(219, 234, 254, 0.4);
        }
        .section-title {
            position: relative;
            padding-left: 12px;
        }
        .section-title::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 3px;
            height: 16px;
            background-color: #3b82f6;
            border-radius: 2px;
        }
        .card-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
            gap: 14px;
        }
        @media (max-width: 640px) {
            .card-grid {
                grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
            }
        }
        .truncate-2 {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        /* Mobile sidebar dropdown */
        #mobileCategoriesDropdown {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease-out;
        }
        #mobileCategoriesDropdown.show {
            max-height: 500px;
        }
    </style>
</head>
<body class="bg-gray-50 text-gray-800 font-sans">
    <!-- 顶部导航 -->
    <header class="sticky top-0 z-40 bg-white shadow-sm border-b border-gray-100">
        <div class="container mx-auto px-4">
            <div class="flex items-center justify-between h-14">
                <!-- Logo -->
                <div class="flex items-center">
                    <a href="index.php?view=home" class="flex items-center">
                                                    <h1 class="text-lg font-bold text-blue-500">在线工具箱</h1>
                                            </a>
                    <span class="mx-4 text-gray-300">|</span>
                    
                    <!-- 桌面端导航 -->
                    <nav class="hidden md:flex space-x-2">
                        <a href="index.php?view=home" class="px-3 py-1.5 text-sm rounded nav-item active">首页</a>
                        
                                                <a href="index.php?view=feedback" class="px-3 py-1.5 text-sm rounded nav-item hover:bg-blue-50 hover:text-blue-500">意见反馈</a>
                    </nav>
                </div>
                
                <!-- 右侧操作区 -->
                <div class="flex items-center">
                    <!-- 搜索框 -->
                    <div class="hidden sm:block mr-4">
                        <form action="index.php?view=search" method="get" class="relative" id="searchForm">
                                                        <input type="hidden" name="view" value="search">
                                                        <input type="text" name="q" placeholder="搜索工具..." 
                                   class="w-48 pl-3 pr-8 py-1.5 text-sm border border-gray-300 rounded-lg focus:outline-none focus:ring-1 focus:ring-blue-500 focus:border-blue-500">
                            <button type="submit" class="absolute right-2 top-1.5 text-gray-400">
                                <i class="fas fa-search"></i>
                            </button>
                        </form>
                    </div>
                    
                    <!-- 搜索图标 (移动端) -->
                    <button id="searchToggle" class="sm:hidden p-2 rounded hover:bg-gray-100">
                        <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-gray-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" />
                        </svg>
                    </button>
                    
                    <!-- 移动端菜单按钮 -->
                    <button id="open-menu" class="ml-3 md:hidden p-2 rounded hover:bg-gray-100">
                        <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-gray-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" />
                        </svg>
                    </button>
                </div>
            </div>
        </div>
    </header>

    <!-- 搜索区域(移动端,默认隐藏) -->
    <div id="searchArea" class="hidden bg-white py-4 border-b border-gray-200 shadow-sm sm:hidden">
        <div class="container mx-auto px-4">
            <form action="index.php?view=search" method="get" class="relative" id="mobileSearchForm">
                                <input type="hidden" name="view" value="search">
                                <div class="flex items-center">
                    <input type="text" 
                           class="flex-grow px-4 py-2.5 rounded-l border border-gray-300 focus:outline-none focus:ring-1 focus:ring-blue-500 focus:border-blue-500 text-sm" 
                           name="q" 
                           placeholder="搜索工具..." 
                           aria-label="搜索工具">
                    <button class="px-5 py-2.5 bg-blue-500 text-white rounded-r border border-blue-500 hover:bg-blue-600 transition text-sm" type="submit">
                        搜索
                    </button>
                </div>
            </form>
        </div>
    </div>

    <!-- 移动端导航菜单 -->
    <div id="mobile-menu" class="fixed inset-0 bg-white z-50 transform translate-x-full transition-transform duration-300 md:hidden">
        <div class="flex justify-between items-center p-4 border-b">
            <h2 class="text-lg font-medium">菜单导航</h2>
            <button id="close-menu" class="text-2xl text-gray-400">&times;</button>
        </div>
        <nav class="p-4">
            <a href="index.php?view=home" class="block py-2.5 text-sm border-b border-gray-100 text-blue-500 font-medium">首页</a>
                        <a href="index.php?view=feedback" class="block py-2.5 text-sm border-b border-gray-100">意见反馈</a>
        </nav>
    </div>

    <main class="container mx-auto px-4 py-6 flex-grow">
                <!-- Domain Not Bound Message -->
        <div class="w-full max-w-4xl mx-auto bg-white rounded-lg shadow-md p-8 text-center">
            <div class="flex justify-center mb-6">
                <div class="bg-red-100 text-red-600 p-3 rounded-full">
                    <i class="fas fa-exclamation-triangle text-4xl"></i>
                </div>
            </div>
            <h2 class="text-2xl font-bold text-red-600 mb-4">尚未绑定域名</h2>
            <p class="text-gray-600 mb-4">该域名未绑定任何工具箱站点。请联系站点管理员进行配置。</p>
            <div class="text-gray-500 text-sm mt-8">
                <p>当前域名: jd940.com</p>
            </div>
        </div>
        
            </main>

    <!-- 页脚 -->
    <footer class="bg-white border-t border-gray-100">
        <!-- 主要页脚内容 -->
        <div class="container mx-auto px-4 py-6">
            <div class="text-center text-gray-600 text-sm">
                                
                <p>&copy; 2025 在线工具箱. 版权所有。
                                </p>
                
                            </div>
        </div>
    </footer>

    <!-- 返回顶部按钮 -->
    <button id="back-to-top" class="fixed bottom-6 right-6 p-2.5 rounded-full bg-blue-500 text-white shadow-md opacity-0 invisible transition-all duration-300 hover:bg-blue-600 text-sm">
        <svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4" fill="none" viewBox="0 0 24 24" stroke="currentColor">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 15l7-7 7 7" />
        </svg>
    </button>

        
    <!-- Custom Styles -->
    <style>
        /* 标准化的样式类 */
        .tool-container {
            background-color: #f9f9f9;
            border-radius: 8px;
            padding: 20px;
            min-height: 200px;
        }
        
        .tool-form-group {
            margin-bottom: 1rem;
        }
        
        .tool-form-label {
            display: block;
            margin-bottom: 0.5rem;
            font-weight: 500;
            color: #374151;
        }
        
        .tool-form-input,
        .tool-form-textarea,
        .tool-form-select {
            width: 100%;
            padding: 0.5rem 0.75rem;
            border: 1px solid #d1d5db;
            border-radius: 0.375rem;
            background-color: #fff;
            color: #1f2937;
            font-size: 1rem;
            line-height: 1.5;
            transition: border-color 0.15s ease-in-out;
        }
        
        .tool-form-input:focus,
        .tool-form-textarea:focus,
        .tool-form-select:focus {
            border-color: #3b82f6;
            outline: none;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
        }
        
        .tool-form-button {
            display: inline-block;
            padding: 0.5rem 1rem;
            font-weight: 500;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            cursor: pointer;
            border: 1px solid transparent;
            border-radius: 0.375rem;
            background-color: #3b82f6;
            color: #fff;
            transition: all 0.15s ease-in-out;
        }
        
        .tool-form-button:hover {
            background-color: #2563eb;
        }
        
        .tool-results {
            margin-top: 1.5rem;
            padding: 1rem;
            border-radius: 0.5rem;
            background-color: #fff;
            border: 1px solid #e5e7eb;
        }
        
        /* 表格样式 */
        .tool-table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 1rem;
        }
        
        .tool-table th,
        .tool-table td {
            padding: 0.75rem;
            text-align: left;
            border: 1px solid #e5e7eb;
        }
        
        .tool-table th {
            background-color: #f9fafb;
            font-weight: 500;
            color: #374151;
        }
        
        /* 提示框样式 */
        .tool-alert {
            padding: 1rem;
            border-radius: 0.5rem;
            margin-bottom: 1rem;
        }
        
        .tool-alert-info {
            background-color: #dbeafe;
            border: 1px solid #bfdbfe;
            color: #1e40af;
        }
        
        .tool-alert-success {
            background-color: #dcfce7;
            border: 1px solid #bbf7d0;
            color: #166534;
        }
        
        .tool-alert-warning {
            background-color: #fef3c7;
            border: 1px solid #fde68a;
            color: #92400e;
        }
        
        .tool-alert-error {
            background-color: #fee2e2;
            border: 1px solid #fecaca;
            color: #991b1b;
        }
    </style>
</body>
</html>                               

Alan adının whois bilgisi

Domain Name: JD940.COM
Registry Domain ID: 2975614722_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.dnspod.cn
Registrar URL: http://www.dnspod.cn
Updated Date: 2025-04-16T16:45:43Z
Creation Date: 2025-04-16T16:42:37Z
Registry Expiry Date: 2026-04-16T16:42:37Z
Registrar: DNSPod, Inc.
Registrar IANA ID: 1697
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +86.4009100100
Domain Status: ok https://icann.org/epp#ok
Name Server: BONNIE.DNSPOD.NET
Name Server: RUBINE.DNSPOD.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-28T19:59:31Z <<<
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