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 - dcrf.com
HTTP Status: 302
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
content-type: text/plain
content-length: 0
date: Fri, 30 May 2025 19:37:04 GMT
x-frame-options: SAMEORIGIN
strict-transport-security: max-age=2592000
cache-control: private, no-cache, no-store, max-age=0
expires: Mon, 01 Jan 1990 0:00:00 GMT
location: https://domdm.com/?dn=dcrf.com

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

302 durum kodu, 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://domdm.com/?dn=dcrf.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Fri, 30 May 2025 19:37:04 GMT
Server: Apache/2.4.56 (Unix) OpenSSL/1.0.2o-fips
X-Powered-By: PHP/8.2.0
Vary: Accept-Encoding,User-Agent
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8

HTTP Kodu 200 OK

200 durum kodu, 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: dcrf.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>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
  <link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>💎</text></svg>">

	<title>dcrf.com</title>


  <link href="https://fonts.googleapis.com/css?family=Moderustic:600|Rubik:700,300" rel="stylesheet">
	<link rel="stylesheet" href="css/reset.css">
	<link rel="stylesheet" href="css/styles.css">

	<!-- <link rel="stylesheet" href="css/themes/green-white.css"> -->
	<!-- <link rel="stylesheet" href="css/themes/red-white.css"> -->
	<!-- <link rel="stylesheet" href="css/themes/grey-white.css"> -->
	<!-- <link rel="stylesheet" href="css/themes/white-indigo.css"> -->
	<!-- <link rel="stylesheet" href="css/themes/white-blue.css"> -->
	<!-- <link rel="stylesheet" href="css/themes/white-grey.css"> -->
	<!-- <link rel="stylesheet" href="css/themes/white-red.css"> -->
	<!-- <link rel="stylesheet" href="css/themes/yellow-black.css"> -->
	<style>
      /* Theme */

main {
	color: #000;
}
		a {
			color: pink;
			font-family: sans-serif;
			font-weight: 888;
		}
		@import 	url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
		*{
		  margin: 0;
		  padding: 0;
		  outline: none;
		  box-sizing: border-box;
		  font-family: "Rubik", sans-serif;
		}
		body{
		  display: flex;
		  align-items: center;
		  justify-content: center;
		  min-height: 100vh;
		  padding: 10px;
		  font-family: 'Poppins', sans-serif;
		  background: #fff;
		}
		.container{
		  max-width: 800px;
		  /*width: 800px;*/
		  padding: 25px 40px 10px 40px;
		 box-shadow: 0px 0px 20px 5px #AAA;
  border-radius: 10px;
  background: #EBEBEB;
		}
		.container .text{
		  text-align: center;
		  font-size: 41px;
		  font-weight: 600;
		  font-family: 'Poppins', sans-serif;
		  background: -webkit-linear-gradient(right, #56d8e4, #9f01ea, #56d8e4, #9f01ea);
		  -webkit-background-clip: text;
		  -webkit-text-fill-color: transparent;
		}
		.container form{
		  padding: 10px 0 0 0;
		}
		.container form .form-row{
		  display: flex;
		  margin: 0 0 32px;
		}
		form .form-row .input-data{
		  width: 100%;
		  height: 40px;
		  margin: 0 20px;
		  position: relative;
		}
		form .form-row .textarea{
		  height: 70px;
		}
		.input-data input,
		.textarea textarea{
		  display: block;
		  width: 100%;
		  height: 100%;
		  border:  1px solid #ccc;
		  font-size: 17px;
		  border-radius: 5px;
  padding: 10px;

  width: 100%;
  box-sizing: border-box;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
		}
		.input-data input:focus ~ label, .textarea textarea:focus ~ label,
		.input-data input:valid ~ label, .textarea textarea:valid ~ label{
		  transform: translateY(-20px);
		  font-size: 14px;
		  color: #3498db;
		}
		.textarea textarea{
		  resize: none;
		  padding-top: 10px;
		}
		.input-data label{
		  
		  pointer-events: none;
		  bottom: 10px;
		  font-size: 16px;
		  transition: all 0.3s ease;
		  color: #000;
		}
		.textarea label{
		  width: 100%;
		  bottom: 40px;
		 
		}
		.input-data .underline{
		  position: absolute;
		  bottom: 0;
		  height: 2px;
		  width: 100%;
		}
		.input-data .underline:before{
		  position: absolute;
		  content: "";
		  height: 2px;
		  width: 100%;
		  background: #3498db;
		  transform: scaleX(0);
		  transform-origin: center;
		  transition: transform 0.3s ease;
		}
		.input-data input:focus ~ .underline:before,
		.input-data input:valid ~ .underline:before,
		.textarea textarea:focus ~ .underline:before,
		.textarea textarea:valid ~ .underline:before{
		  transform: scale(1);
		}
      
   .submit-btn .input-data {
    overflow: hidden;
    height: 45px; /* Removed !important to allow natural override */
    width: 100%; /* Removed !important to allow natural override */
    position: relative; /* Ensure correct positioning of the inner div */
}

.submit-btn .input-data .inner {
    height: 100%;
    width: 300%;
    position: absolute;
    left: -100%; /* Start off-screen for the slide effect */
  
  
  
  
  border-radius: 5px;
  padding: 12px;
  background: #ad5389;
  background: linear-gradient(0deg, rgba(20,167,62,1) 0%, rgba(102,247,113,1) 100%);
   box-shadow: 0 0.7em 1.5em -0.5em #14a73e98;
  border: none;
  color: white;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
    transition: left 0.4s ease;
    border-radius: 5px;
    display: flex; /* Use flexbox to center the text */
    align-items: center; /* Center text vertically */
    justify-content: center; /* Center text horizontally */
}

.submit-btn .input-data:hover .inner {

     background-color: #218838; /* Darker Green on Hover */
    box-shadow: 0 0 15px rgba(40, 167, 69, 0.5); /* Soft Green Glow */
  

 
}

.submit-btn .input-data button {
    background: none;
    border: none;
    color: #fff; /* White text */
    font-size: 18px; /* Adjusted for consistency with the inner div */
    font-weight: bold; /* Adjusted for consistency with the inner div */
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    width: 100%; /* Ensure button takes full width of container */
    height: 100%; /* Ensure button takes full height of container */
    display: flex; /* Use flexbox to center the text */
    align-items: center; /* Center text vertically */
    justify-content: center; /* Center text horizontally */
    margin: 0; /* Remove margin to ensure text is centered */
    padding: 0; /* Remove padding to ensure text is centered */
}


      
      
      
      
      

		.error {
		  color: red;
    	  text-align: center;
    	  padding: 25px;
    	  font-weight: bold;
		}
      
      
     .domain-sale {
            font-family: 'Rubik', sans-serif;
            font-size: 1.4em;
            font-weight: 300;
            color: #333;
            margin-top:0;
            text-align: center;
        }
        
         .name-main-logo {
            font-family:  "Moderustic", sans-serif;
            font-size: 24px;
            color: #222;
            display: flex;
            align-items: center;
            font-weight: 600;
        }

        .name-main-logo .icon {
            font-size: 26px;
            font-weight:bold;
            margin-right: 5px;
            margin-top:-8px;
           
        }
      /* Responsive Font Scaling */
        @media (max-width: 768px) {
            .name-main-logo {
                font-size: 38px; /* Smaller font size for tablets */
            }
            .name-main-logo .icon {
                font-size: 44px; /* Smaller icon size for tablets */
            }
            .intro { font-size: 55px;}
        }

        @media (max-width: 480px) {
            .name-main-logo {
                font-size: 26px; /* Even smaller font size for mobile phones */
            }
            .name-main-logo .icon {
                font-size: 32px; /* Smaller icon size for mobile phones */
            }
             .intro {font-size: 40px;}
        }   
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
		@media (max-width: 700px) {
		  .container .text{
			font-size: 30px;
		  }
		  .container form{
			padding: 10px 0 0 0;
		  }
		  .container form .form-row{
			display: block;
		  }
		  form .form-row .input-data{
			margin: 35px 0!important;
		  }
		  .submit-btn .input-data{
			width: 40%!important;
		  }
		}
	</style>
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-X5L99PFYEL"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-X5L99PFYEL');
</script>


<body>
	<main>
   

   
		<div class="intro">   <center>dcrf.com</center></div>
		 <p class="domain-sale">This domain is available for sale!</p>

   
<br />
		<div class="container">
    <form action="/?dn=dcrf.com" method="post" id="contact-form">
        <div class="form-row">
            <div class="input-data">
                <label for="">Your email</label>
                <input type="text" name="email" id="user-email" required>
            </div>
            <div class="input-data">
                <label for="">Domain</label>
                <input type="text" name="domain" value="dcrf.com" required>
            </div>
        </div>

        <div class="form-row">
            <div class="input-data textarea">
                <label for="">Message</label>
                <textarea rows="8" cols="80" name="body" required></textarea>
            </div>
        </div>
        
        <!-- Submit button inside the container -->
        <div class="form-row submit-btn">
            <div class="input-data">
                <div class="inner"></div>
                <button class="g-recaptcha" 
                    data-sitekey="6LfwPSQqAAAAAL6MDYXHilr5Atsa1WWSP4QR0wYo" 
                    data-callback='onSubmit' 
                    data-action='submit'>Submit</button>
            </div>
        </div>
    </form>
</div>

<script src="https://www.google.com/recaptcha/api.js"></script> 
<script>
    document.getElementById("user-email").focus();
    function onSubmit(token) {
        document.getElementById("contact-form").submit();
    }
</script>
                            
                 
		
	</main>
            
</body>
     
</html>
                               

Alan adının whois bilgisi

Domain Name: DCRF.COM
Registry Domain ID: 1249270_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.dynadot.com
Registrar URL: http://www.dynadot.com
Updated Date: 2025-05-23T05:51:51Z
Creation Date: 1998-05-10T04:00:00Z
Registry Expiry Date: 2026-05-09T04:00:00Z
Registrar: Dynadot Inc
Registrar IANA ID: 472
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +16502620100
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS1.DYNA-NS.NET
Name Server: NS2.DYNA-NS.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-30T19:36:53Z <<<
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