Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - lucrs.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://www.lucrs.com/
X-GitHub-Request-Id: 7C26:30C75C:952976:967654:6813C296
Accept-Ranges: bytes
Age: 0
Date: Thu, 01 May 2025 18:51:04 GMT
Via: 1.1 varnish
X-Served-By: cache-hel1410021-HEL
X-Cache: MISS
X-Cache-Hits: 0
X-Timer: S1746125464.262098,VS0,VE134
Vary: Accept-Encoding
X-Fastly-Request-ID: b0af579ff2e59693acbe41e2d52edfedb49c9eb8

HTTP Code 301 Moved Permanently

301 response 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://www.lucrs.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: 3462
Server: GitHub.com
Content-Type: text/html; charset=utf-8
Last-Modified: Thu, 19 Aug 2021 11:30:04 GMT
Access-Control-Allow-Origin: *
ETag: "611e40bc-d86"
expires: Thu, 01 May 2025 19:01:04 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
X-GitHub-Request-Id: 3815:2FCF38:175B54A:178D766:6813C296
Accept-Ranges: bytes
Age: 0
Date: Thu, 01 May 2025 18:51:04 GMT
Via: 1.1 varnish
X-Served-By: cache-hel1410026-HEL
X-Cache: MISS
X-Cache-Hits: 0
X-Timer: S1746125465.542643,VS0,VE140
Vary: Accept-Encoding
X-Fastly-Request-ID: c5c739b841ab963624a81ccdb747e58daf4fa59b

HTTP Code 200 OK

200 response 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: lucrs.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>
	<title>_lucrs</title>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<link rel="shortcut icon" href="/assets/img/favicon.ico">
	<link href="https://fonts.googleapis.com/css?family=Merriweather:300|Montserrat" rel="stylesheet">
	<link rel="stylesheet" href="/assets/css/main.css">
	<!-- Global site tag (gtag.js) - Google Analytics -->
	<script async src="https://www.googletagmanager.com/gtag/js?id=UA-72512058-1"></script>
	<script>
	  window.dataLayer = window.dataLayer || [];
	  function gtag(){dataLayer.push(arguments);}
	  gtag('js', new Date());

	  gtag('config', 'UA-72512058-1');
	</script>
</head>

<body class="home">


<div class="header reveal">
	<div class="logo">
		<a href="/">
			_lucrs
		</a>
	</div>
	<div class="main-nav">
		<ul class="menu-items">
			<li><a href="/#work">Work</a></li>
			<li><a href="/#about">Get in touch</a></li>
		</ul>
	</div>
</div>

	
	<section class="white-bg">
		<div class="content intro reveal">
			<h3>Hey, what's up. I'm Cris :)</h3>
			<h2>Product Designer at QuintoAndar</h2>
			<p>Currently based in São Paulo, Brazil, with 8+ years of experience in solving problems by crafting and coding creative digital experiences.</p>
			<a class="inline-link" href="/#work">check it out</a>
		</div>
	</section>

	<section class="accent-bg" id="work">
		<div class="content reveal">
			<h3>Featured Gigs</h3>
			<ul class="project-list">
				
					<li><a href="/projects/bestshots/" class="project-link active-item">Best Shots</a></li>
				
					<li><a href="/projects/ecommercebrasil/" class="project-link active-item">E-Commerce Brasil</a></li>
				
					<li><a href="/projects/ecommercecatalog/" class="project-link active-item">E-Commerce Catalog</a></li>
				
					<li><a href="/projects/imasters/" class="project-link active-item">iMasters</a></li>
				
					<li><a href="/projects/rosario/" class="project-link active-item">Rosario</a></li>
				
			</ul>
		</div>
	</section>

	<section class="white-bg after-accent" id="about">
		<div class="content reveal">
			<h3>A little bit about me</h3>
			<p>With a strong background in design and more than a little interest in coding, I love cracking real problems, designing modern and useful interfaces, and trying to do things that I don't know how (yet).</p>
			<p>you can call me at <strong>+55 (11) 9 7319-1843</strong><br>
			or send me a head’s up at <strong>[email protected]</strong></p>
			<div class="social-links">
				<a class="inline-link" href="/resume.pdf" target="_blank">resume</a>
				<a class="inline-link" href="https://www.instagram.com/lucristianos/" target="_blank">instagram</a>
				<a class="inline-link" href="https://www.linkedin.com/in/cristiano-lu%C3%ADs-3682158b/" target="_blank">linkedin</a>
			</div>
		</div>
	</section>

	
	
	<section class="footer">
		<p>this handsome website was crafted & coded with <strong class="love">❤</strong> by me </p><div class="tools">Actually, I used Jekyll, SASS & Github Pages. And love.</div>
	</section>

	<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
  	<script src="https://unpkg.com/scrollreveal/dist/scrollreveal.min.js"></script>
  	<script src="/assets/js/smooth-scroll.min.js"></script>
  	<script src="/assets/js/functions.js" type="text/javascript"></script>
</body>
</html>

                               

Whois info of domain

Domain Name: LUCRS.COM
Registry Domain ID: 1994479686_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2025-01-15T11:40:30Z
Creation Date: 2016-01-15T00:24:18Z
Registry Expiry Date: 2026-01-15T00:24:18Z
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: NS09.DOMAINCONTROL.COM
Name Server: NS10.DOMAINCONTROL.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-01T18:50:50Z <<<
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