Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - ibmf1.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Wed, 30 Apr 2025 10:17:40 GMT
Content-Type: text/html
Content-Length: 178
Connection: keep-alive
Location: http://www.ibmf1.com/

HTTP Code 301 Moved Permanently

http status code 301 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 - http://www.ibmf1.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Wed, 30 Apr 2025 10:16:49 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
X-Proxy-Cache: HIT

HTTP Code 200 OK

http status code 200 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: ibmf1.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE HTML>
<!--
	Fractal by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
	<head>
		<title>ibmf1.com is for sale</title>
		<meta charset="utf-8" />
		<meta name="viewport" content="width=device-width, initial-scale=1" />
<base href="https://www.namesilo.com/parking/t/5/">
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.viewport.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>

<script type="text/javascript">

var doc = document.documentElement;
doc.setAttribute('data-useragent', navigator.userAgent);

$(window).on("load resize scroll",function(e){

    if($('#nsCredit').is(":below-the-fold")) {
        //alert('yes');
        $("#header").css("height", "auto");
    } else {
        //alert('no');
        $("#header").css("height", "100vh");
    }

});

</script>

<link rel="stylesheet" type="text/css" href="assets/css/font-awesome.min.css">

<style type="text/css">

/* Reset */

	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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	body {
		-webkit-text-size-adjust: none;
	}

/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: scrollbar;
	}

	@media screen and (max-width: 360px) {

		html, body {
			min-width: 320px;
		}

	}

	body {
		background: #010101;
	}

	body.is-loading *, body.is-loading *:before, body.is-loading *:after {
		-moz-animation: none !important;
		-webkit-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
		-moz-transition: none !important;
		-webkit-transition: none !important;
		-ms-transition: none !important;
		transition: none !important;
	}

/* Type */

	html {
		font-size: 16pt;
        color: #ffffff;
	}

    #nsCredit {
        font-size:9pt;
        margin-top:50px;
    }

    .payPlanText {
        font-size:10pt;
    }

		@media screen and (max-width: 1680px) {

			html {
				font-size: 13pt;
			}

		}

		@media screen and (max-width: 1280px) {

			html {
				font-size: 12pt;
			}

		}

		@media screen and (max-width: 360px) {

			html {
				font-size: 11pt;
			}

		}

	body {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		line-height: 1.5em;
		letter-spacing: -0.015em;
	}

	a {
		-moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		text-decoration: none;
		border-bottom: dotted 1px;
	}

	a:hover {
		border-bottom-color: transparent !important;
	}

	p {
		margin: 0 0 2em 0;
	}

	h1 {
		font-weight: normal;
		line-height: 1em;
		margin: 0 0 1em 0;
		letter-spacing: -0.0125em;
	}

    h2 {
        font-size:1.5em;
		font-weight: normal;
		line-height: 1em;
		margin: 0 0 1em 0;
		letter-spacing: -0.0125em;
        font-style:italic;
	}

/* Button */

	button, .button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		border-radius: 6px;
		border: 0;
		cursor: pointer;
		display: inline-block;
		font-weight: bold;
		height: 2.85em;
		line-height: 2.95em;
		padding: 0 1.75em;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
	}

		button.icon,
		.button.icon {
			padding-left: 1.35em;
		}

			button.icon:before,
			.button.icon:before {
				margin-right: 0.5em;
			}

	@media screen and (max-width: 480px) and (orientation: portrait) {

		button,
		.button {
			padding: 0;
		}

	}

	button,	.button {
		background-color: transparent;
		color: #ffffff !important;
		box-shadow: inset 0 0 0 2px #ffffff;
	}

		button:hover,
		.button:hover {
			background-color: rgba(144, 144, 144, 0.075);
		}

		button:active,
		.button:active {
			background-color: rgba(144, 144, 144, 0.15);
		}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

	.icon {
		color: #ffffff;
	}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 2em 0;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top-style: solid;
				border-top-width: 1px;
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

		ul.icons {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.icons li {
				display: inline-block;
				padding: 0 1.5em 0 0;
			}

				ul.icons li:last-child {
					padding-right: 0 !important;
				}

				ul.icons li .icon:before {
					font-size: 1.75rem;
				}

			ul.icons.major li {
				padding: 0 2.5em 0 0;
			}

				ul.icons.major li .icon:before {
					font-size: 2.75rem;
				}

			@media screen and (max-width: 736px) {

				ul.icons.major li {
					padding: 0 1.25em 0 0;
				}

					ul.icons.major li .icon:before {
						font-size: 1.75rem;
					}

			}

		ul.actions {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.actions li {
				display: inline-block;
				padding: 0 1em 0 0;
				vertical-align: middle;
			}

				ul.actions li:last-child {
					padding-right: 0;
				}

	@media screen and (max-width: 480px) and (orientation: portrait) {

		ul.actions {
			margin: 0 0 2em 0;
		}

			ul.actions li {
				padding: 1em 0 0 0;
				display: block;
				text-align: center;
				width: 100%;
			}

				ul.actions li:first-child {
					padding-top: 0;
				}

				ul.actions li > * {
					width: 100%;
					margin: 0 !important;
				}

					ul.actions li > *.icon:before {
						margin-left: -2em;
					}

	}


	ul.alt > li {
		border-top-color: #e6e6e6;
	}

/* Section/Article */

	header p {
		position: relative;
		margin: 0 0 1.5em 0;
	}

		@media screen and (max-width: 736px) {

			header p br {
				display: none;
			}

		}

/* Header */

	#header {
        /*padding: 0 0 0 2.5em;*/
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		height: auto;
        display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
	}

    html[data-useragent*='MSIE 10.0'] #header {
        display: block;
    }


		#header button,	#header .button {
			background-color: transparent;
			color: #ffffff !important;
		}

			#header button:hover, #header .button:hover {
				background-color: rgba(255, 255, 255, 0.075);
			}


			#header button:active, #header .button:active {
				background-color: rgba(255, 255, 255, 0.2);
			}

		#header ul.alt > li {
			border-top-color: rgba(255, 255, 255, 0.25);
		}

		#header a {
			color: inherit;
			border-bottom-color: rgba(255, 255, 255, 0.5);
			color: #ffffff;
		}

		#header strong, #header b {
			color: #ffffff;
		}

		#header blockquote {
			border-left-color: rgba(255, 255, 255, 0.25);
		}

		#header code {
			background: rgba(255, 255, 255, 0.075);
			border-color: rgba(255, 255, 255, 0.25);
		}

		#header hr {
			border-bottom-color: rgba(255, 255, 255, 0.25);
		}

		#header h1 {
			font-size: 3.25em;
			font-weight: bold;
			margin-bottom: 0.5em;
		}

		#header p {
			font-size: 1.5em;
			line-height: 1.35em;
		}

			#header p br {
				display: inline;
			}

		#header .content {
			-moz-transition: opacity 0.5s ease, -moz-transform 1s ease;
			-webkit-transition: opacity 0.5s ease, -webkit-transform 1s ease;
			-ms-transition: opacity 0.5s ease, -ms-transform 1s ease;
			transition: opacity 0.5s ease, transform 1s ease;
			-moz-transform: translateX(0);
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
			opacity: 1;
			text-align: right;
			margin: 0 4em 0 0;
		}

		#header .content > :last-child {
			margin-bottom: 0;
		}

		@media screen and (max-width: 980px) {

			#header {
                /*display:none;*/
				min-height: 0;
                font-size:11pt;
			}

			#header .content {
				margin: 0em 4em 0 0;
			}

		}

		@media screen and (max-width: 980px) and (orientation: portrait) {

			#header {
                /*display:none;*/
				padding: 6em 3em 4em 3em ;
				-moz-flex-direction: column-reverse;
				-webkit-flex-direction: column-reverse;
				-ms-flex-direction: column-reverse;
				flex-direction: column-reverse;
			}

			#header .content {
				display: block;
				width: 100%;
				text-align: center;
				margin: 0 0 2em 0;
			}

		}

		@media screen and (max-width: 736px) {

            #header {
                /*display:none;*/
            }

			#header h1 {
				font-size: 2em;
			}

			#header p {
				font-size: 1em;
				line-height: inherit;
			}

		}

		@media screen and (max-width: 736px) and (orientation: landscape) {

			#header {
				padding: 2em 2em 0.1em 2em;
                /*display:none;*/
			}

			#header .content {
				margin: 0 2em 2em 0;
			}

		}

		@media screen and (max-width: 736px) and (orientation: portrait) {

			#header {
                /*display:none;*/
				padding: 3em 1.5em 1em 1.5em;
			}

		}

	@media screen and (max-width: 480px) and (orientation: landscape) {

		#header {
            /*display:none;*/
			padding: 2em 1.5em 0.1em 1.5em;
		}

		#header .actions {
			font-size: 0.8em;
		}

	}

	@media screen and (max-width: 480px) and (orientation: portrait) {

		#header {
            /*display:none;*/
			padding: 2em 1em 0.1em 1em;
		}

	}

	body.is-mobile #header {
		background-attachment: scroll, scroll;
	}

	body.is-loading #header .content {
		-moz-transform: translateX(2em);
		-webkit-transform: translateX(2em);
		-ms-transform: translateX(2em);
		transform: translateX(2em);
		opacity: 0;
	}

	@media screen and (max-width: 980px) and (orientation: portrait) {

		body.is-loading #header .content {
			-moz-transform: none;
			-webkit-transform: none;
			-ms-transform: none;
			transform: none;
			opacity: 1;
		}

	}

</style>

	<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
	<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->

	</head>
	<body id="top">

		<!-- Header -->
			<header id="header">
				<div class="content">
					<h1>ibmf1.com is for sale!</h1>
                    <ul class="actions">
                        
                                                    <li><a href="https://www.namesilo.com/cart.php?marketplace_id=ZmRmAGZkZmtmZwZ3ZmRmAj==o61n54n91nns29o4onn8852o51o047o2&wsmb=1" class="button icon fa-shopping-cart scrolly">Buy now  for $1,999</a></li>
                        
                                                    <li><a href="https://www.namesilo.com/OfferCounter?auction=ZmRmAGZkZmtmZwZ3ZmRmAj==o61n54n91nns29o4onn8852o51o047o2" class="button icon fa-info scrolly">Purchase Options</a></li>
                        
					</ul>
					<p>
                                                                                <div id="nsCredit" class="icon fa-shield"> Sold securely via NameSilo</div>
<br />
	<a href="https://www.namesilo.com/" target="_blank">Search & Register Domains Names at NameSilo</a>
				</div>
			</header>

<script async src="https://www.googletagmanager.com/gtag/js?id=G-7Y6BYL2MM7"></script>
<script>
    window.dataLayer = window.dataLayer || [];
    function gtag(){dataLayer.push(arguments);}
    gtag('js', new Date());
    gtag('config', 'G-7Y6BYL2MM7');
</script>


	</body>
</html>
                               

Whois info of domain

Domain Name: IBMF1.COM
Registry Domain ID: 2932532469_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.namesilo.com
Registrar URL: http://www.namesilo.com
Updated Date: 2024-11-08T12:47:26Z
Creation Date: 2024-11-08T12:47:25Z
Registry Expiry Date: 2025-11-08T12:47:25Z
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-04-30T10:16:37Z <<<
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