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 - tobny.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Wed, 28 May 2025 01:36:21 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: keep-alive
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=TVc3Afx9zvCMA8VrlcbsU7VHzv%2BmdbZ99U1u7uhvqUtbta%2B2aEVL37JhsD6A8WEvpkubEfS8d1%2FZRdRUmeyWxoyHXgg20cl6kg5wVb3PH7bY8wzdTB3T8Ha3UNsGYv9lsCw504ZQW8Y%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 946a05469f130a27-ARN
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=7477&min_rtt=7477&rtt_var=3738&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

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: tobny.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Tobny – Navigate the web faster</title>
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="search" type="application/opensearchdescription+xml" title="Tobny" href="/search.xml">
<style>

:root {
  --color-primary: #dc0957;
  --color-base: #fffdfa;
}

* {
  box-sizing: border-box;
}

body {
  background-color: var(--color-base);
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  color: hsl(0, 0%, 20%);
  line-height: 1.5;
}
a {
  color: inherit;
  text-decoration: none;
}

html, body, #elRoot {
  min-height: 100vh;
  min-width: 100vw;
  padding: 0;
  margin: 0;
}

#elRoot {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
}


main {
  flex-grow: 1;
}

#content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;

  padding: 3rem 0;
  --padding: .8rem 1.2rem;
}

#content > * {
  width: 36rem;
}

form {
  margin: 0;
  padding: 0;
}

input:not([hidden]) {
  font-family: inherit;
  font-size: inherit;
  display: block;
  width: 100%;
  padding: var(--padding);
  border-radius: .6rem;
  border: 1px solid gainsboro;
}


#result-wrapper {
  min-height: 20rem;
}
#result-wrapper > * {
  display: block;
  margin: 2rem 0;
}

#result > * {
  padding: var(--padding);
}

#result a {
  display: block;
  margin-bottom: 1rem;
}
#result a:hover {
  background-color: #EEE;
}

#result h1 {
  margin: 0 0 1rem 0;
  opacity: .7;
  font-size: 1rem;
}
#result em {
  font-style: normal;
  display: block;
}
#result .url {
  font-size: .8rem;
  opacity: .5;

  display: block;
  overflow: hidden;

  white-space: nowrap;
  text-overflow: ellipsis;
}

.status {
  font-style: normal;
  color: gray;
}

#status {
  padding: var(--padding);
}
.loading {
  animation: Pulsate 2s linear infinite;
}
@keyframes Pulsate {
  from { opacity: 0.6; }
  50% { opacity: 0.2; }
  to { opacity: 0.6; }
}


#footer {
  position: fixed;
  opacity: .4;
  right: 2.4rem;
  bottom: 1.2rem;
}


.prose a.cta {
  background-color: gainsboro;
  padding: .8rem 2.4rem;
  font-weight: bold;
}

.prose ul {
  margin: 2rem 0;
  font-size: 1.1rem;
}

.prose li {
  margin-bottom: 1rem;
}

</style>
<body>

<div id="elRoot">

<style>

header, footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1rem 3rem;
  gap: 3rem;
}

header img {
  width: 1em;
  vertical-align: bottom;
}
header h1 {
  font-size: 4rem;
  line-height: 1;
  letter-spacing: .1rem;
}

#subline {
  margin: 0;
  text-align: center;
  font-size: 2rem;
  max-width: 50rem;
}

#beta {
  position: absolute;
  top: 1rem;
  right: 2rem;
  border-radius: 9rem;
  color: white;
  background-color: black;
  padding: .3rem 1.4rem;
}

#features {
  list-style: none;
  font-size: 120%;
}
#features li {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: .6rem;
}
#features span {
  font-size: 150%;
}

footer {
  margin-bottom: 10rem;
}
header hr, footer hr {
  border-top: 2px solid black;
  width: 80%;
}

#slogans {
  margin: 0;
  line-height: 1.5em;
  font-size: 1.6rem;
  font-weight: bold;
}
#slogans li {
  margin: 1rem 0;
}

#install {
  border-radius:999px;
  border: 1px solid silver;
  padding: 1.2rem 5rem;
  font-size: 1.2rem;
  filter: invert(1);
  background-color: var(--color-base);
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin: 2rem;
}
main a {
  text-decoration: underline;
}
main h1 {
  margin: 0;
  text-align: center;
}
main ul {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 32rem;
}
main li {
  margin-bottom: 0.8rem;
}
main ul samp {
  font-family: inherit;
  border: 1px solid silver;
  border-radius: 0.4rem;
  padding: 0.2rem 0.4rem;
}

</style>
<header>
  <h1><img src="/icon.svg"/> Tobny</h1>

  <p id="subline">Navigate the web faster:<br/>Go straight to your destinations with an AI in the address bar.</p>
  
  <a id="beta" target="_blank" href="https://docs.google.com/forms/d/e/1FAIpQLSdkMA7ss6572550yIftPCmObOg3w37wf8sQW7XC0syJkAf9Cg/viewform?usp=sf_link">Alpha Version</a>
  
  <ul id="features">
    <li><span>⌨️</span> Start from the address bar</li>
    <li><span>⏭️</span> It directs you to the right services</li>
    <li><span>🪄</span> It prefills them with your requests</li>
    <li><span>💡</span> Gives direct answers to simple questions</li>
    <li><span>💬</span> Refine your requests in a chat</li>
  </ul>

  <a href="https://chromewebstore.google.com/detail/tobny/mdgbmggmmcalkgeopgcfelbmjbbdeeca" id="install">Install Extension Now</a>

  <hr/>

</header>
<main>
  <h1>Examples</h1>
  <ul>
    <li><samp>from Paris to Barcelona</samp> – opens a Map with directions
    <li><samp>Write me a poem</samp> – Starts new ChatGPT thread
    <li><samp>I need brown winterboots</samp> – searches at Amazon
    <li><samp>linkedin Karen S. Lynch</samp> – opens the LinkedIn search
    <li><samp>How cold is it on Mars?</samp> – get direct answers
    <li>What are your other favorite services? Try and see if they are already supported. Otherwise, please give us <a target="_blank" href="https://docs.google.com/forms/d/e/1FAIpQLSdkMA7ss6572550yIftPCmObOg3w37wf8sQW7XC0syJkAf9Cg/viewform?usp=sf_link">feedback</a>.
  </ul>
</main>
<footer>
  <hr/>

  <ul id="slogans">
    <li>reach things faster</li>
    <li>use the web like a pro</li>
    <li>be the first 😎</li>
  </ul>

  <a href="https://chromewebstore.google.com/detail/tobny/mdgbmggmmcalkgeopgcfelbmjbbdeeca" id="install">Install Extension Now</a>

</footer>
    
</div>
</body></html>                               

Alan adının whois bilgisi

Domain Name: TOBNY.COM
Registry Domain ID: 1586381946_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.registrygate.com
Registrar URL: http://www.registrygate.com
Updated Date: 2025-02-24T08:16:37Z
Creation Date: 2010-02-23T12:10:22Z
Registry Expiry Date: 2026-02-23T12:10:22Z
Registrar: RegistryGate GmbH
Registrar IANA ID: 1328
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +49.1805734437
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: DUKE.NS.CLOUDFLARE.COM
Name Server: VENUS.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-28T01:36:14Z <<<
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