Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - k4mpf.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Connection: Keep-Alive
Keep-Alive: timeout=5, max=100
content-type: text/html
content-length: 15681
date: Thu, 15 May 2025 02:16:04 GMT
server: LiteSpeed

HTTP Code 200 OK

200 http status code 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: k4mpf.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
	<link rel="stylesheet" href="css/main.css" type="text/css" media="screen" title="no title" charset="utf-8">
	<title>k4mpf.com | Herzlich Willkommen auf k4mpf.com | Powered by serverprofis.net</title>
	<style>
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	    margin: 0;
	    padding: 0;
	    border: 0;
	    outline: 0;
	    font-size: 100%;
	    vertical-align: baseline;
	    background: transparent;
	}
	body {
	    line-height: 1;
	}
	ol, ul {
	    list-style: none;
	}
	blockquote, q {
	    quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
	    content: '';
	    content: none;
	}
	:focus {
	    outline: 0;
	}

	ins {
	    text-decoration: none;
	}
	del {
	    text-decoration: line-through;
	}
	table {
	    border-collapse: collapse;
	    border-spacing: 0;
	}
	body{
		background: #fff;
		font-family:Verdana,Helvetica,HelveticaNeue,Geneva,sans-serif;
		font-size: 14px;
		line-height: 16px;
	}
	h1{
		font-size: 30px;
		color: #000;
			margin: 20px 10px 0px 10px;    /*O R U L*/
		padding-bottom: 8px;
		margin-top: 20px;
	}
	h1 span{
		color: #fff;
	}
	/*Start Header CSS*/
	#header_content_holder{
		width: 100%;	
	}
	#header_login_bar{
		background: #fff url(http://media.serverprofis.net/img/shtml/top_nav_bg.png) repeat-x;
		height: 36px;
		width: 100%;
		-moz-box-shadow:    inset 0 0 8px #000000;
		-webkit-box-shadow: inset 0 0 8px #000000;
		box-shadow:         inset 0 0 8px #000000;
	}
	#header_bar_content{
		margin: 0 auto;
		width: 1024px;
		overflow: hidden;
		font-size: 14px;
	}
	#top_navi {
		float:left;
		margin-top:9px;
		margin-left: 5px;
		font-size: 12px;
	}
	#top_navi li {
		float: left;
		margin-left: 4px;
	}
	#top_navi li a {
		color: #ababad;
		text-decoration: none;
		display: block;
		border-right: 1px solid #ababad;
		line-height: 15px;
		padding-right: 4px;
		margin-top: 2px;
	}
	#top_navi li:last-child a{
		border: none;
	}
	#top_navi li a:hover {
		text-decoration: underline;
		color: #99cc33;
	}
	#header_login_holder{
		width: 400px;
		margin: 2px auto;
		font-size: 12px;
	}
	#header_login_holder input {
		margin-left: 3px;
	}
	#header_login_holder span {
		color: #99cc33;
	}
	.login_btn{
		background: transparent url(http://media.serverprofis.net/img/shtml/log_button.png) 0 0 no-repeat;
		height: 33px;
		width: 22px;
		text-indent: -99999px;
		border: none;
		margin-top: 1px;
		cursor:pointer;
	}
	.login_btn:hover {
		background: transparent url(http://media.serverprofis.net/img/shtml/log_button.png) 0 -32px no-repeat;
	}

	/*Start Header Content*/
	#header_content{
		margin: 0 auto;
		width: 1024px;
	}
	.logo img{
		width: 410px;
		height: 110px;
		margin: 35px 297px 35px 297px;
	}
	.login_btn{
		background: transparent url(http://media.serverprofis.net/img/shtml/log_button.png) 0 0 no-repeat;
		height: 33px;
		width: 22px;
		text-indent: -99999px;
		border: none;
		margin-top: 1px;
		cursor:pointer;
	}
	.login_btn:hover {
		background: transparent url(http://media.serverprofis.net/img/shtml/log_button.png) 0 -32px no-repeat;
	}
	
	/*End Header Content*/
/*Start Content CSS*/
	#page_content{
		background: #b6ce2f url(http://media.serverprofis.net/img/shtml/content_bg.jpg) repeat;
		min-height: 600px;
		width: 100%;
	 	-moz-box-shadow:    inset 0  15px 15px -15px #000, 
	                        inset 0 -15px 15px -15px #000;
	    -webkit-box-shadow: inset 0  15px 15px -15px #000, 
	                        inset 0 -15px 15px -15px #000;
	     box-shadow:        inset 0  15px 15px -15px #000, 
	                        inset 0 -15px 15px -15px #000;
	}
	#page_content_holder{
		width: 1024px;
		margin: 0 auto;
		overflow: hidden;
	}
	#page_content_right{
		width: 365px;
		margin-top: 20px;
		float: right;
	}
	#page_content_left{
		width: 610px;
		margin-top: 20px;
		float: left;
	}
	.subnav{
		text-decoration: none;
		color: #000;
	}
	.subnav:hover{
		text-decoration: underline;
	}
	.white_content_box a{
		text-decoration: none;
		color: #77AA0F;
	}
	.white_content_box a:hover{
		text-decoration: underline;
	}
	.white_content_box{
		width: 270px;
		background: #fff;
		padding: 15px;
		padding-top: 25px;
		-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
		-khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
		position: relative;
		z-index: 90; /* the stack order: displayed under ribbon rectangle (100) */
		clear: both;
		margin-bottom: 20px;
		margin-left: 45px;
	}
	
	/*End Content CSS*/

	/*Start Footer CSS*/
	#page_footer{
		background:#fff;
		width: 100%;
	}
	#page_footer_content{
		margin: 0 auto;
		width: 1024px;
		overflow: hidden;
	}
	#copyright_holder{
		color: #ababad;
		width: 800px;
		line-height: 14px;
		margin: auto;
		font-size: 12px;
		text-align: center;
	}
	/*End Footer CSS*/

	/*Start Inputfield´s*/
	.inputfield_login{
		color: #d7d7d7;
		height: 12px;
		text-align: left;
		padding: 6px 6px;
		outline: none;
		border-bottom: 1px solid #5d5d5d;
		border-top: 1px solid #404040;
		border-right: 1px solid #4e4e4e;
		border-left: 1px solid #4e4e4e;
		width: 100px;
		background: #252525;
		-moz-box-shadow:    inset 0 0 10px #000000;
		-webkit-box-shadow: inset 0 0 10px #000000;
		box-shadow:         inset 0 0 10px #000000;
	}
	/*End Inputfield´s*/
	.white_content_left_box > a{
		text-decoration: none;
		color: #77AA0F;
	}
	.white_content_left_box > a:hover{
		text-decoration: underline;
	}
	.white_content_left_box{
		margin-left: 10px;
		width: 600px;
		background: #fff;
		padding: 25px;
		-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
		-khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
		position: relative;
		z-index: 90; /* the stack order: dmisplayed under ribbon rectangle (100) */
		clear: both;
		margin-bottom: 20px;
	}
	.white_content_serverprofis{
		margin-left: 10px;
		min-width: 630px;
		max-width: 630px;
		background: #fff;
		padding: 10px;
		-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
		-khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
		position: relative;
		z-index: 90; /* the stack order: dmisplayed under ribbon rectangle (100) */
		clear: both;
		margin-bottom: 20px;
		text-align: center;
		overflow: hidden;
	}
	.title-r{
		border-color: transparent transparent transparent #000;
			border-style:solid;
			border-width:8px;
			height:0px;
			width:0px;
			position: relative;
			left: 285px;
			top: -23px;
			z-index: -1; /* displayed under bubble */
	}
	.title-l{
		border-color: transparent #000 transparent transparent;
			border-style:solid;
			border-width:8px;
			height:0px;
			width:0px;
			position: relative;
			left: -31px;
			top: -8px;
			z-index: -1; /* displayed under bubble */
	}
	.title{
		font-family:"ItcEras-Light";
		font-size: 24px;
		color: #fff;
		line-height: 38px;
		width: 305px;
		margin-left: -23px;
		margin-bottom: 20px;
		padding-left: 10px;
		position: relative;
		float: left;
		text-align:left;
		-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.55);
		-khtml-box-shadow: 0px 0px 10px rgba(0,0,0,0.55);
		-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.55);
		z-index: 100; /* the stack order: foreground */

		background: rgb(156,157,154); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjOWM5ZDlhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTQlIiBzdG9wLWNvbG9yPSIjMTExMTExIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
		background: -moz-linear-gradient(-45deg,  rgba(156,157,154,1) 0%, rgba(17,17,17,1) 94%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(156,157,154,1)), color-stop(94%,rgba(17,17,17,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(-45deg,  rgba(156,157,154,1) 0%,rgba(17,17,17,1) 94%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(-45deg,  rgba(156,157,154,1) 0%,rgba(17,17,17,1) 94%); /* Opera 11.10+ */
		background: -ms-linear-gradient(-45deg,  rgba(156,157,154,1) 0%,rgba(17,17,17,1) 94%); /* IE10+ */
		background: linear-gradient(-45deg,  rgba(156,157,154,1) 0%,rgba(17,17,17,1) 94%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c9d9a', endColorstr='#111111',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
		outline: none;
		border-bottom: 1px solid #38373b;
		border-top: 1px solid #bdbdbd;
		border-right: 1px solid #1b1e17;
		border-left: 1px solid #818182;
	}
	.title span{
		color: #99cc33;
		font-family:"ItcEras-Demi";
	}
	.title-r_left_box{
		border-color: transparent transparent transparent #000;
			border-style:solid;
			border-width:8px;
			height:0px;
			width:0px;
			position: relative;
			left: 625px;
			top: -23px;
			z-index: -1; /* displayed under bubble */
	}
	.title-l_left_box{
		border-color: transparent #000 transparent transparent;
			border-style:solid;
			border-width:8px;
			height:0px;
			width:0px;
			position: relative;
			left: -41px;
			top: -8px;
			z-index: -1; /* displayed under bubble */
	}
	.title_left_box{
		font-family:"ItcEras-Light";
		font-size: 24px;
		color: #fff;
		line-height: 38px;
		width: 645px;
		margin-left: -33px;
		margin-bottom: 20px;
		padding-left: 20px;
		position: relative;
		float: left;
		text-align:left;	
		-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.55);
		-khtml-box-shadow: 0px 0px 10px rgba(0,0,0,0.55);
		-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.55);
		z-index: 100; /* the stack order: foreground */

		background: rgb(156,157,154); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjOWM5ZDlhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTQlIiBzdG9wLWNvbG9yPSIjMTExMTExIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
		background: -moz-linear-gradient(-45deg,  rgba(156,157,154,1) 0%, rgba(17,17,17,1) 94%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(156,157,154,1)), color-stop(94%,rgba(17,17,17,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(-45deg,  rgba(156,157,154,1) 0%,rgba(17,17,17,1) 94%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(-45deg,  rgba(156,157,154,1) 0%,rgba(17,17,17,1) 94%); /* Opera 11.10+ */
		background: -ms-linear-gradient(-45deg,  rgba(156,157,154,1) 0%,rgba(17,17,17,1) 94%); /* IE10+ */
		background: linear-gradient(-45deg,  rgba(156,157,154,1) 0%,rgba(17,17,17,1) 94%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c9d9a', endColorstr='#111111',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
		outline: none;
		border-bottom: 1px solid #38373b;
		border-top: 1px solid #bdbdbd;
		border-right: 1px solid #1b1e17;
		border-left: 1px solid #818182;
	}
	.title_left_box span{
		color: #99cc33;
		font-weight: bold;	
		font-family:"ItcEras-Demi";
	}
	</style>
</head>
<body>
<div id="wrapper">
		<div id="header_login_bar">
			<div id="header_bar_content">
					<ul id="top_navi">
						<li><a href="http://www.serverprofis.de">Serverprofis.de</a></li>
						<li><a href="http://service.serverprofis.net/submitticket.php?step=2&deptid=1" rel="nofollow">Hilfe?</a></li>
					</ul>
				
				<div id="header_login_holder">
						<form method="post" action="http://service.serverprofis.net/dologin.php">
						<input type="hidden" name="token" value="e0d3591b63bd7b3de81c03490f87029183f6dc">
						<span>Kundenportal:</span>
						<input type="text" class="inputfield_login" placeholder="E-Mail" name="username">
						<input type="password" class="inputfield_login" placeholder="Passwort" name="password">
						<input type="submit" class="login_btn" name="login">
					</form>
				</div>
			</div>
		</div>
	<div id="header_content_holder">
		<div id="header_content">
			<div class="logo">
				<a href="#"><img src="http://media.serverprofis.net/img/shtml/sp_logo.jpg" alt="Sp Logo" ></a>
			</div>
		</div>
	</div>
	<div id="page_content">
		<div id="page_content_holder">
			  <h1>Herzlich Willkommen auf <span>k4mpf.com</span></h1>
			<div id="page_content_left">
				
				<div class="white_content_left_box">
				<div class="title_left_box">Diese Webseite ist noch nicht <span>fertiggestellt</span></div>
				<div class="title-l_left_box"></div>
				<div class="title-r_left_box"></div>
				Die Domain wurde von unserem Kunden bei den <a href="http://www.serverprofis.de" alt="Webhosting - Mail - Domains - SSL" title="Webhosting - Mail - Domains - SSL - Administration">Serverprofis</a> registriert. Es wurden aber noch keine Webinhalte hinterlegt. Sollten Sie Fragen zu dieser Domain haben, wenden Sie sich bitte an den Domain Inhaber.
				</div>
				
				<div class="white_content_serverprofis">
				<a href="http://www.serverprofis.de" target="_blank"><img src="http://media.serverprofis.net/img/angebote/sp_footer.jpg" alt="Serverprofis.net Footer" ></a>
				</div>
				
				<div class="white_content_serverprofis">
				<center>
				<a href="http://www.serverprofis.de" class="subnav" target="_blank">Webhosting • Domains • SSL • vServer • E-Mail</a>
				</center>
				</div>
				
			</div>
			<div id="page_content_right">
				<div class="white_content_box">
					<div class="title">Infos für den <span> Seiteninhaber</span></div>
					<div class="title-l"></div>
					<div class="title-r"></div>
<p>Sie können diese Seite problemlos löschen oder durch eine andere Seite ersetzen. Es handelt sich hierbei um die Datei <b>index.shtml</b><br/> im Hauptverzeichnis (www, web, public_html oder htdocs).</p>
				</div>
				<div class="white_content_box">
					<div class="title">Sie haben weitere <span>Fragen?</span></div>
					<div class="title-l"></div> <!-- Left triangle -->
					<div class="title-r"></div> <!-- Right triangle -->
					Bei weiteren Fragen oder Problemen wenden Sie sich bitte an unseren <a href="http://service.serverprofis.net/submitticket.php?step=2&deptid=1"> Webhosting Support</a>.
				</div>
				<br>
			</div>
		
		</div>
	</div>
	<div id="page_footer">
		<div id="page_footer_content">
		<br/>
			<div id="copyright_holder">
				Powered by Serverprofis.de
			</div>
		</div>
	</div>
</div>
</body>
</html>
                               

Whois info of domain

Domain Name: K4MPF.COM
Registry Domain ID: 2908140949_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.registrygate.com
Registrar URL: http://www.registrygate.com
Updated Date: 2024-08-14T18:58:01Z
Creation Date: 2024-08-14T18:57:34Z
Registry Expiry Date: 2025-08-14T18:57:34Z
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: NS5.NS35.DE
Name Server: NS6.NS35.DE
Name Server: NS7.NS35.DE
Name Server: NS8.NS35.DE
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-15T02:15:46Z <<<
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