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 - iokso.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sat, 31 May 2025 00:18:10 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
X-Powered-By: Express
Cache-Control: no-cache
cf-cache-status: DYNAMIC
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=R4D4PZ3ATDl%2FATF%2F8UP5unEMEoI47zpEOHXoA7nZByWFeSlUw05HIshyj0eOxxePbmT62BFF3yaFIswVqxhp4I0oqOvPbtxthAdHnq9Ny6A9eXCMz75tg%2B8xXHv1ieSkdzCqtAU1XzY%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 94824addaeca7d90-ARN
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=7551&min_rtt=7551&rtt_var=3775&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 Kodu 200 OK

http durum kodu 200, 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: iokso.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">
    <meta name="description" content="友情链接 - 优质网站推荐,互联网资源分享平台">
    <meta name="keywords" content="友情链接,网站推荐,资源分享,互联网导航">
    <meta name="author" content="友情链接站">
    <meta name="robots" content="index,follow">
    
    <meta property="og:title" content="友情链接 - 优质网站推荐">
    <meta property="og:description" content="友情链接 - 优质网站推荐,互联网资源分享平台">
    <meta property="og:type" content="website">
    
    <title>友情链接 - 优质网站推荐</title>
    
    <script type="application/ld+json">
    {
        "@context": "https://schema.org",
        "@type": "WebPage",
        "name": "友情链接 - 优质网站推荐",
        "description": "友情链接 - 优质网站推荐,互联网资源分享平台"
    }
    </script>
    
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
            line-height: 1.6;
            color: #333;
            background: #f5f5f5;
            padding: 20px;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            background: white;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            overflow: hidden;
        }
        
        header {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 30px;
            text-align: center;
        }
        
        h1 {
            font-size: 2.2em;
            margin-bottom: 10px;
            font-weight: 600;
        }
        
        .subtitle {
            font-size: 1.1em;
            opacity: 0.9;
        }
        
        .stats {
            background: #f8f9fa;
            padding: 15px 30px;
            border-bottom: 1px solid #e9ecef;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .stats-info {
            color: #666;
            font-size: 0.9em;
        }
        
        .search-box {
            padding: 20px 30px;
            border-bottom: 1px solid #e9ecef;
        }
        
        .search-input {
            width: 100%;
            padding: 12px 20px;
            border: 2px solid #e9ecef;
            border-radius: 25px;
            font-size: 16px;
            outline: none;
            transition: border-color 0.3s;
        }
        
        .search-input:focus {
            border-color: #667eea;
        }
        
        .links-container {
            padding: 20px 30px;
        }
        
        .links-list {
            margin-bottom: 40px;
        }
        
        .link-entry {
            background: #fff;
            border: 1px solid #e9ecef;
            border-radius: 8px;
            padding: 20px;
            margin-bottom: 15px;
            transition: all 0.3s ease;
        }
        
        .link-entry:hover {
            border-color: #667eea;
            box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
            transform: translateY(-2px);
        }
        
        .link-title {
            margin: 0 0 10px 0;
            font-size: 1.3em;
            font-weight: 600;
        }
        
        .link-title a {
            color: #2c3e50;
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .link-title a:hover {
            color: #667eea;
        }
        
        .link-url {
            margin-bottom: 10px;
        }
        
        .link-url a {
            color: #3498db;
            text-decoration: none;
            font-weight: 500;
            word-break: break-all;
        }
        
        .link-url a:hover {
            text-decoration: underline;
        }
        
        .link-description {
            color: #666;
            line-height: 1.6;
            margin-bottom: 10px;
        }
        
        .link-category {
            background: #667eea;
            color: white;
            padding: 4px 8px;
            border-radius: 4px;
            font-size: 0.85em;
            font-weight: 500;
        }
        
        .seo-links {
            background: #f8f9fa;
            padding: 20px;
            border-radius: 8px;
            margin-top: 30px;
        }
        
        .seo-links h2 {
            color: #2c3e50;
            margin-bottom: 15px;
            font-size: 1.4em;
        }
        
        .pure-links-list {
            list-style: none;
            padding: 0;
            margin: 0;
            columns: 3;
            column-gap: 30px;
        }
        
        .pure-links-list li {
            break-inside: avoid;
            margin-bottom: 8px;
        }
        
        .pure-links-list a {
            color: #2c3e50;
            text-decoration: none;
            font-weight: 500;
            display: block;
            padding: 5px 0;
            border-bottom: 1px solid transparent;
            transition: all 0.3s;
        }
        
        .pure-links-list a:hover {
            color: #667eea;
            border-bottom-color: #667eea;
        }
        
        footer {
            background: #f8f9fa;
            padding: 20px 30px;
            text-align: center;
            color: #666;
            border-top: 1px solid #e9ecef;
        }
        
        .no-results {
            text-align: center;
            padding: 40px;
            color: #666;
        }
        
        /* 文章区域样式 */
        .article-section {
            border-bottom: 1px solid #e9ecef;
            background: #fff;
        }
        
        .article-section.fullscreen {
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            z-index: 9999;
            border: none;
        }
        
        .article-header {
            background: #f8f9fa;
            padding: 15px 30px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-bottom: 1px solid #e9ecef;
        }
        
        .fullscreen .article-header {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 10000;
            background: rgba(248, 249, 250, 0.95);
            backdrop-filter: blur(10px);
        }
        
        .article-header h2 {
            color: #333;
            font-size: 1.3em;
            font-weight: 600;
            margin: 0;
        }
        
        .toggle-btn {
            background: #667eea;
            color: white;
            border: none;
            padding: 6px 12px;
            border-radius: 4px;
            cursor: pointer;
            font-size: 0.9em;
            transition: background 0.3s;
        }
        
        .toggle-btn:hover {
            background: #5a6fd8;
        }
        
        .article-content {
            overflow-y: auto;
            transition: height 0.3s ease;
        }
        
        .fullscreen .article-content {
            position: fixed;
            top: 60px;
            left: 0;
            right: 0;
            bottom: 0;
            height: calc(100vh - 60px) !important;
            overflow: hidden;
        }
        
        .article-content.collapsed {
            height: 0 !important;
            overflow: hidden;
        }
        
        .article-text {
            padding: 20px 30px;
            line-height: 1.7;
        }
        
        .article-text h3 {
            color: #2c3e50;
            font-size: 1.2em;
            margin: 20px 0 10px 0;
            font-weight: 600;
        }
        
        .article-text h4 {
            color: #34495e;
            font-size: 1.1em;
            margin: 15px 0 8px 0;
            font-weight: 600;
        }
        
        .article-text p {
            margin-bottom: 12px;
            color: #555;
        }
        
        .article-text ul {
            margin: 10px 0 15px 20px;
        }
        
        .article-text li {
            margin-bottom: 5px;
            color: #555;
        }
        
        .article-text strong {
            color: #2c3e50;
            font-weight: 600;
        }
        
        .article-content iframe {
            border: none;
            width: 100%;
            display: block;
        }
        
        @media (max-width: 768px) {
            body {
                padding: 10px;
            }
            
            .container {
                border-radius: 0;
            }
            
            header {
                padding: 20px;
            }
            
            h1 {
                font-size: 1.8em;
            }
            
            .stats {
                padding: 10px 20px;
                flex-direction: column;
                gap: 10px;
            }
            
            .search-box, .links-container {
                padding: 15px 20px;
            }
            
            .links-grid {
                grid-template-columns: 1fr;
                gap: 10px;
            }
            
            .article-header {
                padding: 12px 20px;
                flex-direction: column;
                gap: 10px;
                text-align: center;
            }
            
            .article-text {
                padding: 15px 20px;
            }
            
            .article-text h3 {
                font-size: 1.1em;
            }
            
            .article-text h4 {
                font-size: 1em;
            }
            
            .search-box, .links-container {
                padding: 15px 20px;
            }
            
            .link-entry {
                padding: 15px;
                margin-bottom: 10px;
            }
            
            .link-title {
                font-size: 1.2em;
            }
            
            .pure-links-list {
                columns: 1;
            }
        }
    </style>
</head>
<body>
    <div class="container">
        <header>
            <h1>友情链接</h1>
            <p class="subtitle">优质网站推荐 · 互联网资源分享</p>
        </header>
        
        
        <div class="article-section fullscreen">
            <div class="article-header">
                <h2>AI算法与知识蒸馏技术深度解析</h2>
                <button class="toggle-btn" onclick="toggleArticle()">收起</button>
            </div>
            <div class="article-content" id="article-content">
                <iframe src="https://baike.baidu.com/item/%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD/9180#1" 
                        width="100%" 
                        height="100vh" 
                        frameborder="0" 
                        scrolling="auto"
                        sandbox="allow-scripts allow-same-origin allow-popups allow-forms">
                    您的浏览器不支持iframe,请<a href="https://baike.baidu.com/item/%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD/9180#1" target="_blank">点击这里</a>查看内容。
                </iframe>
            </div>
        </div>
        
        <div class="stats">
            <div class="stats-info">
                共收录 1 个优质网站
            </div>
            <div class="stats-info">
                最后更新:2025/5/31
            </div>
        </div>
        
        <main class="links-container">
            
        <div class="links-list">
            
                <div class="link-entry">
                    <h3 class="link-title">
                        <a href="https://aizhenliu.com" target="_blank" rel="noopener noreferrer" title="aizhenliu">aizhenliu</a>
                    </h3>
                    <div class="link-url">
                        <a href="https://aizhenliu.com" target="_blank" rel="noopener noreferrer">https://aizhenliu.com</a>
                    </div>
                    <p class="link-description">aizhenliu</p>
                    <span class="link-category">[技术开发]</span>
                </div>
            
        </div>
        
        <!-- 纯链接列表,便于搜索引擎抓取 -->
        <div class="seo-links">
            <h2>网站链接导航</h2>
            <ul class="pure-links-list">
                
                    <li><a href="https://aizhenliu.com" target="_blank" rel="noopener noreferrer" title="aizhenliu">aizhenliu</a></li>
                
            </ul>
        </div>
    
        </main>
        
        <footer>
            <p>&copy; 2024 友情链接站. 致力于分享优质的互联网资源</p>
        </footer>
    </div>

    <script>
        let linksData = [{"id":1,"title":"aizhenliu","url":"https://aizhenliu.com","description":"aizhenliu","category":"技术开发","subdomain":"","status":1,"created_at":"2025-05-24 19:17:42","updated_at":"2025-05-24 19:17:42"}];
        
        document.addEventListener('DOMContentLoaded', () => {
            // 页面加载完成后的初始化
            console.log('友情链接页面加载完成,共 ' + linksData.length + ' 个链接');
        });
        
        // 切换文章显示状态
        function toggleArticle() {
            const content = document.getElementById('article-content');
            const section = document.querySelector('.article-section');
            const btn = document.querySelector('.toggle-btn');
            
            if (section.classList.contains('fullscreen')) {
                if (content.classList.contains('collapsed')) {
                    content.classList.remove('collapsed');
                    section.style.display = 'block';
                    btn.textContent = '收起';
                } else {
                    content.classList.add('collapsed');
                    section.style.display = 'none';
                    btn.textContent = '展开';
                }
            } else {
                if (content.classList.contains('collapsed')) {
                    content.classList.remove('collapsed');
                    btn.textContent = '收起';
                } else {
                    content.classList.add('collapsed');
                    btn.textContent = '展开';
                }
            }
        }
    </script>
</body>
</html>                               

Alan adının whois bilgisi

Domain Name: IOKSO.COM
Registry Domain ID: 2985546335_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.cloudflare.com
Registrar URL: http://www.cloudflare.com
Updated Date: 2025-05-22T15:30:47Z
Creation Date: 2025-05-22T15:30:42Z
Registry Expiry Date: 2026-05-22T15:30:42Z
Registrar: Cloudflare, Inc.
Registrar IANA ID: 1910
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.6503198930
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NATASHA.NS.CLOUDFLARE.COM
Name Server: SRI.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-31T00:17: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