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
302 Found - tqanc.com
HTTP Status: 302
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
X-Powered-By: Express
Location: /login
Vary: Accept
Content-Type: text/plain; charset=utf-8
Content-Length: 28
Set-Cookie: session=eyJub3dJbk1pbnV0ZXMiOjI5MTMyNDg2LCJmbGFzaCI6e319; path=/; expires=Fri, 23 May 2025 05:26:01 GMT; secure; httponly
Set-Cookie: session.sig=i3Z3vfWHj7CPbKTr1wr3m50hzfQ; path=/; expires=Fri, 23 May 2025 05:26:01 GMT; secure; httponly
Date: Thu, 22 May 2025 21:26:01 GMT
Connection: keep-alive
Keep-Alive: timeout=5

HTTP Kodu 302 Bulundu (Geçici Olarak Taşındı)

302 Found, istenen kaynağın geçici olarak farklı bir URL'de mevcut olduğunu gösterir.

Kod 302 ne zaman kullanılır?

  • Bir sayfa URL'sini geçici olarak değiştirirken
  • Yeni içerik test edilirken
  • Geçici bakım sırasında

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

Kullanıcı otomatik olarak yeni URL'ye yönlendirilir, ancak arama motorları eski adresi dizine eklemeye devam eder.

200 OK - https://tqanc.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
X-Powered-By: Express
Content-Type: text/html; charset=utf-8
Content-Length: 6007
ETag: W/"1777-nY5yFqY37gtd92Eb4/WoE+zuoTc"
Set-Cookie: session=eyJub3dJbk1pbnV0ZXMiOjI5MTMyNDg2LCJmbGFzaCI6e319; path=/; expires=Fri, 23 May 2025 05:26:01 GMT; secure; httponly
Set-Cookie: session.sig=i3Z3vfWHj7CPbKTr1wr3m50hzfQ; path=/; expires=Fri, 23 May 2025 05:26:01 GMT; secure; httponly
Date: Thu, 22 May 2025 21:26:01 GMT
Connection: keep-alive
Keep-Alive: timeout=5

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: tqanc.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="en">
   <head>
      <!-- Required meta tags -->
      <meta charset="utf-8">
      <!-- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> -->
      <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
      <title>TQA</title>
      <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
      <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css">
      <link rel="stylesheet" href="style.css">
      <link href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap" rel="stylesheet">
      <link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
      <link href="https://cdn.datatables.net/1.10.19/css/dataTables.bootstrap4.min.css" rel="stylesheet">
      <!-- Global site tag (gtag.js) - Google Analytics -->
      <script async src="https://www.googletagmanager.com/gtag/js?id=UA-143885643-1"></script>
      <script>
         var host = window.location.hostname;
         if(host != "localhost")
         {
             window.dataLayer = window.dataLayer || [];
          function gtag(){dataLayer.push(arguments);}
          gtag('js', new Date());
         
          gtag('config', 'UA-143885643-1');
         }
         
         
      </script>
   </head>
   <body id="scanfield">
      <div class="main-wrapper" id="particles-js">
      <div id="content">
      <div class ="row">
         <div class ="col" style="margin-top: 10vh;">
            <form  method="POST" action="/login/admin" class="admin-login">
               <div class="login">
                  <div class="banner banner-login"></div>
                  <div class="form">
                     <div class="wrapper">
                        <div class="row">
                           <div class="label">User Name</div>
                           <input type="text" name="name" required>
                        </div>
                        <div class="row">
                           <div class="label">Password</div>
                           <input type="password" name="password" required>
                        </div>
                        <div class="row">
                           <button type="submit">Login</button>
                        </div>
                     </div>
                     <div class="signup">
                        <a href="#" class="showUserForm">User Login</a>    
                     </div>
                  </div>
               </div>
            </form>
            <form  method="POST" action="/login/user">
               <div class="login user-login">
                  <div class="banner banner-login"></div>
                  <div class="form">
                     <div class="wrapper">
                        <div class="row" style="display:none">
                           <div class="label">Enter Name</div>
                           <input type="text" name="name" value="user" required>
                        </div>
                        <div class="row">
                           <div class="label">Enter PIN</div>
                           <input type="number" id="password" name="pin" pattern="[0-9]*" required autofocus>
                        </div>
                        <div class="row">
                           <button type="submit">Login</button>
                        </div>
                     </div>
                     <div class="signup">
                        <a href="#" class="showAdminForm">Admin login</a><br>
                        Admin login requires both username and password
                     </div>
                  </div>
               </div>
            </form>
         </div>
      </div>
      <script src="https://code.jquery.com/jquery-3.3.1.js" integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60=" crossorigin="anonymous"></script>
      <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
      <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
      <script src="src/toast.js"></script>
      <script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js" defer data-deferred="1"></script>
      <script>
         document.addEventListener("DOMContentLoaded", function (event) {
          
         
         
         
            let blnAllowPin = false
         
            if(blnAllowPin == true){
                  $('.user-login').show()
                  $('showUserForm').show()
            }
         
            else {
                $('.user-login').hide()
                $('.showUserForm').hide()
                
            }
          
            //Togggle between user form and admin form
            $(".showAdminForm").click(function(){
                $(".user-login").hide();
                $(".admin-login").show();
                $(".user-login").append('<style type="text/css">@media (max-width: 575.98px) {.login .form .signup { top: 200px;}}</style>')
            })
         
            $(".showUserForm").click(function(){
                $(".admin-login").hide();
                $(".user-login").show();
                $(".user-login").append('<style type="text/css">@media (max-width: 575.98px) {.login .form .signup { top: 150px;}}</style>')
            })
         
            
          
         
         })
         
         
      </script>                               

Alan adının whois bilgisi

Domain Name: TQANC.COM
Registry Domain ID: 2609780891_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.namesilo.com
Registrar URL: http://www.namesilo.com
Updated Date: 2025-05-05T07:35:45Z
Creation Date: 2021-05-04T18:48:41Z
Registry Expiry Date: 2026-05-04T18:48:41Z
Registrar: NameSilo, LLC
Registrar IANA ID: 1479
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.4805240066
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS1.DNSOWL.COM
Name Server: NS2.DNSOWL.COM
Name Server: NS3.DNSOWL.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-22T21:25:45Z <<<
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