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 - fu2y.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx/1.14.0 (Ubuntu)
Date: Wed, 28 May 2025 06:50:04 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 17414
Connection: keep-alive
X-Powered-By: Express
Cache-Control: public, max-age=0
ETag: W/"4406-uGdHLECCye20i5MabIG/9lN5Zw0"
Vary: Accept-Encoding

HTTP Kodu 200 OK

200 OK, 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: fu2y.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">
    <title>Furioso</title>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,700&family=Inter:wght@400;500;600;700;800&display=swap">
    <link rel="stylesheet" href="/assets/built/screen.css?v=ccf2447742">

    <meta name="description" content="Thoughts, stories and ideas." />
    <link rel="canonical" href="http://fu2y.com/" />
    <meta name="referrer" content="no-referrer-when-downgrade" />
    
    <meta property="og:site_name" content="Furioso" />
    <meta property="og:type" content="website" />
    <meta property="og:title" content="Furioso" />
    <meta property="og:description" content="Thoughts, stories and ideas." />
    <meta property="og:url" content="http://fu2y.com/" />
    <meta property="og:image" content="https://static.ghost.org/v4.0.0/images/publication-cover.jpg" />
    <meta property="article:publisher" content="https://www.facebook.com/ghost" />
    <meta name="twitter:card" content="summary_large_image" />
    <meta name="twitter:title" content="Furioso" />
    <meta name="twitter:description" content="Thoughts, stories and ideas." />
    <meta name="twitter:url" content="http://fu2y.com/" />
    <meta name="twitter:image" content="https://static.ghost.org/v4.0.0/images/publication-cover.jpg" />
    <meta name="twitter:site" content="@ghost" />
    <meta property="og:image:width" content="7183" />
    <meta property="og:image:height" content="2885" />
    
    <script type="application/ld+json">
{
    "@context": "https://schema.org",
    "@type": "WebSite",
    "publisher": {
        "@type": "Organization",
        "name": "Furioso",
        "url": "http://fu2y.com/",
        "logo": {
            "@type": "ImageObject",
            "url": "http://fu2y.com/favicon.ico",
            "width": 48,
            "height": 48
        }
    },
    "url": "http://fu2y.com/",
    "image": {
        "@type": "ImageObject",
        "url": "https://static.ghost.org/v4.0.0/images/publication-cover.jpg",
        "width": 7183,
        "height": 2885
    },
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "http://fu2y.com/"
    },
    "description": "Thoughts, stories and ideas."
}
    </script>

    <meta name="generator" content="Ghost 4.24" />
    <link rel="alternate" type="application/rss+xml" title="Furioso" href="http://fu2y.com/rss/" />
    <script defer src="https://unpkg.com/@tryghost/portal@~1.12.0/umd/portal.min.js" data-ghost="http://fu2y.com/" crossorigin="anonymous"></script><style id="gh-members-styles">.gh-post-upgrade-cta-content,
.gh-post-upgrade-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
}

.gh-post-upgrade-cta-content {
    border-radius: 8px;
    padding: 40px 4vw;
}

.gh-post-upgrade-cta h2 {
    color: #ffffff;
    font-size: 28px;
    letter-spacing: -0.2px;
    margin: 0;
    padding: 0;
}

.gh-post-upgrade-cta p {
    margin: 20px 0 0;
    padding: 0;
}

.gh-post-upgrade-cta small {
    font-size: 16px;
    letter-spacing: -0.2px;
}

.gh-post-upgrade-cta a {
    color: #ffffff;
    cursor: pointer;
    font-weight: 500;
    box-shadow: none;
    text-decoration: underline;
}

.gh-post-upgrade-cta a:hover {
    color: #ffffff;
    opacity: 0.8;
    box-shadow: none;
    text-decoration: underline;
}

.gh-post-upgrade-cta a.gh-btn {
    display: block;
    background: #ffffff;
    text-decoration: none;
    margin: 28px 0 0;
    padding: 8px 18px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
}

.gh-post-upgrade-cta a.gh-btn:hover {
    opacity: 0.92;
}</style>
    <script async src="/public/cards.min.js?v=ccf2447742"></script><style>:root {--ghost-accent-color: #6baad1;}</style>
    <link rel="stylesheet" type="text/css" href="/public/cards.min.css?v=ccf2447742">
</head>

<body class="home-template is-head-b--a_n">
    <div class="gh-site">
        <header id="gh-head" class="gh-head gh-outer">
            <div class="gh-head-inner gh-inner">
                <div class="gh-head-brand">
                    <a class="gh-head-logo" href="http://fu2y.com">
                            Furioso
                    </a>
                    <button class="gh-burger"></button>
                </div>

                <nav class="gh-head-menu">
                    <ul class="nav">
    <li class="nav-home nav-current"><a href="http://fu2y.com/">Home</a></li>
    <li class="nav-about"><a href="http://fu2y.com/about/">About</a></li>
    <li class="nav-collection"><a href="http://fu2y.com/tag/getting-started/">Collection</a></li>
    <li class="nav-author"><a href="http://fu2y.com/author/ghost/">Author</a></li>
    <li class="nav-portal"><a href="http://fu2y.com/portal/">Portal</a></li>
</ul>

                </nav>

                <div class="gh-head-actions">
                        <a class="gh-head-btn" href="#/portal/signup" data-portal="signup">
                            <svg width="20" height="20" viewBox="0 0 20 20" fill="none" stroke="currentColor" xmlns="http://www.w3.org/2000/svg">
    <path d="M3.33332 3.33334H16.6667C17.5833 3.33334 18.3333 4.08334 18.3333 5.00001V15C18.3333 15.9167 17.5833 16.6667 16.6667 16.6667H3.33332C2.41666 16.6667 1.66666 15.9167 1.66666 15V5.00001C1.66666 4.08334 2.41666 3.33334 3.33332 3.33334Z" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
    <path d="M18.3333 5L9.99999 10.8333L1.66666 5" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>                            Subscribe
                        </a>
                </div>
            </div>
        </header>

        
<main id="gh-main" class="gh-main gh-outer">
    <div class="gh-inner">
                    <article class="gh-latest gh-card post">
                        <a class="gh-card-link" href="/welcome/">
                            <header class="gh-card-header">
                                <div class="gh-article-meta">
                                    <span class="gh-card-date">Latest — <time datetime="2021-11-29">2021年11月29日</time></span>
                                </div>

                                <h2 class="gh-article-title gh-card-title">Start here for a quick overview of everything you need to know</h2>
                            </header>

                            <p class="gh-article-excerpt">We've crammed the most important information to help you get started with Ghost into this one post. It's your cheat-sheet to get started, and your shortcut to advanced features.</p>

                            <footer class="gh-card-meta">
                                <span class="gh-card-meta-wrapper">
                                    <span class="gh-card-duration">2 min read</span>

                                </span>
                            </footer>
                        </a>
                    </article>

        <div class="gh-wrapper">
            <section class="gh-section">
                <h2 class="gh-section-title">More issues</h2>

                <div class="gh-feed">
                                <article class="gh-card post tag-getting-started">
    <a class="gh-card-link" href="/design/">
        <header class="gh-card-header">
            <h2 class="gh-card-title">Customizing your brand and design settings</h2>
        </header>

        <div class="gh-card-excerpt">How to tweak a few settings in Ghost to transform your site from a generic template to a custom brand with style and personality.</div>

        <footer class="gh-card-meta">
            <time class="gh-card-date" datetime="2021-11-29">2021年11月29日</time>
            —
            <span class="gh-card-meta-wrapper">
                <span class="gh-card-duration">3 min read</span>

            </span>
        </footer>
    </a>
</article>                                <article class="gh-card post tag-getting-started">
    <a class="gh-card-link" href="/write/">
        <header class="gh-card-header">
            <h2 class="gh-card-title">Writing and managing content in Ghost, an advanced guide</h2>
        </header>

        <div class="gh-card-excerpt">A full overview of all the features built into the Ghost editor, including powerful workflow automations to speed up your creative process.</div>

        <footer class="gh-card-meta">
            <time class="gh-card-date" datetime="2021-11-29">2021年11月29日</time>
            —
            <span class="gh-card-meta-wrapper">
                <span class="gh-card-duration">5 min read</span>

            </span>
        </footer>
    </a>
</article>                                <article class="gh-card post tag-getting-started">
    <a class="gh-card-link" href="/portal/">
        <header class="gh-card-header">
            <h2 class="gh-card-title">Building your audience with subscriber signups</h2>
        </header>

        <div class="gh-card-excerpt">How Ghost allows you to turn anonymous readers into an audience of active subscribers, so you know what's working and what isn't.</div>

        <footer class="gh-card-meta">
            <time class="gh-card-date" datetime="2021-11-29">2021年11月29日</time>
            —
            <span class="gh-card-meta-wrapper">
                <span class="gh-card-duration">2 min read</span>

            </span>
        </footer>
    </a>
</article>                                <article class="gh-card post tag-getting-started">
    <a class="gh-card-link" href="/sell/">
        <header class="gh-card-header">
            <h2 class="gh-card-title">Selling premium memberships with recurring revenue</h2>
        </header>

        <div class="gh-card-excerpt">For creators and aspiring entrepreneurs looking to generate a sustainable recurring revenue stream from their creative work, Ghost has built-in payments allowing you to create a subscription commerce business. Connect your Stripe account to Ghost, and you'll be able to quickly and easily create monthly and yearly premium plans for</div>

        <footer class="gh-card-meta">
            <time class="gh-card-date" datetime="2021-11-29">2021年11月29日</time>
            —
            <span class="gh-card-meta-wrapper">
                <span class="gh-card-duration">1 min read</span>

                    <svg width="11" height="11" viewBox="0 0 12 12" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
    <path d="M6 1L7.545 4.13L11 4.635L8.5 7.07L9.09 10.51L6 8.885L2.91 10.51L3.5 7.07L1 4.635L4.455 4.13L6 1Z" />
</svg>            </span>
        </footer>
    </a>
</article>                                <article class="gh-card post tag-getting-started">
    <a class="gh-card-link" href="/grow/">
        <header class="gh-card-header">
            <h2 class="gh-card-title">How to grow your business around an audience</h2>
        </header>

        <div class="gh-card-excerpt">A guide to collaborating with other staff users to publish, and some resources to help you with the next steps of growing your business</div>

        <footer class="gh-card-meta">
            <time class="gh-card-date" datetime="2021-11-29">2021年11月29日</time>
            —
            <span class="gh-card-meta-wrapper">
                <span class="gh-card-duration">2 min read</span>

            </span>
        </footer>
    </a>
</article>                                <article class="gh-card post tag-getting-started">
    <a class="gh-card-link" href="/integrations/">
        <header class="gh-card-header">
            <h2 class="gh-card-title">Setting up apps and custom integrations</h2>
        </header>

        <div class="gh-card-excerpt">Work with all your favorite apps and tools or create your own custom integrations using the Ghost API.</div>

        <footer class="gh-card-meta">
            <time class="gh-card-date" datetime="2021-11-29">2021年11月29日</time>
            —
            <span class="gh-card-meta-wrapper">
                <span class="gh-card-duration">1 min read</span>

            </span>
        </footer>
    </a>
</article>                </div>

                <button class="gh-loadmore gh-btn">Load more issues</button>
            </section>

            <aside class="gh-sidebar">
                <section class="gh-section">
                    <h2 class="gh-section-title">About</h2>

                    <div class="gh-about">

                        <section class="gh-about-wrapper">
                            <h3 class="gh-about-title">Furioso</h3>

                                <p class="gh-about-description">Thoughts, stories and ideas.</p>
                        </section>
                    </div>

                        <div class="gh-signup">
                                <p class="gh-signup-description">Sign up now to get access to the library of members-only issues.</p>

                                <a class="gh-subscribe-input" href="#/portal/signup" data-portal="signup">
                                    <div class="gh-subscribe-input-text">
                                        <svg width="20" height="20" viewBox="0 0 20 20" fill="none" stroke="currentColor" xmlns="http://www.w3.org/2000/svg">
    <path d="M3.33332 3.33334H16.6667C17.5833 3.33334 18.3333 4.08334 18.3333 5.00001V15C18.3333 15.9167 17.5833 16.6667 16.6667 16.6667H3.33332C2.41666 16.6667 1.66666 15.9167 1.66666 15V5.00001C1.66666 4.08334 2.41666 3.33334 3.33332 3.33334Z" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
    <path d="M18.3333 5L9.99999 10.8333L1.66666 5" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>                                        [email protected]
                                    </div>
                                    <div class="gh-subscribe-input-btn">Subscribe</div>
                                </a>
                        </div>
                </section>


                    <section class="gh-section">
                        <h3 class="gh-section-title">Topics</h3>

                        <div class="gh-topic">
                                <a class="gh-topic-item" href="/tag/getting-started/">
                                    <h3 class="gh-topic-name">Getting Started</h3>
                                    <span class="gh-topic-count">
                                        7 issues
                                    </span>
                                </a>
                        </div>
                    </section>
            </aside>
        </div>
    </div>
</main>

            <div class="gh-subscribe">
                <div class="gh-outer">
                    <section class="gh-subscribe-inner">
                            <h3 class="gh-subscribe-title">Subscribe to Furioso</h3>

                            <div class="gh-subscribe-description">Don’t miss out on the latest issues. Sign up now to get access to the library of members-only issues.</div>

                            <a class="gh-subscribe-input" href="#/portal/signup" data-portal="signup">
                                <div class="gh-subscribe-input-text">
                                    <svg width="20" height="20" viewBox="0 0 20 20" fill="none" stroke="currentColor" xmlns="http://www.w3.org/2000/svg">
    <path d="M3.33332 3.33334H16.6667C17.5833 3.33334 18.3333 4.08334 18.3333 5.00001V15C18.3333 15.9167 17.5833 16.6667 16.6667 16.6667H3.33332C2.41666 16.6667 1.66666 15.9167 1.66666 15V5.00001C1.66666 4.08334 2.41666 3.33334 3.33332 3.33334Z" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
    <path d="M18.3333 5L9.99999 10.8333L1.66666 5" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>                                    [email protected]
                                </div>
                                <div class="gh-subscribe-input-btn">Subscribe</div>
                            </a>
                    </section>
                </div>
            </div>

        <footer class="gh-foot gh-outer">
            <div class="gh-foot-inner gh-inner">
                <div class="gh-copyright">
                    Furioso © 2025
                </div>

                <nav class="gh-foot-menu">
                    <ul class="nav">
    <li class="nav-data-privacy"><a href="http://fu2y.com/privacy/">Data &amp; privacy</a></li>
    <li class="nav-contact"><a href="http://fu2y.com/contact/">Contact</a></li>
    <li class="nav-contribute"><a href="http://fu2y.com/contribute/">Contribute →</a></li>
</ul>

                </nav>

                <div class="gh-powered-by">
                    <a href="https://ghost.org/" target="_blank" rel="noopener">Powered by Ghost</a>
                </div>
            </div>
        </footer>
    </div>


    <script src="/assets/built/main.min.js?v=ccf2447742"></script>

    
</body>

</html>                               

Alan adının whois bilgisi

Domain Name: FU2Y.COM
Registry Domain ID: 2655287514_DOMAIN_COM-VRSN
Registrar WHOIS Server: grs-whois.hichina.com
Registrar URL: http://wanwang.aliyun.com
Updated Date: 2024-09-27T04:52:18Z
Creation Date: 2021-11-16T08:03:27Z
Registry Expiry Date: 2025-11-16T08:03:27Z
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: DNS29.HICHINA.COM
Name Server: DNS30.HICHINA.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-28T06:49:52Z <<<
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