Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - t2fu.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Connection: keep-alive
Content-Length: 162
Server: GitHub.com
Content-Type: text/html
Location: https://t2fu.com/
X-GitHub-Request-Id: 768C:13A468:11A038D:11C9207:681AD2BB
Accept-Ranges: bytes
Age: 0
Date: Wed, 07 May 2025 03:25:48 GMT
Via: 1.1 varnish
X-Served-By: cache-hel1410031-HEL
X-Cache: MISS
X-Cache-Hits: 0
X-Timer: S1746588348.907747,VS0,VE132
Vary: Accept-Encoding
X-Fastly-Request-ID: 8f8c94bcdf2b51dd5f3b1468d7700af88f506e0f

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 - https://t2fu.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Connection: keep-alive
Content-Length: 7797
Server: GitHub.com
Content-Type: text/html; charset=utf-8
Last-Modified: Mon, 06 Apr 2020 03:23:13 GMT
Access-Control-Allow-Origin: *
ETag: "5e8aa0a1-1e75"
expires: Wed, 07 May 2025 03:35:48 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
X-GitHub-Request-Id: 71B8:147997:11AE36F:11D72D2:681AD2BB
Accept-Ranges: bytes
Age: 0
Date: Wed, 07 May 2025 03:25:48 GMT
Via: 1.1 varnish
X-Served-By: cache-hel1410026-HEL
X-Cache: MISS
X-Cache-Hits: 0
X-Timer: S1746588348.070189,VS0,VE134
Vary: Accept-Encoding
X-Fastly-Request-ID: 826d04c801957306a8723ca0bb1a7997ffc56b54

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: t2fu.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="en">
<head>
  <link rel="stylesheet" type="text/css" href="main.css" />
  <script src="https://kit.fontawesome.com/26517c8f06.js" crossorigin="anonymous"></script>
   <base target="_blank">
<title>T's Website</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
* {
  box-sizing: border-box;
}
html{
  height: 100%;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  height: 100%;
}
#container{
    min-height: 100%;
}
#main{
    overflow: auto;
    padding-bottom: 100px;
}
header {
  padding: 25px;
  padding-top:33vh;
  padding-bottom:35vh;
  text-align: left;
  font-size: 35px;
  color: white;
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradientBG 15s ease infinite;
}


@keyframes gradientBG {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.navbar {
  width: 100%;
  background-color: #555;
  overflow: auto;
}
.navbar a {
  float: left;
  padding: 12px;
  color: white;
  text-decoration: none;
  font-size: 17px;
}
.navbar a:hover {
  background-color: #FA3455;
}
.active {
  background-color: #4CAF50;
}
article {
  float: left;
  
  width: 100%;
  background-color: #FFFFFF;
}
/* Clear floats after the columns */
section:after {
  content: "";
  display: table;
  clear: both;
}
  
page-container {
  position: relative;
  min-height: 100vh;
}
content-wrap {
  padding-bottom: 2.5 rem;/* Footer height */
}
#footer {
  position: relative;
  height: 150px;
  margin-top: -100px;
  width: 100%;
  background-color: #333333;
  text-align: center;
  padding: 40px;
  clear:both;
}
  
.fa-facebook:hover {
    opacity: 0.7;
}
.fa-facebook {
  color: #3B5998;
}
.fa-snapchat:hover {
    opacity: 0.7;
}
.fa-snapchat{
  color: #fffc00;
}
.fa-github:hover {
    opacity: 0.7;
}
.fa-github{
  color: white;
}
.fa-linkedin:hover {
    opacity: 0.7;
}
.fa-linkedin {
  color: #007bb5;
}
/* Responsive layout*/
@media (max-width: 600px) {
  nav, article {
    width: 100%;
    height: auto;
  }
}
 table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
   }
    td, th {
     border: 1px solid #dddddd;
     text-align: left;
     padding: 8px;
   }
    tr:nth-child(even) {
     background-color: #dddddd;
   }
   
 .collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  font-family:"Lucida Console";
}
 .collapsible:hover {
  background-color: #666;
}
.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
  font-family:"Arial";
}
   
</style>
</head>
<body style="margin:0;">
<div id="container">
<div id="main">
<header>
  <h2 style = "font-family:Times New Roman">Welcome to T's Web</h2>
  <h6 style = "font-family:Courier New"><i class="fa fa-fw fa-angle-double-down"></i>Scroll down to start<i class="fa fa-fw fa-angle-double-down"></i></h6>
</header>

<div class="navbar">
  <a class="active" target="_self" href="#"><i class="fa fa-fw fa-home"></i> Home</a> 
  <a target="_self" href="sub1.html"><i class="fa fa-fw fa-file"></i> Resume</a>
  <a target="_self" href="sub2.html"><i class="fa fa-fw fa-phone"></i> Contact</a>
  <a target="_self" href="sub3.html"><i class="fa fa-fw fa-calculator"></i> Grant Calculator</a>
</div>

<section>
  <article>
   <button type="button" class="collapsible"><i class="fa fa-fw fa-book-open"></i> Press here to learn my story <i class="fa fa-fw fa-angle-down"></i></button>
    <div class="content">
    <p>My name is Tiancheng Fu. I am currently a undergraduate Computer Science student in UC San Diego. My interest in computer science extends all the way back to my childhood. I had my first touch on the computer when I am 4 years old and I started to program when I am 13 years old. Since the moment I have my hand on a computer I have been believing that the computer is the machinery that will bring all humans' dreams into reality with its unlimited processing power. Throughout history, great programmers such as Bill Gates and John Carmack have created great inventions that changed human history forever. I have little intention about money, but I wish to use what I have learned to change the world with revolutionary software.</p>
   </div>
   
   <button type="button" class="collapsible"><i class="fa fa-fw fa-desktop"></i> During my Internship <i class="fa fa-fw fa-angle-down"></i></button></button>
<div class="content">
       <p>I am the Website and Communication intern in the UCSC Financial Aid and Scholarship Office (FASO) during my sophomore year. Throughout my academic career, I feel the majority of my classes lack applicability. My internship gives me a chance to apply what I have learned in my classes into real-life application. Beside of my academic interest in my internship, the scholarship provides by the internship is a great way to help me to pay for my university spendings.</p>
    
<p>As a Website and Communication intern, my main project is the Website Accessibility Develop. The amount of incoming student in UCSC  has been increasing in the past few years, but the state of California has been continually decreasing its funding to the University of California System. The increasing need for financial assistance often causes long waiting time for FASO support. My project is targeting to improve existing FASO websites and add new websites to help UCSC students understand the amount of financial aid they can receive without showing up to FASO in-person.</p>

<p>The project uses the existing FASO websites as basic platforms and expands them beyond their current areas. The project implication includes adding new content and fixing broken links on the existing website as the support component of the project. The main website development focuses on student support websites and faculty support websites. The website developments involve heavily with web-develop skills and teamwork skills since I am requiring to obtain accurate information from other staffs in FASO in order to create website contents.</p>

<p>In conclusion, I believe the experience I have gained during my internship will greatly help me in both my future academic careers and programming careers.</p>
</div>

<button type="button" class="collapsible"><i class="fa fa-fw fa-rocket"></i> Future <i class="fa fa-fw fa-angle-down"></i></button></button>
<div class="content">
  <p>I believe the potential of computer is unlimited, just like any dreamer. In the future, I want to dedicate myself into the development of softwares and websites. I know with my dedication, I will achieve success.</p>
</div>

<script>
var coll = document.getElementsByClassName("collapsible");
var i;
for (i = 0; i < coll.length; i++) {
  coll[i].addEventListener("click", function() {
    this.classList.toggle("active");
    var content = this.nextElementSibling;
    if (content.style.display === "block") {
      content.style.display = "none";
    } else {
      content.style.display = "block";
    }
  });
}
</script>

  </article>
</section>
</div>
</div>
<footer id="footer">
  <a target="_self" href="https://www.facebook.com/profile.php?id=100007079986448"><i class="fab fa-facebook fa-5x fa-fw fa-fw fa-fw fa-fw"></i></a>
  <a target="_self" href="https://snapchat.com/add/tianxdfu"><i class="fab fa-snapchat fa-5x fa-fw fa-fw"></i></a>
  <a target="_self" href="https://github.com/t2fu"><i class="fab fa-github fa-5x fa-fw fa-fw"></i></a>
  <a target="_self" href="https://www.linkedin.com/in/tiancheng-fu-b67194156"><i class="fab fa-linkedin fa-5x fa-fw"></i></a>
</footer>
</body>
</html>
                               

Whois info of domain

Domain Name: T2FU.COM
Registry Domain ID: 2474245052_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.squarespace.domains
Registrar URL: http://domains2.squarespace.com
Updated Date: 2024-12-16T20:35:11Z
Creation Date: 2019-12-31T17:32:33Z
Registry Expiry Date: 2025-12-31T17:32:33Z
Registrar: Squarespace Domains II LLC
Registrar IANA ID: 895
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.6466935324
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS-CLOUD-B1.GOOGLEDOMAINS.COM
Name Server: NS-CLOUD-B2.GOOGLEDOMAINS.COM
Name Server: NS-CLOUD-B3.GOOGLEDOMAINS.COM
Name Server: NS-CLOUD-B4.GOOGLEDOMAINS.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-07T03:25:40Z <<<
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