Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - feyap.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Content-Type: text/html; charset=UTF-8
Location: https://feyap.com/
Server: Microsoft-IIS/8.5
X-Powered-By: ASP.NET
X-Powered-By-Plesk: PleskWin
Date: Mon, 19 May 2025 05:46:45 GMT
Content-Length: 141

HTTP Code 301 Moved Permanently

301 Moved Permanently means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - https://feyap.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Content-Type: text/html
Last-Modified: Thu, 03 Apr 2025 14:27:55 GMT
Accept-Ranges: bytes
ETag: "3e764897a4a4db1:0"
Server: Microsoft-IIS/8.5
X-Powered-By: ASP.NET
X-Powered-By-Plesk: PleskWin
Date: Mon, 19 May 2025 05:46:46 GMT
Content-Length: 6202

HTTP Code 200 OK

200 OK is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: feyap.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" xml:lang="tr" lang="tr">
<head>
	<title>FEYAP</title>
	<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
	<meta http-equiv="X-UA-Compatible" content="IE=8" />
	
	<link rel="stylesheet" href="css/styles.css" type="text/css" media="screen" />
	
	<script type="text/javascript" src="https://code.jquery.com/jquery-latest.min.js"></script>
	<!-- <script type="text/javascript" src="js/jquery.min.js"></script> -->
	<script type="text/javascript" src="js/supersized.3.1.3.min.js"></script>
	<script type="text/javascript" src="js/jquery.countdown.min.js"></script>
	<script type="text/javascript" src="js/jquery.sociacount.js"></script>
	<script type="text/javascript" src="js/jquery.tweetcycle.js"></script>
	
	<script type="text/javascript">  
		// Slideshow
		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          :   3000,	//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		:	1000,	//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 and 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    :   0,		//Thumbnail navigation
				slide_counter           :   1,		//Display slide numbers
				slide_captions          :   1,		//Slide caption (Pull from "title" in slides array)
				slides 					:  	[		//Slideshow Images
													{image : 'slides/1.jpg', title : '', url : ''},  
													{image : 'slides/2.jpg', title : '', url : ''},  
													{image : 'slides/3.jpg', title : '', url : ''}  
											]
											
			}); 
		});

		// Countdown
		jQuery(function ($) {
			var austDay = new Date();
			austDay = new Date(austDay.getFullYear() + 1, 1 - 1, -100);
			$('#countdown').countdown({
				until: austDay,
				labels: ['years', 'months', 'weeks', 'days', 'hours', 'minutes', 'seconds'],
				labels1: ['year', 'month', 'week', 'day', 'hour', 'minute', 'second']
			});		
		});

		
		function boxHeight () {
			$("#content").height();
			var ah = $("#content").height();
			var ph = $("#overlay").height();
			var mh = Math.ceil((ph-ah) / 2);
			$("#content").css('marginTop', mh);				
		}
		
		// Centering the text content
		jQuery(window).resize(function () {
			boxHeight();
		}).load(function() {
			boxHeight();
			// Show the content and focus the email input
			$("#content").fadeIn();
			$("#email").focus();
			
			// Social Counter
			$("#social").sociacount({
				facebook: 'forbes',
				twitter: 'forbes',
				youtube: 'forbes',
				dribbble: 'frogandcode',
				forrst: 'kyle',
				github: 'fat',
				vimeo: 'soxiam'
			});
			
			// Tweet
			$("#twitter").tweetcycle({ screen_name: 'envato', count: 4 });
		});
		
		jQuery(document).ready(function($){
			$('#subscribe').submit(function(e){
				e.preventDefault();
				
				email = $('input#email');           
				email_regex = /^[a-zA-Z0-9._-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$/;           
				if(!email_regex.test(email.val())) {
					$('#response', form).fadeIn(500, function() {
						$('#response', form).html('<p class="message warning">Invalid email</p>');
					});
					return;
				} else {
					$('#response', form).html('<p class="message">Please Wait...</p>');
				}
				
				var form = $(this);
				var post_url = form.attr('action');
				var post_data = form.serialize();				
				$.ajax({
					type: 'POST',
					url: post_url,
					data: post_data,
					success: function(msg) {
						$(form).fadeOut(500, function(){
							form.html(msg).fadeIn();
						});
					}
				});
			});
		});
	</script>
</head>

<body>		
	<div id="overlay"></div>
	
	<!-- Horizontal Content Block -->
	<div id="content">
	
		<!-- Left Content Block -->
		<div id="content-left">
			<div class="container">
				
				<!--Logo in bar-->
				<p><a href="seramik" class="stamp"><img src="logo1.png" alt="Feyap Yapı Malzemeleri" /></a></p>
				

			</div>
		</div>
		
		<!-- Right Content Block -->
		<div id="content-right">
			<div class="container">
				<p><a href="mekanik/index.asp" class="stamp"><img src="logo2.png" alt="Feyap Mekanik" /></a></p>
				
				
				
			
			</div>
		</div>
		
	</div>

	<!--Thumbnail Navigation-->
	<div id="prevthumb"></div><div id="nextthumb"></div>
	
	<!--Control Bar-->
	<div id="controls-wrapper">
		<div id="controls">
		
			<!--Slide counter-->
			<div id="slidecounter">
				<span class="slidenumber"></span>/<span class="totalslides"></span>
			</div>
			
			<!--Slide captions displayed here-->
			<div id="slidecaption"></div>
			
			<!--Navigation-->
			<div id="navigation">
				<img id="prevslide" src="img/back_dull.png" alt="prev" />
				<img id="pauseplay" src="img/pause_dull.png" alt="pause" />
				<img id="nextslide" src="img/forward_dull.png" alt="next" />
			</div>
			
		</div>
	</div>
</body>
</html>
                               

Whois info of domain

Domain Name: FEYAP.COM
Registry Domain ID: 1572113689_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.nicproxy.com
Registrar URL: https://nicproxy.com/
Updated Date: 2022-10-07T07:24:11Z
Creation Date: 2009-10-13T11:48:08Z
Registry Expiry Date: 2027-10-13T11:48:08Z
Registrar: Nics Telekomunikasyon A.S.
Registrar IANA ID: 1454
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +90 212 213 2963
Domain Status: ok https://icann.org/epp#ok
Name Server: NS.PARKMEDYA.ORG
Name Server: NS2.PARKMEDYA.ORG
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-19T05:46:38Z <<<
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