Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - tfceu.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Accept-Ranges: bytes
Access-Control-Allow-Headers: Wow-Utm-Values,Referrer-Absolute,Form-Source
Access-Control-Allow-Origin: *
Age: 13885
Cad-Forwarded-For: 135.181.60.100
Content-Length: 146
Content-Type: text/html; charset=UTF-8
Date: Tue, 20 May 2025 02:46:44 GMT
Location: http://tfceu.com/about/
Server: Caddy
Strict-Transport-Security: max-age=31536000
T-Caddyhead: 101
Vary: Accept-Encoding
X-Backend: web13
X-Cache: HIT 2 spuk-var02
X-Client-Id: 10.118.6.11
X-Client-Ip: 10.118.6.11
X-Xss-Protection: 1;mode=block

HTTP Code 301 Moved Permanently

301 Moved Permanently 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://tfceu.com/about/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Accept-Ranges: bytes
Access-Control-Allow-Headers: Wow-Utm-Values,Referrer-Absolute,Form-Source
Access-Control-Allow-Origin: *
Age: 0
Cad-Forwarded-For: 135.181.60.100
Content-Type: text/html
Date: Tue, 20 May 2025 02:46:44 GMT
Etag: "807e9385c560d91:0"
Last-Modified: Mon, 27 Mar 2023 16:02:25 GMT
Server: Caddy
Strict-Transport-Security: max-age=31536000
T-Caddyhead: 101
Vary: Accept-Encoding,Accept-Encoding
X-Backend: web13
X-Cache: MISS spuk-var02
X-Client-Id: 10.118.6.11
X-Client-Ip: 10.118.6.11
X-Xss-Protection: 1;mode=block
Transfer-Encoding: chunked

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: tfceu.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Spotler Ltd</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css" media="all">
/* RESET STYLES */
body {
	font-family: arial;
	font-size: 16px;
	line-height: 150%;
	-webkit-font-smoothing: antialiased;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto;
	margin: 0; padding:0;
}
h1 {
	font-size: 28px;
	padding: 0px;
	margin-top: 0px;
	font-family: 'Diavlo Bold', arial;
	font-weight: normal;
	color: #658d3c;
	line-height: 150%;
}
h3 {
	font-size: 24px;
	padding: 0px;
	margin-bottom: 15px;
	margin-top: 0px;
	font-family: 'Diavlo Bold', arial;
	font-weight: normal;
	color: #658d3c;
	line-height: 150%;
}
* {
	box-sizing: border-box;
}
img {
	max-width: 100%
}
ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}
li {
	margin: 20px 0px
}
li span {
	display: inline-block;
	margin-right: 20px;
	text-align: left;
	width: 130px
}
.footer {
	width: 100%;
	height: 250px;
	bottom: 0;
	position: fixed;
	background-size: cover;
	background-position: top;
}
div .reset {
	padding: 0px
}
div .resetBottom {
	padding-bottom: 0px
}
div .resetTop {
	padding-top: 0px
}
/* CONTAINERS */
#wrapper {
	padding: 30px;
	box-sizing: border-box;
}
.pref_table {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 4px;
	border: 0px solid #CCCCCC;
	background-color: rgba(255 255 255 0.2);
	color: #333;
	overflow: hidden;
	box-shadow: 0 1px 5px 1px rgba(0,0,0,0.2);
	padding: 30px;
	box-sizing: border-box;
}
.inner_form {
	width: 100%;
	padding: 20px 0px;
	display: inline-block;
	box-sizing: border-box;
}
/*------------PREFERENCE CONTAINERS------------*/
	
#logo {
	display: inline-block;
}
.loginHeader {
	float: right;
}
.border {
	border: 1px solid #e5e5e5;
	padding: 0px 15px;
}
.icon {
	color: #658d3c;
	font-size: 40px;
}
.checkCenter {
	padding: 0px 20px;
}
/*	FLEXBOX*/
.flex-grid-thirds {
	display: flex;
	justify-content: space-between;
}
.flex-grid-thirds .col {
	width: 32%;
}
.col {
	margin: 0 0 20px 0;
}
.col ul {
	text-align: center;
}
.contentHeight {
	height: 100px;
}

@media (max-width: 700px) {
.flex-grid-thirds {
	display: block;
}
.col {
	width: 100%;
}
.flex-grid-thirds .col {
	width: 100%
}
.contentHeight {
	height: auto;
}
}
/*------------SELECT ALL------------*/
#selectAll {
	float: right;
}
div.headerPanel a {
	background: #333;
	padding: 12px 20px;
	color: #ffffff;
	border: 1px solid #333;
	font-size: 14px;
	font-family: arial;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
}
div.headerPanel a:visited {
	background: #333;
	padding: 12px 20px;
	color: #ffffff;
	border: 1px solid #333;
	font-size: 14px;
	font-family: arial;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
}
div.headerPanel a:hover {
	background: #658d3c;
	border: 1px solid #658d3c;
}
button:focus {
	outline: 0 !important;
}
/*------------Input styles------------*/
input[type="text"] {
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	padding: 1.2em;
	box-sizing: border-box;
	border-color: #e5e5e5;
	width: 300px;
	height: 35px;
	color: #333;
	font-family: arial;
	font-size: 12px;
}
/*------------UNSUBSCRIBE------------*/
#unsubscribe li span {
	display: inline-block;
	margin-right: 20px;
	text-align: left;
	width: auto;
}
#unsubscribe li {
	margin: 25px 0px 0px 0px;
}

/*------------MEDIA QUERIES------------*/
@media screen and (max-width: 900px) {
.pref_table {
	width: 100%;
}
}

@media screen and (max-width: 700px) {
body {
	background-image: none;
}
.footer {
	display: none;
}
.loginHeader {
	float: left;
	margin-top: 25px;
}
.pref_table {
	width: 100%;
}
input[type="text"] {
	width: 100%;
	box-sizing: border-box;
}
#selectAll {
	float: left
}
.hide {
	display: none
}
}
</style>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
</head>
<!-- SB Landing Zone -->
<body style="zoom: 100%;">
<div id="wrapper">
  <div class="pref_table"> 
    <!--	  Header-->
    <div class="inner_form resetTop headerPanel">
      <div id="logo"><img src="Maintenance/Images/logo-spotler-177x54-1-1.jpg" alt=""> </div>
    </div>
    <!--	  Intro-->
    <div class="inner_form resetBottom">
      <div id="intro">
        <!--<h1>You have reached a Spotler website.</h1>-->
        <p>Hello! You probably found this page because you received an email from a brand using Spotler to deliver their email - you are currently visiting the domain our customer uses with our product. This domain is used by Spotler to authenticate emails, and for certain links within the email.</p>
		<p>Rest assured all is in order. Spotler is a well-established marketing platform trusted by thousands of brands to deliver email every day to people like you.</p>
		<p>We and all our customers comply with spam & data privacy laws and follow best practices. We take abuse of our services very seriously.</p>
		<p>If you have any questions about your data privacy or permission, please contact the brand who contacted you, they will be the "data controller" and ultimately responsible. We are the "data processor" who release the marketing emails to you, as per the instruction of our customer / data controller. You are free to contact us, and we can pass it on and help where we can. However, we are legally prohibited from disclosing any information our systems may have processed without our customer's explicit permission. Visit the <a href="https://ico.org.uk/" alt="">ICO</a> for more information.</p>
        <p>To contact us please do so via <a href="mailto:[email protected]">Spotler Support</a></p>
        <p>Thank you,
		<br />		
        <strong>Spotler Support</strong></p>
		<p><a href="https://spotler.co.uk/privacy-policy/" alt="">Privacy Policy</a></p>
      </div>
    </div>
  </div>
</div>
</body>
</html>                               

Whois info of domain

Domain Name: TFCEU.COM
Registry Domain ID: 2210699930_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.nominate.net
Registrar URL: http://www.nominate.com
Updated Date: 2024-12-24T09:35:02Z
Creation Date: 2018-01-09T15:50:06Z
Registry Expiry Date: 2026-01-09T15:50:06Z
Registrar: BB-Online UK Limited
Registrar IANA ID: 134
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +44.1582572148
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS1.CNCINTERNET.CO.UK
Name Server: NS3.CNCINTERNET.CO.UK
Name Server: NS4.CNCINTERNET.CO.UK
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-20T02:46:34Z <<<
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