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
308 Permanent Redirect - fyuzh.com
HTTP Status: 308
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Connection: close
Location: https://fyuzh.com/
Server: Caddy
Date: Wed, 28 May 2025 20:41:31 GMT
Content-Length: 0
alt-svc: h3=":443"; ma=2592000
cache-control: no-cache, no-store, max-age=0, must-revalidate
content-language: en-US
content-type: text/html
expires: 0
pragma: no-cache
referrer-policy: strict-origin-when-cross-origin
server: Caddy
set-cookie: XSRF-TOKEN=10d6d1bb-699f-4a26-8e10-ee2737f341b3; Path=/; HTTPOnly
strict-transport-security: max-age=31536000
vary: Origin
vary: Access-Control-Request-Method
vary: Access-Control-Request-Headers
x-content-type-options: nosniff
x-frame-options: SAMEORIGIN
x-xss-protection: 0
date: Wed, 28 May 2025 20:41:32 GMT

HTTP Kodu 308 Kalıcı Yönlendirme

308 Permanent Redirect, 301'den farklı olarak, istek yönteminin değişmeden kalmasını sağlayan kalıcı bir yönlendirmedir.

Kod 308 ne zaman kullanılır?

  • İstek yöntemi korunurken bir kaynak kalıcı olarak taşındığında
  • HTTPS'yi zorunlu kılarkenform gönderme davranışını değiştirmeden

Kod 308 kullanıcı için ne anlama geliyor?

Kullanıcı kalıcı olarak yeni URL'ye yönlendirilir ve istek yöntemi aynı kalır.

GET / HTTP/1.1
Host: fyuzh.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!doctype html>
<html lang="en-US">
  <head>
    <meta charset="UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2" />
    <title>FYUZH</title>
    
    <link rel="stylesheet" href="/themes/theme-earth/assets/dist/style.css?v=1.12.3" />
    <script>
      window.i18nResources = {
        "jsModule.colorSchemeSwitcher.dark": `Dark`,
        "jsModule.colorSchemeSwitcher.light": `Light`,
        "jsModule.colorSchemeSwitcher.auto": `Auto`,
        "jsModule.share.qzone": `QQ Zone`,
        "jsModule.share.weibo": `Weibo`,
        "jsModule.share.douban": `Douban`,
        "jsModule.share.wechat": `WeChat`,
        "jsModule.share.native": `System`,
        "jsModule.share.windowTitle": `Share`,
        "jsModule.upvote.networkError": `Network request failed, please try again later`,
      };
    </script>
    <script src="/themes/theme-earth/assets/dist/main.iife.js?v=1.12.3"></script>
    
    <script>
      main.initColorScheme("system",true)
    </script>
  <meta content="Halo 2.20.15" name="generator"/><!-- plugin-comment-widget start -->
<script src="/plugins/PluginCommentWidget/assets/static/comment-widget.iife.js?version=2.5.1"></script>
<link rel="stylesheet" href="/plugins/PluginCommentWidget/assets/static/style.css?version=2.5.1" />
<!-- plugin-comment-widget end -->
<!-- PluginSearchWidget start -->
<script src="/plugins/PluginSearchWidget/assets/static/search-widget.iife.js?version=1.6.2" async></script>
<link rel="stylesheet" href="/plugins/PluginSearchWidget/assets/static/style.css?version=1.6.2" />
<!-- PluginSearchWidget end -->
</head>
  <body class="bg-slate-50 dark:bg-slate-900">
    <header
  id="header-menu"
  class="sticky top-0 z-10 flex h-16 bg-white py-3 shadow-sm transition-all dark:bg-gray-800"
  x-data="{ open : false }"
>
  <div class="mx-auto flex h-full w-full max-w-7xl justify-between px-4 lg:px-6">
    <div class="flex h-full items-center gap-6">
      <div class="mr-2 h-full">
        <a href="/" class="inline-flex h-full items-center">
          
          <span
            id="site-title"
            class="text-lg font-medium text-gray-900 dark:text-slate-100"
          >FYUZH</span>
        </a>
      </div>
      <ul class="hidden items-center gap-8 sm:flex">
        <li
          class="relative cursor-pointer text-sm font-medium transition-all"
          x-data="dropdown"
          @mouseenter="open()"
          @mouseleave="close()"
        >
          <a
            class="text-gray-600 hover:text-blue-600 dark:text-slate-50 dark:hover:text-gray-300"
            href="/"
          >首页</a>
          
        </li>
        <li
          class="relative cursor-pointer text-sm font-medium transition-all"
          x-data="dropdown"
          @mouseenter="open()"
          @mouseleave="close()"
        >
          <a
            class="text-gray-600 hover:text-blue-600 dark:text-slate-50 dark:hover:text-gray-300"
            href="/archives/hello-halo"
          >Hello Halo</a>
          
        </li>
        <li
          class="relative cursor-pointer text-sm font-medium transition-all"
          x-data="dropdown"
          @mouseenter="open()"
          @mouseleave="close()"
        >
          <a
            class="text-gray-600 hover:text-blue-600 dark:text-slate-50 dark:hover:text-gray-300"
            href="/tags/halo"
          >Halo</a>
          
        </li>
        <li
          class="relative cursor-pointer text-sm font-medium transition-all"
          x-data="dropdown"
          @mouseenter="open()"
          @mouseleave="close()"
        >
          <a
            class="text-gray-600 hover:text-blue-600 dark:text-slate-50 dark:hover:text-gray-300"
            href="/about"
          >关于</a>
          
        </li>
      </ul>
    </div>
    <div class="flex items-center">
      <ul x-data="colorSchemeSwitcher" class="flex items-center gap-4">
        <li class="sm:hidden" x-on:click="open = true">
          <div class="i-tabler-menu-2 text-lg text-gray-600 hover:text-blue-600 dark:text-slate-100"></div>
        </li>
        <li
          x-data="dropdown"
          class="relative cursor-pointer transition-all"
          @mouseenter="open()"
          @mouseleave="close()"
        >
          <div
            class="cursor-pointer text-lg text-gray-600 transition-all hover:text-blue-600 dark:text-slate-100"
            :class="colorScheme.icon"
          ></div>
          <ul
            @mouseenter="open()"
            @mouseleave="close()"
            x-show="show"
            x-transition:enter="transition ease-out duration-100"
            x-transition:enter-start="transform opacity-0 scale-95"
            x-transition:enter-end="transform opacity-100 scale-100"
            x-transition:leave="transition ease-in duration-75"
            x-transition:leave-start="transform opacity-100 scale-100"
            x-transition:leave-end="transform opacity-0 scale-95"
            class="absolute right-0 z-10 mt-2 w-40 divide-y divide-gray-50 overflow-hidden rounded bg-white shadow dark:divide-slate-600 dark:bg-slate-700"
          >
            <template x-for="colorScheme in colorSchemes">
              <li
                class="flex w-full items-center gap-2 px-4 py-2 text-sm text-gray-600 hover:bg-gray-50 hover:text-blue-600 dark:text-slate-50 dark:hover:bg-slate-600 dark:hover:text-gray-300"
                @click="[main.setColorScheme(colorScheme.value,true),currentValue = colorScheme.value]"
              >
                <span :class="colorScheme.icon"></span>
                <span x-text="colorScheme.label"></span>
              </li>
            </template>
          </ul>
        </li>
        <!-- https://github.com/halo-sigs/plugin-search-widget -->
        <li>
          <a
            href="javascript:SearchWidget.open()"
            title="Search"
            class="text-gray-600 hover:text-blue-600 dark:text-slate-100"
          >
            <div class="i-tabler-search text-lg"></div>
          </a>
        </li>
        <li
          x-data="dropdown"
          class="relative cursor-pointer transition-all"
          @mouseenter="open()"
          @mouseleave="close()"
        >
          <div>
            <div class="size-5 text-gray-600 hover:text-blue-600 dark:text-slate-100">
              <img
                class="size-5 rounded-full"
                src="/themes/theme-earth/assets/images/default-avatar.svg"
                alt="Anonymous User"
              />
            </div>
            <ul
              @mouseenter="open()"
              @mouseleave="close()"
              x-show="show"
              x-transition:enter="transition ease-out duration-100"
              x-transition:enter-start="transform opacity-0 scale-95"
              x-transition:enter-end="transform opacity-100 scale-100"
              x-transition:leave="transition ease-in duration-75"
              x-transition:leave-start="transform opacity-100 scale-100"
              x-transition:leave-end="transform opacity-0 scale-95"
              class="absolute right-0 z-10 mt-2 w-40 divide-y divide-gray-50 overflow-hidden rounded bg-white shadow dark:divide-slate-600 dark:bg-slate-700"
            >
              
              
              <li
                class="flex w-full items-center text-left text-sm hover:bg-gray-50 dark:hover:bg-slate-600"
              >
                <a
                  class="size-full truncate px-4 py-2 text-gray-600 hover:text-blue-600 dark:text-slate-50 dark:hover:text-gray-300"
                  href="/login"
                  onclick="this.href = '/login?redirect_uri=' + encodeURIComponent(window.location.href)"
                >Login</a>
              </li>
            </ul>
          </div>
        </li>
      </ul>
    </div>
  </div>
  <div>
    <div
      class="fixed inset-0 z-50 bg-gray-800/40 opacity-100 backdrop-blur-sm dark:bg-black/80"
      aria-hidden="true"
      x-show="open"
      x-transition:enter="ease-in-out duration-300"
      x-transition:enter-start="opacity-0"
      x-transition:enter-end="opacity-100"
      x-transition:leave="ease-in-out duration-300"
      x-transition:leave-start="opacity-100"
      x-transition:leave-end="opacity-0"
    ></div>
    <div
      class="fixed inset-x-4 top-8 z-50 origin-top scale-100 rounded-lg bg-white p-4 dark:bg-slate-900"
      tabindex="-1"
      x-show="open"
      x-transition:enter="ease-out duration-200"
      x-transition:enter-start="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"
      x-transition:enter-end="opacity-100 translate-y-0 sm:scale-100"
      x-transition:leave="ease-in duration-100"
      x-transition:leave-start="opacity-100 translate-y-0 sm:scale-100"
      x-transition:leave-end="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"
      @click.outside="open = false"
    >
      <div class="flex flex-row-reverse items-center justify-between">
        <button
          class="i-tabler-x p-1 text-xl text-gray-600 dark:text-slate-300"
          type="button"
          tabindex="0"
          @click="open = false"
        ></button>
        <h2 class="text-sm font-medium text-gray-600 dark:text-slate-300">Menu</h2>
      </div>
      <nav class="mt-6">
        <ul class="-my-2 divide-y divide-gray-100 text-sm text-gray-800 dark:divide-slate-800 dark:text-slate-100">
          <li>
            <a
              class="flex items-center justify-between gap-1 py-2"
              href="/"
            >
              <span>首页</span>
            </a>
            
          </li>
          <li>
            <a
              class="flex items-center justify-between gap-1 py-2"
              href="/archives/hello-halo"
            >
              <span>Hello Halo</span>
            </a>
            
          </li>
          <li>
            <a
              class="flex items-center justify-between gap-1 py-2"
              href="/tags/halo"
            >
              <span>Halo</span>
            </a>
            
          </li>
          <li>
            <a
              class="flex items-center justify-between gap-1 py-2"
              href="/about"
            >
              <span>关于</span>
            </a>
            
          </li>
        </ul>
      </nav>
    </div>
  </div>
</header>

    
    
      <section>
  <div
    class="bg-cover bg-center bg-no-repeat h-96" style="background-image: url(/themes/theme-earth/assets/images/default-background-2023-10-12.jpeg);"
  >
    
      
      
      
        <div class="mx-auto flex h-full max-w-7xl flex-col items-center justify-center gap-3 px-4 py-6 lg:px-6">
          <span class="text-5xl" style="color:#ffffff">FYUZH</span>
          <span
            class="text-sm font-light"
            style="color:#ffffff"
          ></span>
        </div>
      
    
  </div>
  
</section>
    
    <section
      class="mx-auto mt-6 grid max-w-7xl grid-cols-1 gap-6 px-4 md:grid-cols-[1fr_18rem] lg:px-6"
    >
      <div class="z-0 min-w-0">
        
    <ul id="filters" class="flex flex-wrap gap-2">
  <li>
    <a
      href="/"
      class="inline-flex h-9 cursor-pointer items-center rounded px-3 font-medium text-gray-500 transition-all hover:bg-gray-100 hover:text-gray-900 hover:shadow-sm dark:text-slate-200 dark:hover:bg-slate-700 dark:hover:text-slate-50 !text-gray-900 !bg-gray-100 dark:!bg-slate-700 dark:!text-slate-50"
    >
      <span class="truncate text-base">All</span>
    </a>
  </li>
  
    <li
      x-data="dropdown"
      @mouseenter="open()"
      @mouseleave="close()"
      class="relative cursor-pointer transition-all"
    >
      <div
        class="group inline-flex h-9 cursor-pointer items-center gap-1 overflow-hidden rounded font-medium text-gray-500 transition-all hover:bg-gray-100 hover:text-gray-900 hover:shadow-sm dark:text-slate-200 dark:hover:bg-slate-700 dark:hover:text-slate-50"
      >
        <a
          class="truncate px-3 text-base"
          href="/categories/default"
        >默认分类</a>
        
      </div>

      
    </li>
  
</ul>


    <div
      id="post-list"
      class="mt-6 grid grid-cols-1 gap-6 md:grid-cols-2 xl:grid-cols-3 "
    >
      
        <div
  class="group flex flex-col overflow-hidden rounded-xl bg-white shadow-md ring-black transition-all duration-500 hover:shadow-lg dark:bg-slate-800 dark:ring-slate-700 hover:-translate-y-1 hover:ring-2 "
>
  
  <div
    class="relative col-span-3 grid h-full grid-cols-1 content-between gap-2 p-4 col-span-5"
  >
    <div class="space-y-2">
      <div
        class="flex flex-wrap items-center gap-2"
      >
        <a
          href="/categories/default"
          title="默认分类"
          class="mr-1 text-sm font-medium text-gray-800 hover:text-gray-900 dark:text-slate-500 dark:hover:text-slate-600"
        >默认分类</a>
        <a
          href="/tags/halo"
          title="Halo"
          class="cursor-pointer text-sm italic text-gray-600 hover:text-gray-900 dark:text-slate-400 dark:hover:text-slate-500"
        >#Halo</a>
      </div>
      <h1
        class="line-clamp-2 cursor-pointer text-2xl font-medium transition-all hover:text-gray-500 hover:underline dark:text-slate-50 dark:hover:text-white   sm:line-clamp-4"
      >
        <a href="/archives/hello-halo" title="Hello Halo">Hello Halo</a>
      </h1>
      <p
        class="font-sm line-clamp-2 font-light dark:text-slate-200 sm:line-clamp-3"
      >如果你看到了这一篇文章,那么证明你已经安装成功了,感谢使用 Halo 进行创作,希望能够使用愉快。</p>
    </div>
    <div class="mt-4 flex items-center justify-start gap-2">
      <a href="/authors/chang196700" title="Administrator">
        <img
          src="/themes/theme-earth/assets/images/default-avatar.svg"
          title="Administrator"
          alt="Administrator"
          class="size-8 rounded-full border drop-shadow-sm dark:border-slate-700"
        />
      </a>
      <a
        href="/authors/chang196700"
        title="Administrator"
        class="text-sm font-medium text-gray-900 hover:text-gray-600 dark:text-slate-100 dark:hover:text-slate-200"
      >Administrator</a>
      <span
        class="text-sm tabular-nums text-gray-600 dark:text-slate-300"
      >Published on 2025-03-05</span>
    </div>
  </div>
</div>
      
    </div>

    

    <div>
  

  <script>
    document.addEventListener("DOMContentLoaded", () => {
      document.getElementById("pagination").addEventListener("change", (event) => {
        const selectedPage = event.target.value;
        window.location.href = `/page/${selectedPage}`;
      });
    });
  </script>
</div>
  
      </div>
      
      
        <aside class="z-0 hidden w-72 flex-col gap-6 md:flex">
  
    
    
      <div
  class="w-full overflow-hidden rounded-xl bg-white p-3 shadow transition-all duration-500 hover:shadow-md dark:bg-slate-800"
>
  <h2 class="inline-flex items-center gap-2 text-base dark:text-slate-50">
    <span class="i-tabler-stairs-up text-lg text-red-600 dark:text-red-700"></span>
    Popular Posts
  </h2>
  <div>
    <ul
      role="list"
      class="divide-y divide-gray-100 dark:divide-slate-700"
    >
      <li class="py-3">
        <div class="flex items-center justify-between">
          <div class="flex flex-col gap-1">
            <h3 class="line-clamp-2 text-sm font-medium hover:text-gray-500 hover:underline dark:text-slate-100">
              <a href="/archives/hello-halo" title="Hello Halo">Hello Halo</a>
            </h3>
            <p
              class="text-xs tabular-nums text-gray-500 dark:text-slate-400"
            >2025-03-05</p>
          </div>
          <div class="inline-flex items-center gap-1 text-xs text-gray-600 dark:text-slate-500">
            <span class="i-tabler-eye"></span>
            <span class="tabular-nums">14</span>
          </div>
        </div>
      </li>
    </ul>
  </div>
</div>

    
      <div
  class="w-full overflow-hidden rounded-xl bg-white p-3 shadow transition-all duration-500 hover:shadow-md dark:bg-slate-800"
>
  <h2 class="inline-flex items-center gap-2 text-base dark:text-slate-50">
    <span class="i-tabler-category text-lg"></span>
    Categories
  </h2>
  <div class="mt-2">
    <ul class="space-y-1">
      <li>
    <a
      href="/categories/default"
      title="默认分类"
      class="group flex items-center justify-between rounded px-2 py-1 transition-all hover:bg-gray-100 dark:hover:bg-slate-700"
    >
      <span class="text-sm opacity-80 dark:text-slate-50">默认分类</span>
      <span
        class="rounded bg-gray-100 px-1 py-0.5 text-xs tabular-nums opacity-70 group-hover:bg-white dark:bg-slate-600 dark:text-slate-50 dark:group-hover:bg-slate-500"
      >1</span>
    </a>
    
  </li>
    </ul>
  </div>
</div>

    
      <div
  class="w-full overflow-hidden rounded-xl bg-white p-3 shadow transition-all duration-500 hover:shadow-md dark:bg-slate-800"
>
  <div class="flex items-center justify-between">
    <h2 class="inline-flex items-center gap-2 text-base dark:text-slate-50">
      <span class="i-tabler-tags text-lg"></span>
      Tags
    </h2>
    <a
      class="group inline-flex items-center gap-2 text-sm text-gray-600 transition-all hover:text-gray-900 dark:text-slate-400 dark:hover:text-slate-300"
      href="/tags"
    >
      <span>More</span>
      <span class="i-tabler-chevron-right -translate-x-1 text-lg transition-all group-hover:translate-x-0"></span>
    </a>
  </div>
  <div class="mt-2 flex flex-wrap gap-2">
    <a
      href="/tags/halo"
      title="Halo"
      class="inline-flex items-center gap-x-1.5 rounded-full border border-gray-200 bg-white px-2.5 py-1 text-xs font-medium text-gray-800 shadow-sm hover:border-indigo-400 dark:border-slate-800 dark:bg-slate-700 dark:text-slate-200 dark:hover:border-indigo-200"
    >
      #Halo
      <sup>1</sup>
    </a>
  </div>
</div>

    
  
</aside>
      
    </section>
    <footer class="mt-10 bg-white py-8 dark:bg-slate-800">
  <div class="mx-auto max-w-7xl px-4 sm:flex sm:items-center sm:justify-between lg:px-6">
    <a href="/" class="mb-4 flex items-center justify-center sm:mb-0 sm:justify-start">
      
      <span
        class="self-center whitespace-nowrap text-2xl font-semibold dark:text-slate-50"
      >FYUZH</span>
    </a>
    

    
  


  </div>
  <hr class="my-6 border-gray-100 dark:border-slate-700 sm:mx-auto lg:my-8" />
  <div class="space-y-1">
    <span
      class="mx-auto block max-w-7xl px-4 text-center text-sm text-gray-500 dark:text-slate-300 lg:px-6"
    >
      <a
        href="https://beian.miit.gov.cn/"
        class="hover:underline"
        target="_blank"
      >粤ICP备2025376649号-1</a>
    </span>
    
    <span class="mx-auto block max-w-7xl px-4 text-center text-sm text-gray-500 dark:text-slate-300 lg:px-6">
      ©
      2025
      <a href="/" class="hover:underline">FYUZH</a>. All Rights Reserved. Powered by
      <a href="https://halo.run" class="hover:underline" target="_blank">Halo</a>.
    </span>
    <span class="mx-auto block max-w-7xl px-4 text-center text-sm text-gray-500 dark:text-slate-300 lg:px-6">
      
    </span>
  </div>
</footer>



    

    <button
      type="button"
      id="btn-scroll-to-top"
      aria-label="Back to Top"
      class="fixed bottom-5 right-5 flex items-center justify-center rounded-full bg-white p-3 opacity-0 shadow transition-all duration-300 hover:opacity-70 hover:shadow-lg dark:bg-slate-600 lg:bottom-10 lg:right-10"
    >
      <span class="i-tabler-chevron-up text-2xl text-gray-600 dark:text-slate-200"></span>
    </button>
  </body>
</html>
                               

Alan adının whois bilgisi

Domain Name: FYUZH.COM
Registry Domain ID: 2603082273_DOMAIN_COM-VRSN
Registrar WHOIS Server: grs-whois.hichina.com
Registrar URL: http://www.net.cn
Updated Date: 2025-02-15T09:18:09Z
Creation Date: 2021-04-05T21:28:23Z
Registry Expiry Date: 2026-04-05T21:28:23Z
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: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: JASMINE.NS.CLOUDFLARE.COM
Name Server: ROCKY.NS.CLOUDFLARE.COM
DNSSEC: signedDelegation
DNSSEC DS Data: 2371 13 2 A915E6E82821E8F8A6675CC89357B8BA23A4CFF64A7EBDC8568DD0D5B2708369
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-28T20:41:21Z <<<
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