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 - glow3.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Fri, 23 May 2025 11:22:10 GMT
Server: Apache
Last-Modified: Wed, 14 Dec 2022 07:53:10 GMT
ETag: "1602e2-1fab-5efc507174ca0"
Accept-Ranges: bytes
Content-Length: 8107
Connection: close
Content-Type: text/html; charset=UTF-8

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: glow3.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>GLOW3 Sizinle Çok Daha Güzeldir.</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script src="cdn-cgi/apps/head/yXZxxB-681epxS4hT1QScrA5Ffk.js"></script><link rel="stylesheet" type="text/css" href="css/style.css">
        <link rel="stylesheet" href="css/supersized.css" type="text/css" media="screen" />
                <link rel="stylesheet" href="css/grid.css" type="text/css" media="screen" />
		
		<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js"></script>
		<script type="text/javascript" src="js/supersized.3.1.3.min.js"></script>		
		<script type="text/javascript">  
			
			jQuery(function($){
				$.supersized({
				
					//Functionality
					slideshow               :   1,		//Slideshow on/off
					autoplay				:	1,		//Slideshow starts playing automatically
					start_slide             :   1,		//Start slide (0 is random)
					random					: 	0,		//Randomize slide order (Ignores start slide)
					slide_interval          :   4000,	//Length between transitions
					transition              :   1, 		//0-None, 1-Fade, 2-Slide Top, 3-Slide Right, 4-Slide Bottom, 5-Slide Left, 6-Carousel Right, 7-Carousel Left
					transition_speed		:	1500,	//Speed of transition
					new_window				:	1,		//Image links open in new window/tab
					pause_hover             :   0,		//Pause slideshow on hover
					keyboard_nav            :   1,		//Keyboard navigation on/off
					performance				:	1,		//0-Normal, 1-Hybrid speed/quality, 2-Optimizes image quality, 3-Optimizes transition speed // (Only works for Firefox/IE, not Webkit)
					image_protect			:	1,		//Disables image dragging and right click with Javascript
					image_path				:	'img/', //Default image path

					//Size & Position
					min_width		        :   0,		//Min width allowed (in pixels)
					min_height		        :   0,		//Min height allowed (in pixels)
					vertical_center         :   1,		//Vertically center background
					horizontal_center       :   1,		//Horizontally center background
					fit_portrait         	:   1,		//Portrait images will not exceed browser height
					fit_landscape			:   0,		//Landscape images will not exceed browser width
					
					//Components
					navigation              :   1,		//Slideshow controls on/off
					thumbnail_navigation    :   1,		//Thumbnail navigation
					slide_counter           :   1,		//Display slide numbers
					slide_captions          :   1,		//Slide caption (Pull from "title" in slides array)
					slides 					:  	[		//Slideshow Images
													//	{image : 'images/001.jpg'},
													//	{image : 'images/002.jpg'},  
													//	{image : 'images/003.jpg'},
													//	{image : 'images/004.jpg'},
													//	{image : 'images/005.jpg'},
													//	{image : 'images/006.jpg'},
														{image : 'main.jpeg'}  
												]
												
				}); 
		    });
		    
		</script>
<script type="text/javascript" src="js/jquery.validate.js"></script>
<script>
$(document).ready(function(){
$("#glow3Form").validate();
});
</script>


<script src="js/jquery.colorbox.js"></script>
<link rel="stylesheet" href="css/colorbox.css" />

		<script>
			$(document).ready(function(){
				//Examples of how to assign the Colorbox event to elements
				$(".group1").colorbox({rel:'group1'});
				$(".group2").colorbox({rel:'group2', transition:"fade"});
				$(".group3").colorbox({rel:'group3', transition:"none", width:"75%", height:"75%"});
				$(".group4").colorbox({rel:'group4', slideshow:true});
				$(".ajax").colorbox();
				$(".youtube").colorbox({iframe:true, innerWidth:425, innerHeight:344});
				$(".vimeo").colorbox({iframe:true, innerWidth:500, innerHeight:409});
				$(".iframe").colorbox({iframe:true, width:550, height:450});
				$(".inline").colorbox({inline:true, width:"50%"});
				$(".callbacks").colorbox({
					onOpen:function(){ alert('onOpen: colorbox is about to open'); },
					onLoad:function(){ alert('onLoad: colorbox has started to load the targeted content'); },
					onComplete:function(){ alert('onComplete: colorbox has displayed the loaded content'); },
					onCleanup:function(){ alert('onCleanup: colorbox has begun the close process'); },
					onClosed:function(){ alert('onClosed: colorbox has completely closed'); }
				});

				$('.non-retina').colorbox({rel:'group5', transition:'none'})
				$('.retina').colorbox({rel:'group5', transition:'none', retinaImage:true, retinaUrl:true});
				
				//Example of preserving a JavaScript event for inline calls.
				$("#click").click(function(){ 
					$('#click').css({"background-color":"#f00", "color":"#fff", "cursor":"inherit"}).text("Open this window again and this message will still be here.");
					return false;
				});
			});
		</script>

</head>
<body>
<!--
<div align="left"> <img src="images/bos.png" width="233" height="27" border="0"  />
 </div>
<div align="left"><a href="index.asp.html"><img src="images/logo.png" width="300" height="150" border="0" /></a></div>
<div style="margin:0px 0px 0px 30px; background-color:#fff; width:700px; height:390px; opacity:0.9; filter:alpha(opacity=90); float:left"><table width="700" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="473"><img src="images/kroki.jpg" width="473" height="380" /></td>
    <td width="227" height="390" valign="top"><div align="center"><img src="images/ilet.jpg" width="178" height="122" style="margin-top:15px;" /></div>
      <table width="227" border="0" align="left" cellpadding="0" cellspacing="0">
        <tr>
          <td width="40">&nbsp;</td>
          <td width="136"><p style="font-size:12px; color:#35c7d6; margin-top:10px;">Esenşehir Mah. Sarıgazi Yolu Cad. Kanuni Sok. No. 3 Y.Dudullu-Ümraniye 34773 İstanbul</p>
              <br />
              <a href="http://www.momyapi.com.tr/" target="_blank" style="font-size:12px;">www.momyapi.com.tr</a><br />
            <br />
              <p style="font-size:12px; color:#35c7d6;">T. <span style="color:#0f5962;">(0216) 527 26 03<br />
              </span>F. <span style="color:#0f5962;">(0216) 527 26 05<br />
                </span>M. <span style="color:#0f5962;">530 464 13 56<br />
              </span>Saat 22.00 ye kadar bilgi alabilirsiniz</p>
            <br />
            <a href="cdn-cgi/l/email-protection.html#d6bfb8b0b996bbb9bbafb7a6bff8b5b9bbf8a2a4" style="font-size:12px;"><span class="__cf_email__" data-cfemail="650c0b030a25080a081c04150c4b060a084b1117">[email&#160;protected]</span></a></td>
          <td width="51">&nbsp;</td>
        </tr>
      </table></td>
  </tr>
</table>
</div>
-->

<!--<div style="margin:0px 0px 0px 30px; background-color:#3cb2e4; width:200px; height:390px; float:left">
<p class="girisbaslik"><strong>BİZE SORUN</strong></p>

<iframe src="MailFormuGonder/default_form.html" frameborder="0" height="320" scrolling="no" width="200"></iframe>
</div> -->
<div class="videolar">
<img src="images/videolar.png" width="210" height="131" />
</div>
<!-- Yandex.Metrika counter --><script data-cfasync="false" src="cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="text/javascript"> (function (d, w, c) { (w[c] = w[c] || []).push(function() { try { w.yaCounter32037491 = new Ya.Metrika({id:32037491, clickmap:true, trackLinks:true, accurateTrackBounce:true, webvisor:true, trackHash:true }); } catch(e) { } }); var n = d.getElementsByTagName("script")[0], s = d.createElement("script"), f = function () { n.parentNode.insertBefore(s, n); }; s.type = "text/javascript"; s.async = true; s.src ="https://mc.yandex.ru/metrika/watch.js"; if (w.opera == "[object Opera]") { d.addEventListener("DOMContentLoaded", f, false); } else { f(); } })(document,window,"yandex_metrika_callbacks");</script><!-- /Yandex.Metrika counter -->
</body>
</html>
                               

Alan adının whois bilgisi

Domain Name: GLOW3.COM
Registry Domain ID: 1701624623_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2023-01-10T12:50:20Z
Creation Date: 2012-02-11T07:59:35Z
Registry Expiry Date: 2026-02-11T07:59:35Z
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: MEVLANA.MEGATEK.COM.TR
Name Server: NS.AVRUPAHOLDING.COM.TR
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-23T11:21:55Z <<<
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