Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - idh.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Thu, 01 May 2025 08:14:56 GMT
Server: Apache
Location: https://idh.com/
Content-Length: 224
Content-Type: text/html; charset=iso-8859-1

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 - https://idh.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Thu, 01 May 2025 08:15:00 GMT
Server: nginx/1.25.5
Content-Type: text/html; charset=UTF-8
Vary: accept,content-type,Accept-Encoding
Cache-Control: no-store, no-cache, must-revalidate
Cache-Control: max-age=7200
Expires: Thu, 01 May 2025 10:14:56 GMT
host-header: c2hhcmVkLmJsdWVob3N0LmNvbQ==
X-Endurance-Cache-Level: 2
X-nginx-cache: WordPress
X-Server-Cache: true
X-Proxy-Cache: MISS
Transfer-Encoding: chunked

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: idh.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="en-US">
	<head>
		<meta name="viewport" content="width=device-width">
		<meta name="robots" content="noindex, nofollow" />
		<title>Interactive Design House, Inc. &mdash; Coming Soon</title>
		<script src="https://idh.com/wp-includes/js/jquery/jquery.js"></script>
		<style type="text/css">* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    background-color: white;
    color: black;
    overflow-x: hidden;
    margin: 0;
}

#wrap {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 100vh;
}

.content {
    flex: 1;
    margin: auto 5%;
    padding: 0;
    text-align: center;
    max-width: 420px;
}

footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
}

footer p {
    text-align: center;
}

.btn {
    background: black;
    background-image: none;
    border: 1px solid black;
    box-shadow: none;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 10px;
    padding: 6px 30px;
    text-align: center;
    text-decoration: none;
    touch-action: manipulation;
    transition: all 0.2s ease;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.status-message {
    display: none;
}</style>
					<link rel="stylesheet" href="https://idh.com/wp-content/plugins/bluehost-wordpress-plugin/assets/styles/coming-soon.css?v=4.3.2" />
			</head>
	<body>
		<div id="wrap">
			<main class="content">
								<div class="subscription_widget">
					<h1>Coming Soon!</h1>
					<h2>A New WordPress Site</h2>
											<p class="comingsoon_links"><a href="https://www.bluehost.com/blog/how-to-create-a-website-guide/" target="_blank" rel="noopener noreferrer nofollow">How to Build a Website: A Practical Guide to WordPress on Bluehost</a><br /><a href="https://www.bluehost.com/blog/how-to-migrate-a-wordpress-website-to-a-new-server/" target="_blank" rel="noopener noreferrer nofollow">How to Migrate a Website to Bluehost?</a><br /><a href="https://www.bluehost.com/hosting/shared" target="_blank" rel="noopener noreferrer nofollow">Why choose Bluehost for your WordPress site?</a><br /></p>
																					<div id="subscribe-text">
							<p>Be the first to know when we launch, enter your email address and we will let you know when we go live and any future website updates we have.</p>
						</div>
						<div id="success" class="status-message">
							Thank you, please check your email to confirm your subscription.						</div>
						<div id="error-active" class="status-message">
							Your email address is already subscribed to this website. Stay tuned to your inbox for our updates or try a different email address.						</div>
						<div id="error-invalid" class="status-message">
							There was an error with your submission and you were not subscribed. Please try again with a valid email address.						</div>
						<form action="" method="post" accept-charset="utf-8" id="subscribe">
							<input type="hidden" name="action" value="newfold_coming_soon_subscribe">
							<input type="hidden" id="newfold-nonce-coming-soon-subscribe" name="newfold-nonce-coming-soon-subscribe" value="7700d5a333" /><input type="hidden" name="_wp_http_referer" value="/" />							<span class="inputs email" id="subscribe-email">
								<label id="subscribe-label" for="subscribe-field">
									Email								</label>
								<input
									type="email"
									name="email"
									required="required"
									value=""
									id="subscribe-field"
									placeholder="Enter your email address"
								>
							</span>
							<span class="inputs submit" id="subscribe-submit">
								<input class="btn" type="submit" value="Subscribe" name="subscriptions_widget">
							</span>
						</form>
						<script>
							var ajaxscript = { 
								ajax_url: 'https://idh.com/wp-admin/admin-ajax.php'
							};
							jQuery(document).ready(function ($) {

    $('#subscribe-submit input').click(function (e) {
        e.preventDefault();

        $('#success').hide();
        $('#error').hide();

        var email = $('#subscribe-field').val();
        var nonce = $('#newfold-nonce-coming-soon-subscribe').val();

        $.ajax({
            type: 'POST',
            url: window.ajaxscript.ajax_url,
            data: {
                'action': 'newfold_coming_soon_subscribe',
                'email': email,
                'nonce': nonce
            },
            success: function (response) {
                var status = response.status;
                if (status == 'success') {
                    $('#success').show();
                } else if (status == 'active') {
                    $('#error-active').show();
                } else if (status == 'invalid_email') {
                    $('#error-invalid').show();
                } else {
                    $('#error-invalid').show();
                }
            },
        });
    });

});						</script>
									</div>
							</main>
		</div>
		<footer>
			<p class="text-center">
				A <a href="https://bluehost.com?utm_source=coming-soon-template&#038;utm_medium=bluehost_plugin" target="_blank" rel="noopener noreferrer nofollow">Bluehost</a> powered website. Is this your website? Log in to <a href="https://idh.com/wp-login.php">WordPress</a> or <a href="https://my.bluehost.com/web-hosting/cplogin" target="_blank" rel="noopener noreferrer nofollow">Bluehost</a>.&nbsp;			</p>
		</footer>
	</body>
</html>
                               

Whois info of domain

Domain Name: IDH.COM
Registry Domain ID: 961117_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2025-04-22T16:43:22Z
Creation Date: 1996-01-24T05:00:00Z
Registry Expiry Date: 2035-01-25T05:00:00Z
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: NS1.BLUEHOST.COM
Name Server: NS2.BLUEHOST.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-01T08:14:42Z <<<
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