Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - myt2p.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 22:00:21 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
X-Redirect-By: WordPress
Location: https://myt2p.com/
Cache-Control: max-age=7200
Expires: Fri, 02 May 2025 00:00:19 GMT
host-header: c2hhcmVkLmJsdWVob3N0LmNvbQ==
X-Newfold-Cache-Level: 2
X-Endurance-Cache-Level: 2
X-nginx-cache: WordPress
CF-Cache-Status: EXPIRED
Set-Cookie: __cf_bm=KNVhLvZzddbIXV4uzoHBV3QO54JjxCm.Z29E2HLTedM-1746136821-1.0.1.1-yHHzzyDgBsINYmR7zHJL2YwcSNqu09FBaiuuBrN9_48Qxnz0gu1NaEAElNgpAvEAsjSrFEwYnLrtFY2WESxyJMZfJBuLB1W2IRV5PEjOHxI; path=/; expires=Thu, 01-May-25 22:30:21 GMT; domain=.myt2p.com; HttpOnly
Set-Cookie: _cfuvid=HSL8ofLWv5knc6_OlDonS2TmAh56ZTK9IRGP4bWI.qo-1746136821224-0.0.1.1-604800000; path=/; domain=.myt2p.com; HttpOnly
Server: cloudflare
CF-RAY: 93928d111a7570fc-HEL

HTTP Code 301 Moved Permanently

301 status code 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://myt2p.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 22:00:21 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Cache-Control: no-store, no-cache, must-revalidate
Cache-Control: max-age=7200
Expires: Fri, 02 May 2025 00:00:21 GMT
Vary: Accept-Encoding
host-header: c2hhcmVkLmJsdWVob3N0LmNvbQ==
X-Newfold-Cache-Level: 2
X-Endurance-Cache-Level: 2
X-nginx-cache: WordPress
Last-Modified: Thu, 01 May 2025 22:00:21 GMT
CF-Cache-Status: MISS
Set-Cookie: __cf_bm=MFSHbUVwVsntvtd_rL500HZJCqWRAiSqacCM7rem150-1746136821-1.0.1.1-ac2BHDzJb8B3AkhBXxSJgwk9N3wEfnEO1qyIl6r5uPbZy706N_TriVHBLj8q6DxJWO1TBFltWKSlnGaECzrAOAQdG5nRwe3UD277B_0mBkM; path=/; expires=Thu, 01-May-25 22:30:21 GMT; domain=.myt2p.com; HttpOnly; Secure; SameSite=None
Set-Cookie: _cfuvid=hJ7ariF.TKqEv7Gvae0cwXG1KCdnTUJhpp33_sQqNu0-1746136821750-0.0.1.1-604800000; path=/; domain=.myt2p.com; HttpOnly; Secure; SameSite=None
Server: cloudflare
CF-RAY: 93928d1d0c70d947-HEL

HTTP Code 200 OK

200 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: myt2p.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>My T2P &mdash; Coming Soon</title>
		<script src="https://myt2p.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://myt2p.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>
							</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://myt2p.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>
	<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'93928d1d0c70d947',t:'MTc0NjEzNjgyMS4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
</html>
                               

Whois info of domain

Domain Name: MYT2P.COM
Registry Domain ID: 2955603227_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.networksolutions.com
Registrar URL: http://networksolutions.com
Updated Date: 2025-02-01T19:08:24Z
Creation Date: 2025-02-01T19:08:24Z
Registry Expiry Date: 2026-02-01T19:08:24Z
Registrar: Network Solutions, LLC
Registrar IANA ID: 2
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.8777228662
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
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-01T22:00:00Z <<<
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