Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - bfall.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sat, 10 May 2025 12:05:27 GMT
Server: Apache
Location: https://www.bfall.com/
Content-Length: 230
Content-Type: text/html; charset=iso-8859-1

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://www.bfall.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sat, 10 May 2025 12:05:28 GMT
Server: Apache
Upgrade: h2,h2c
Connection: Upgrade
Last-Modified: Sat, 05 Apr 2025 17:34:44 GMT
Accept-Ranges: bytes
Content-Length: 9429
Vary: Accept-Encoding
Content-Type: text/html

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: bfall.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Brian Fall | UX/UI Product Designer</title>
<link rel="icon" type="image/x-icon" href="images/favicon.png">
<link rel="apple-touch-icon" href="images/favicon.png">
<meta property="og:image" content="https://bfall.com/images/social_share.jpg">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://use.typekit.net/sah2ypf.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
<link rel="stylesheet" type="text/css" href="css/reset.css" />
<link rel="stylesheet" type="text/css" href="css/simple-grid.css" />
<link rel="stylesheet" type="text/css" href="css/main-10.css" />
<link rel="stylesheet" type="text/css" href="css/aos.css" />
<script src="js/html5shiv.min.js"></script>
<script src="js/aos.js"></script>
<script src="https://code.jquery.com/jquery-latest.js"></script>
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LB5DDPLXLM"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-LB5DDPLXLM');
</script>
<body>
<script>
    AOS.init();
  </script>
  <!--<nav id="home-nav" class="default">
  	<ul>
	  	<li><a class="main-links" href="index.html#recent-work">Recent Work</a></li>
	  	<li><a id="logo" href="index.html">Brian Fall</a></li>
	  	<li><a class="main-links" href="index.html#about">Get in Touch</a></li>
  	</ul>
  </nav>-->

  <nav id="home-nav" class="default">
  	<a id="logo" href="index.html">Brian Fall</a>
  	<ul id="social-icons">
	  	<li><a href="mailto:[email protected]"><img src="images/email.svg" alt="email paper plane icon" /></a></li>
	  	<li><a href="https://www.linkedin.com/in/brianfall" target="_blank"><img src="images/linkedin.svg" alt="linkedin icon" /></a></li>
  	</ul>
		<ul id="main-links">
	  	<li><a href="index.html#recent-work">Recent work</a></li>
	  	<li><a href="index.html#about">About me</a></li>
  	</ul>
  </nav>

  <div id="hero">
      <div class="hero-copy">
        <h1>Brian Fall creates digital products for startups and enterprises</h1>
        <h5 class="sentencecase">14 years of award winning design experience</h5>
          <a class="btn" href="mailto:[email protected]">Get in touch</a>
       </div>
    </div>

	<section id="recent-work">

		<div class="grid">
			<div class="col-1-1">
				<h2>Recent work</h2>
			</div>
		</div>

		<div class="grid grid-pad">
			<div class="col-1-2">
				<div id="bloc-home" class="card-home">
					<img  src="projects/Bloc_Home.jpg" alt="Email design system" />
					<h6><img class="lock-icon" src="images/lock-white.svg" alt="Lock icon" />Uber</h6>
					<h4>A design system that saves internal resources</h4>
					<a class="cta-button" href="bloc-design-system.php">View project</a>
				</div>
			</div>
			<div class="col-1-2">
				<div id="cvex-home" class="card-home">
					<img  src="projects/Cvex_Home.jpg" alt="Software platform dashboard" />
					<h6>CVEX Markets</h6>
					<h4>Fintech platform design secures future funding</h4>
					<a class="cta-button" href="cvex-platform.html">View project</a>
				</div>
			</div>
		</div>
	 
		<div class="grid grid-pad">
			<div class="col-1-2">
				<div id="sc-home" class="card-home">
					<img  src="projects/SC_Home.jpg" alt="Software platform dashboard" />
					<h6>SureCritic</h6>
					<h4>SaaS platform design accelerates business growth</h4>
					<a class="cta-button" href="surecritic-platform.html">View project</a>
				</div>
			</div>
			<div class="col-1-2">
				<div id="uberUI-home" class="card-home">
					<img  src="projects/UberUI_Home.jpg" alt="Film screenshot with UI elements" />
					<h6>Uber</h6>
					<h4>Motion guidelines become a go-to training resource for 1,600 employees</h4>
					<a class="cta-button" href="uber-ui.html">View project</a>
				</div>
			</div>
		</div>

		<div class="grid grid-pad">
			<div class="col-1-2">
				<div id="goGet-home" class="card-home">
					<img  src="projects/GoGet_Home.jpg" alt="Web landing page and email invite" />
					<h6>Uber</h6>
					<h4>Product event campaign generates 5 million impressions</h4>
					<a class="cta-button" href="go-get.html">View project</a>
				</div>
			</div>
			<div class="col-1-2">
				<div id="natGeo-home" class="card-home">
					<img  src="projects/NatGeo_Home.jpg" alt="Theme park dashboard" />
					<h6>National Geographic</h6>
					<h4>Bespoke iPad app enables 1,000s of guests to track theme park achievements</h4>
					<a class="cta-button" href="natGeo.html">View project</a>
				</div>
			</div>
		</div>

		<div class="grid grid-pad">
			<div class="col-1-2">
				<div id="minecraft-home" class="card-home">
					<img  src="projects/Minecraft_Home.jpg" alt="Minecraft webpage with character illustrations" />
					<h6>Minecraft Education Edition</h6>
					<h4>Web platform grows to a community of 100,000 educators worldwide</h4>
					<a class="cta-button" href="minecraft.html">View project</a>
				</div>
			</div>
			<div class="col-1-2">
				<div id="lenovo-home" class="card-home">
					<img  src="projects/Lenovo_Home.jpg" alt="Mobile and desktop website" />
					<h6>Lenovo</h6>
					<h4>Responsive B2B design system increases revenue by 6%</h4>
					<a class="cta-button" href="lenovo.html">View project</a>
				</div>
			</div>
		</div>

		<div class="grid grid-pad">
			<div class="col-1-2">
				<div id="mr-home" class="card-home">
					<img  src="projects/MR_Home.jpg" alt="Under water mixed reality environment with device" />
					<h6>Microsoft</h6>
					<h4>Immersive video experience helps customers understand an emerging technology</h4>
					<a class="cta-button" href="mr.html">View project</a>
				</div>
			</div>
		</div>
	
	</section>



 <section id="about">

  <div class="grid grid-pad">
			<div class="col-4-12 push-1-12">
				<img src="images/about.jpg" alt="Profile picture of me leaning on a car" />
			</div>
			<article class="col-5-12">
					<h2 class="multi-paragraph">Hello friend</h2>
					<p class="paragraph-large multi-paragraph">As an seasoned designer with 14 years of experience, I solve complex business problems by creating intuitive designs that drive engagement and growth. I am proud to have shipped incredible work throughout my career in the technology, ecommerce, fintech and healthcare industries. For companies including Uber, Microsoft, National Geographic and Lenovo. </p>
					<p class="paragraph-large multi-paragraph">I bring strategic insights, user-centered designs, and scalable systems that drive measurable business outcomes. I have a knack for embedding myself seamlessly into large teams helping them iterate quickly. I also enjoy taking big-company thinking to startups, aiding them in elevating their product and position in the market.</p>
					<p class="paragraph-large multi-paragraph">Outside of design, I find joy in exploring a wide range of passions. Whether it's the art of smoking meat, the craft of coffee roasting, or the thrill of being outdoors hiking new trails, I’m always seeking new experiences. My love for travel fuels my curiosity, allowing me to discover new cultures and landscapes. I’m also dedicated to fitness, finding energy in a good workout and unwinding in a hot sauna.</p>
					<p class="paragraph-large multi-paragraph">Or coding up this site. 🧩</p>
					<h5>Want to solve a creative problem together, let me know!</h5>
					<div class="button-group">
						<a class="btn" href="mailto:[email protected]">Email</a>
						<a class="btn-secondary" href="https://www.linkedin.com/in/brianfall" target="_blank">LinkedIn</a>
					</div>
			</article>
	</div>

	</section>



	<!--<div id="about-wrapper">
	<section id="about">
		<article>
			<h2>About me</h2>
			<p>As an accomplished designer, I solve complex business problems by creating a compelling user experience. I am proud to have shipped some incredible work throughout my career.</p> 

			<p>Building digital products for a variety of businesses from startups to fortune 500 companies is extremely fulfilling. I have a knack for embedding myself seamlessly into large teams helping them iterate quickly. I also enjoy taking big-company thinking to startups, aiding them in elevating their product and position in the market.</p>

			<h4>Want to solve a creative problem together, let me know!</h4>
			<ul>
				<li><a class="btn" href="mailto:[email protected]">Email</a></li>
				<li><a class="btn-secondary" href="https://www.linkedin.com/in/brianfall">LinkedIn</a></li>
			</ul>
		</article>
	</section>
	</div>-->
	<footer>
		<ul>
			<li><a href="index.html">Home</a></li>
			<li><a href="index.html#recent-work">Work</a></li>
			<li><a href="index.html#about">Contact</a></li>
		</ul>
	</footer>
	<script>
	  (function($) {
	    var ost = 0;
	    
	    $(window).scroll(function() {
	      var cOst = $(this).scrollTop();
	
	      if(cOst > 100 && cOst > ost) {
	         $('nav#home-nav').addClass('fixed').removeClass('default');
	      }
	      else {
	         $('nav#home-nav').addClass('default').removeClass('fixed');
	      }
	
	      ost = cOst;
	    });
	  })(jQuery);
	</script>
	<script src="js/scroll.js"></script>
</body>
</html>


                               

Whois info of domain

Domain Name: BFALL.COM
Registry Domain ID: 1550466283_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2025-03-03T15:57:00Z
Creation Date: 2009-03-30T19:17:55Z
Registry Expiry Date: 2027-03-30T19:17:55Z
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: NS1757.HOSTGATOR.COM
Name Server: NS1758.HOSTGATOR.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-10T12:05:17Z <<<
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