Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - tl2m.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Tue, 20 May 2025 11:06:26 GMT
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.6.36
Last-Modified: Wed, 30 Apr 2025 14:42:31 GMT
ETag: "1ddc-633ffed4a23c0"
Accept-Ranges: bytes
Content-Length: 7644
Content-Type: text/html; charset=UTF-8

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: tl2m.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<!-- Template Name: Clip-One - Responsive Admin Template build with Twitter Bootstrap 3.x Version: 1.3 Author: ClipTheme -->
<!--[if IE 8]><html class="ie8 no-js" lang="en"><![endif]-->
<!--[if IE 9]><html class="ie9 no-js" lang="en"><![endif]-->
<!--[if !IE]><!-->
<html lang="en" class="no-js">
	<!--<![endif]-->
	<!-- start: HEAD -->
	<head>
		<title>tl2m.com - 维护中</title>
		<!-- start: META -->
		<meta charset="utf-8" />
		<!--[if IE]><meta http-equiv='X-UA-Compatible' content="IE=edge,IE=9,IE=8,chrome=1" /><![endif]-->
		<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
		<meta name="apple-mobile-web-app-capable" content="yes">
		<meta name="apple-mobile-web-app-status-bar-style" content="black">
		<meta content="" name="description" />
		<meta content="" name="author" />
		<!-- end: META -->
		<!-- start: MAIN CSS -->
		<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
		<link rel="stylesheet" href="assets/plugins/font-awesome/css/font-awesome.min.css">
		<link rel="stylesheet" href="assets/fonts/style.css">
		<link rel="stylesheet" href="assets/css/main.css">
		<link rel="stylesheet" href="assets/css/main-responsive.css">
		<link rel="stylesheet" href="assets/plugins/iCheck/skins/all.css">
		<link rel="stylesheet" href="assets/plugins/bootstrap-colorpalette/css/bootstrap-colorpalette.css">
		<link rel="stylesheet" href="assets/plugins/perfect-scrollbar/src/perfect-scrollbar.css">
		<link rel="stylesheet" href="assets/css/theme_light.css" type="text/css" id="skin_color">
		<link rel="stylesheet" href="assets/css/print.css" type="text/css" media="print"/>
		<!--[if IE 7]>
		<link rel="stylesheet" href="assets/plugins/font-awesome/css/font-awesome-ie7.min.css">
		<![endif]-->
		<!-- end: MAIN CSS -->
		<!-- start: CSS REQUIRED FOR THIS PAGE ONLY -->
		<!-- end: CSS REQUIRED FOR THIS PAGE ONLY -->
		<link rel="shortcut icon" href="favicon.ico" />
	</head>
	<!-- end: HEAD -->
	<!-- start: BODY -->
	<body class="coming-soon">
		<!-- start: PAGE -->
		<div class="timer-area">
			<h1>系统维护中... </h1>
			<h1><small>预计恢复时间</small> </h1>

			<ul id="countdown">
				<li>
					<span class="days">00</span>
					<p class="timeRefDays">
						days
					</p>
				</li>
				<li>
					<span class="hours">00</span>
					<p class="timeRefHours">
						hours
					</p>
				</li>
				<li>
					<span class="minutes">00</span>
					<p class="timeRefMinutes">
						minutes
					</p>
				</li>
				<li>
					<span class="seconds">00</span>
					<p class="timeRefSeconds">
						seconds
					</p>
				</li>
			</ul>
		</div>
		<div class="container">
			<h2>我们正在努力工作,为了使此站点变得更好!</h2>
		</div>
		<div class="copyright">
			2025 &copy; tl2m.com by skyblue.
		</div>
		<!-- end: PAGE -->
		<!-- start: MAIN JAVASCRIPTS -->
		<!--[if lt IE 9]>
		<script src="assets/plugins/respond.min.js"></script>
		<script src="assets/plugins/excanvas.min.js"></script>
		<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
		<![endif]-->
		<!--[if gte IE 9]><!-->
		<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
		<!--<![endif]-->
		<script src="assets/plugins/jquery-ui/jquery-ui-1.10.2.custom.min.js"></script>
		<script src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
		<script src="assets/plugins/bootstrap-hover-dropdown/bootstrap-hover-dropdown.min.js"></script>
		<script src="assets/plugins/blockUI/jquery.blockUI.js"></script>
		<script src="assets/plugins/iCheck/jquery.icheck.min.js"></script>
		<script src="assets/plugins/perfect-scrollbar/src/jquery.mousewheel.js"></script>
		<script src="assets/plugins/perfect-scrollbar/src/perfect-scrollbar.js"></script>
		<script src="assets/plugins/less/less-1.5.0.min.js"></script>
		<script src="assets/plugins/jquery-cookie/jquery.cookie.js"></script>
		<script src="assets/plugins/bootstrap-colorpalette/js/bootstrap-colorpalette.js"></script>
		<script src="assets/js/main.js"></script>
		<!-- end: MAIN JAVASCRIPTS -->
		<!-- start: JAVASCRIPTS REQUIRED FOR THIS PAGE ONLY -->
		<script>
			var ComingSoon = function () {
			//function to initiate Countdown
			var runComingSoon = function () {
				$("#countdown").countdown({
					date: "01 May 2025 03:00:00",
					format: "on"
				}, function () {
					// callback function
				});
			};
			return {
				//main function to initiate template pages
				init: function () {
					runComingSoon();
				}
			};
		}();
		//Countdown plugin
		(function ($) {
			$.fn.countdown = function (options, callback) {
				//custom 'this' selector
				thisEl = $(this);
				//array of custom settings
				var settings = {
					'date': null,
					'format': null
				};
				//append the settings array to options
				if (options) {
					$.extend(settings, options);
				}
				//main countdown function
				function countdown_proc() {
					eventDate = Date.parse(settings['date']) / 1000;
					currentDate = Math.floor($.now() / 1000);
					if (eventDate <= currentDate) {
						callback.call(this);
						clearInterval(interval);
					}
					seconds = eventDate - currentDate;
					days = Math.floor(seconds / (60 * 60 * 24));
					//calculate the number of days
					seconds -= days * 60 * 60 * 24;
					//update the seconds variable with no. of days removed
					hours = Math.floor(seconds / (60 * 60));
					seconds -= hours * 60 * 60;
					//update the seconds variable with no. of hours removed
					minutes = Math.floor(seconds / 60);
					seconds -= minutes * 60;
					//update the seconds variable with no. of minutes removed
					//conditional Ss
					if (days == 1) {
						thisEl.find(".timeRefDays").text("day");
					} else {
						thisEl.find(".timeRefDays").text("days");
					}
					if (hours == 1) {
						thisEl.find(".timeRefHours").text("hour");
					} else {
						thisEl.find(".timeRefHours").text("hours");
					}
					if (minutes == 1) {
						thisEl.find(".timeRefMinutes").text("minute");
					} else {
						thisEl.find(".timeRefMinutes").text("minutes");
					}
					if (seconds == 1) {
						thisEl.find(".timeRefSeconds").text("second");
					} else {
						thisEl.find(".timeRefSeconds").text("seconds");
					}
					//logic for the two_digits ON setting
					if (settings['format'] == "on") {
						days = (String(days).length >= 2) ? days : "0" + days;
						hours = (String(hours).length >= 2) ? hours : "0" + hours;
						minutes = (String(minutes).length >= 2) ? minutes : "0" + minutes;
						seconds = (String(seconds).length >= 2) ? seconds : "0" + seconds;
					}
					//update the countdown's html values.
					if (!isNaN(eventDate)) {
						thisEl.find(".days").text(days);
						thisEl.find(".hours").text(hours);
						thisEl.find(".minutes").text(minutes);
						thisEl.find(".seconds").text(seconds);
					} else {
						alert("Invalid date. Here's an example: 12 Tuesday 2012 17:30:00");
						clearInterval(interval);
					}
				}
				//run the function
				countdown_proc();
				//loop the function
				interval = setInterval(countdown_proc, 1000);
			};
		})(jQuery);
				</script>
		<!-- end: JAVASCRIPTS REQUIRED FOR THIS PAGE ONLY -->
		<script>


			jQuery(document).ready(function() {
				Main.init();
				ComingSoon.init();
			});
		</script>
	</body>
	<!-- end: BODY -->
</html>                               

Whois info of domain

Domain Name: TL2M.COM
Registry Domain ID: 2115137125_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2025-04-29T08:04:46Z
Creation Date: 2017-04-17T09:19:20Z
Registry Expiry Date: 2026-04-17T09:19:20Z
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: ANNALISE.NS.CLOUDFLARE.COM
Name Server: ETHAN.NS.CLOUDFLARE.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-20T11:06:06Z <<<
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