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
307 Temporary Redirect - tswhy.com
HTTP Status: 307
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Cache-Control: private
Location: https://tswhy.com:443/
Content-Length: 0
Date: Mon, 26 May 2025 03:38:12 GMT
Content-Type: text/html; charset=UTF-8
content-type: text/html; charset=utf-8
x-fresh-uuid: ce18a63d-26fe-46b0-a138-57b2f621b730
vary: Accept-Encoding
date: Mon, 26 May 2025 03:38:13 GMT
content-length: 6224
via: http/2 edgeproxy-h
server: deno/gcp-europe-west3

HTTP Kodu 307 Geçici Yönlendirme

307 Temporary Redirect geçici bir yönlendirmeyi belirtir, ancak HTTP istek yöntemi değişmeden kalır.

Kod 307 ne zaman kullanılır?

  • Form gönderimlerini etkilemeden bir sayfa geçici olarak taşındığında
  • Site bakımı veya geçici URL değişiklikleri sırasında

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

Kullanıcı orijinal istek yöntemi korunarak başka bir URL'ye yönlendirilir (örn. POST, POST olarak kalır).

GET / HTTP/1.1
Host: tswhy.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html><html><head><title>tswhy‽</title><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><link rel="stylesheet" href="/styles.css"/><link rel="modulepreload" href="/_frsh/js/f80c5e730f04e6e593d6de2789da9a8c02ba3ee7/main.js"/><link rel="modulepreload" href="/_frsh/js/f80c5e730f04e6e593d6de2789da9a8c02ba3ee7/chunk-GOG5BET4.js"/><link rel="modulepreload" href="/_frsh/js/f80c5e730f04e6e593d6de2789da9a8c02ba3ee7/chunk-FEDUQ665.js"/><link rel="modulepreload" href="/_frsh/js/f80c5e730f04e6e593d6de2789da9a8c02ba3ee7/chunk-A5R7BSC2.js"/><link rel="modulepreload" href="/_frsh/js/f80c5e730f04e6e593d6de2789da9a8c02ba3ee7/island-search.js"/><link rel="modulepreload" href="/_frsh/js/f80c5e730f04e6e593d6de2789da9a8c02ba3ee7/chunk-MZUQVTFM.js"/><link rel="modulepreload" href="/_frsh/js/f80c5e730f04e6e593d6de2789da9a8c02ba3ee7/chunk-VIW7Y26Q.js"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:site" content="@typescript_why"/><meta name="twitter:title" content="tswhy‽"/><meta property="og:title" content="tswhy‽"/><meta property="og:description" content="A community effort to enrich TypeScript diagnostics."/><meta name="twitter:description" content="A community effort to enrich TypeScript diagnostics."/><meta name="description" content="A community effort to enrich TypeScript diagnostics."/><meta name="twitter:creator" content="@typescript_why"/><meta name="twitter:image" content="https://tswhy.deno.dev/tswhy_post.png"/><meta property="og:image" content="https://tswhy.deno.dev/tswhy_post.png"/><meta name="twitter:image:alt" content="A community effort to enrich TypeScript diagnostics."/><meta property="og:image:alt" content="A community effort to enrich TypeScript diagnostics."/><meta property="og:site_name" content="tswhy‽"/><meta property="og:locale" content="en_AU"/><meta name="keywords" content="typescript, diagnostics"/><link rel="canonical" href="https://tswhy.com/"/></head><body class="dark:bg-gray-900 dark:text-white"><div class="p-4 mx-auto max-w-screen-xl"><header class="flex items-center"><a href="/" data-current="true" aria-current="page"><img src="/tswhy.svg?__frsh_c=f80c5e730f04e6e593d6de2789da9a8c02ba3ee7" class="w-16 h-16 flex-initial" alt="the tswhy logo: a question mark in a box"/></a><div class="flex-grow p-4"><h1 class="text-3xl font-header">tswhy‽</h1><h2 class="text-sm">A community effort to enrich TypeScript diagnostics.</h2></div></header><main><div class="m-4 space-y-2"><p><span class="font-header">tswhy‽</span> is a community effort to enrich TypeScript diagnostics, providing documentation of what can cause the diagnostic to occur and common fixes or workarounds.</p></div><!--frsh-search_default:0:--><form class="mr-3 w-full"><label for="search-bar" class="mb-2 text-sm font-medium text-gray-900 sr-only dark:text-gray-300">Search</label><div class="relative"><div class="flex absolute inset-y-0 left-0 items-center pl-3 pointer-events-none text-gray-500 dark:text-gray-400"><svg class="w-5 h-5" version="1.1" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><use href="/sprites.svg?__frsh_c=f80c5e730f04e6e593d6de2789da9a8c02ba3ee7#search"></use></svg></div><input type="search" value id="search-bar" class="block py-2 px-4 pl-10 w-full text-sm text-gray-900 bg-gray-50 rounded-lg border border-gray-300 focus:ring-primary-500 focus:border-primary-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-primary-500 dark:focus:border-primary-500" placeholder="Search diagnostics..." autofocus/></div><aside class="m-6 p-6 rounded border text-gray-800 dark:text-gray-200"><h2 class="text-2xl mb-4 font-header">Tips...</h2><div><ul class="list-disc mx-6"><li>You can navigate directly to a diagnostic if you know the code (for example for <em>TS1002: Unterminated string literal</em> you would navigate to <a href="/ts1002" class="text-blue-600 dark:text-blue-300 hover:underline"><code>/ts1002</code></a>).</li><li>You can search by TypeScript code, with our without the leading <code>TS</code>.</li><li>You can search by partial diagnostic message (e.g. <code>Unterminated</code> or <code>statement</code>).</li><li>You can search by tags. (e.g. <code>syntax-error</code> or <code>type-error</code>).</li></ul></div></aside></form><!--/frsh-search_default:0:--></main></div><footer class="p-6 border-t bg-gray-100 dark:bg-gray-800 flex"><div class="flex-auto"><span property="dct:title" class="font-header">tswhy‽</span> is licensed under <a href="http://creativecommons.org/licenses/by-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" class="text-blue-600 dark:text-blue-300 hover:underline">CC BY-SA 4.0<img class="ml-1 h-6 inline align-bottom" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" alt="Create Commons Logo"/><img class="ml-1 h-6 inline align-bottom" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" alt="Creative Commons Attribution Logo"/><img class="ml-1 h-6 inline align-bottom" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg?ref=chooser-v1" alt="Creative Commons Share Alike Logo"/></a></div><div class="flex-auto"><ul class="flex flex-wrap justify-end text-gray-900 dark:text-white"><li><a href="/contributing" class="mr-4 hover:underline md:mr-6">Contributing</a></li><li><a href="/integrating" class="mr-4 hover:underline md:mr-6">Integrating</a></li></ul></div></footer><script id="__FRSH_STATE_ce18a63d-26fe-46b0-a138-57b2f621b730" type="application/json" nonce="e8d047bf562648169917a2c20a8482ad">{"v":[[{"appId":"OD4964MTO4","apiKey":"c79d6c085e88971a4d07705532fd4ca2"}],[]]}</script><script type="module" nonce="e8d047bf562648169917a2c20a8482ad">const ST = document.getElementById("__FRSH_STATE_ce18a63d-26fe-46b0-a138-57b2f621b730").textContent;const STATE = JSON.parse(ST).v;import { revive } from "/_frsh/js/f80c5e730f04e6e593d6de2789da9a8c02ba3ee7/main.js";import search_default from "/_frsh/js/f80c5e730f04e6e593d6de2789da9a8c02ba3ee7/island-search.js";const propsArr = typeof STATE !== "undefined" ? STATE[0] : [];revive({search_default:search_default,}, propsArr);</script></body></html>                               

Alan adının whois bilgisi

Domain Name: TSWHY.COM
Registry Domain ID: 2682695134_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2024-03-20T05:30:28Z
Creation Date: 2022-03-18T20:30:29Z
Registry Expiry Date: 2026-03-18T20:30:29Z
Registrar: GoDaddy.com, LLC
Registrar IANA ID: 146
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 480-624-2505
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientRenewProhibited https://icann.org/epp#clientRenewProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: NS51.DOMAINCONTROL.COM
Name Server: NS52.DOMAINCONTROL.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-26T03:38:06Z <<<
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