Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - ftio.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sat, 17 May 2025 23:57:51 GMT
Server: Apache
Last-Modified: Fri, 13 May 2016 19:01:28 GMT
ETag: "2de4-532bde6ec3200"
Accept-Ranges: bytes
Content-Length: 11748
Vary: Accept-Encoding
Content-Type: text/html

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: ftio.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="en-US">
   <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>ftio :: From The Inside Out</title>
      <link rel="stylesheet" href="css/components.css">
      <link rel="stylesheet" href="css/responsee.css">
      <link rel="stylesheet" href="owl-carousel/owl.carousel.css">
      <link rel="stylesheet" href="owl-carousel/owl.theme.css">
      <!-- CUSTOM STYLE -->  
      <link rel="stylesheet" href="css/template-style.css">
      <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800&amp;subset=latin,latin-ext' rel='stylesheet' type='text/css'>
      <script type="text/javascript" src="js/jquery-1.8.3.min.js"></script>
      <script type="text/javascript" src="js/jquery-ui.min.js"></script>    
      <script type="text/javascript" src="js/modernizr.js"></script>
      <script type="text/javascript" src="js/responsee.js"></script>   
      <!--[if lt IE 9]>
	      <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
        <script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
      <![endif]-->
   </head>
   <body class="size-1140">
      <!-- TOP NAV WITH LOGO -->  
      <header>
         <nav>
            <div class="line">
               <div class="top-nav">              
                  <div class="logo hide-l">
                     <a href="index.html">FROM  THE <br /><strong>INSIDE OUT</strong></a>
                  </div>                  
                  <p class="nav-text">MENU</p>
                  <div class="top-nav s-12 l-5">
                     <ul class="right top-ul chevron">
                        <li><a href="index.html">Home</a>
                        </li>
                        <li><a href="about.html">About</a>
                        </li>
                        <li><a href="services.html">Services</a>
                        </li>
                     </ul>
                  </div>
                  <ul class="s-12 l-2">
                     <li class="logo hide-s hide-m">
                        <a href="index.html">FROM  THE<br /><strong>INSIDE OUT</strong></a>
                     </li>
                  </ul>
                  <div class="top-nav s-12 l-5">
                     <ul class="top-ul chevron">
                      <li> <a href="spirituality.html">Spirituality</a>
                        </li>
                        <li><a href="blog.html">Blog</a>
                        </li>
                        <li><a href="contact.html">Contact</a>
                        </li>
                     </ul> 
                  </div>
               </div>
            </div>
         </nav>
      </header>
      <section>
         <!-- CAROUSEL -->  	
         <div id="carousel">
            <div id="owl-demo" class="owl-carousel owl-theme">
               <div class="item">
                  <img src="img/first.jpg" alt="">      
                  <div class="carousel-text">
                     <div class="line">
                        <div class="s-12 l-9">
                           <h2>There has got to be more to life!</h2>
                        </div>
                        <div class="s-12 l-9">
                           <p><a href="spark.html">Have you ever said that to yourself?</a>
                           </p>
                        </div>
                     </div>
                  </div>
               </div>
               <div class="item">
                  <img src="img/second.jpg" alt="">      
                  <div class="carousel-text">
                     <div class="line">
                        <div class="s-12 l-9">
                           <h2>There has to be a better way!</h2>
                        </div>
                        <div class="s-12 l-9">
                           <p><a href="spark.html">Have you ever wondered what it might be?</a>
                           </p>
                        </div>
                     </div>
                  </div>
               </div>
               <div class="item">
                  <img src="img/third.jpg" alt="">      
                  <div class="carousel-text">
                     <div class="line">
                        <div class="s-12 l-9">
                           <h2>You're closer than you think.</h2>
                        </div>
                        <div class="s-12 l-9">
                           <p><a href="spark.html">Change happens - From The Inside Out.</a>
                           </p>
                        </div>
                     </div>
                  </div>
               </div>
            </div>
         </div>
         <!-- FIRST BLOCK --> 	
         <div id="first-block">
            <div class="line">
               <a href="happiness_paradox.html"><h2>The Happiness Paradox</h2>
               <p class="subtitile"><strong>There's no money in it. Wait... what?!</strong></a>
               </p>
               <div class="margin">
                  <div class="s-12 m-6 l-3 margin-bottom">
                     <a href="about.html"><i class="icon-paperplane_ico icon2x"></i>
                     <h3>About</h3></a>
                     <p>There is a big difference between coaching and other behavioral strategies. In this section, I tell you all about it.
                     </p>
                  </div>
                  <div class="s-12 m-6 l-3 margin-bottom">
                     <a href="services.html"><i class="icon-star icon2x"></i>
                     <h3>Services</h3></a>
                     <p>I offer six primary lines of coaching services. In this section, you can find out more about structure and pricing.
                     </p>
                  </div>
                  <div class="s-12 m-6 l-3 margin-bottom">
                     <a href="spirituality.html"><i class="icon-heart icon2x"></i>
                     <h3>Spirituality</h3></a>
                     <p>As an Ordained Interfaith Minister, I am fascinated by world religions and the truths and inspirations found in them all.
                     </p>
                  </div>
                  <div class="s-12 m-6 l-3 margin-bottom">
                     <a href="blog.html"><i class="icon-message icon2x"></i>
                     <h3>Blog</h3></a>
                     <p>Here I share stories of my own personal journey, and how I apply various teachings and spiritual practices into my own life.
                     </p>
                  </div>
               </div>
            </div>
         </div>
         <!-- SECOND BLOCK --> 	
         <div id="second-block">
            <div class="line">
               <div class="margin-bottom">
                  <div class="margin">
                     <article class="s-12 l-8 center">
                        <h1>Life</h1>
                        <p class="margin-bottom">is never made unbearable by circumstances, but only by lack of meaning and purpose. – Viktor Frankl
                        </p>
                        <a class="button s-12 l-4 center" href="spark.html">Read more</a>  			
                     </article>
                  </div>
               </div>
            </div>
         </div>
         <!-- GALLERY --> 	
         <div id="third-block">
            <div class="line">
               <h2>Inspiration Gallery</h2>
               <p class="subtitile">To be inspired is to be 'in spirit.'
               </p>
               <div class="margin">
                  <div class="s-12 m-6 l-3">
                     <img src="img/first-small.jpg" alt="alternative text">      
                     <p class="subtitile">Although the road is never ending, take a step and keep walking; do not look fearfully into the distance. On this path let the heart be your guide, for your body is hesitant and full of fear.<br />~ Rumi
                     </p>
                  </div>
                  <div class="s-12 m-6 l-3">
                     <img src="img/second-small.jpg" alt="alternative text">      
                     <p class="subtitile">Spirituality must be lived, not just studied. All the  books in the world will not help us if we do not live what we learn. <br />~ Unknown
                     </p>
                  </div>
                  <div class="s-12 m-6 l-3">
                     <img src="img/third-small.jpg" alt="alternative text">      
                     <p class="subtitile">The more something upsets you, the more it is meant for you. When it no longer upsets you, it is no longer needed because the lesson is complete. <br />~ Bryant McGill
                     </p>
                  </div>
                  <div class="s-12 m-6 l-3">
                     <img src="img/fourth-small.jpg" alt="alternative text">      
                     <p class="subtitile">The two most important days in your life are the day you are born, and, the day you find out why. <br />~ Mark Twain
                     </p>
                  </div>
               </div>
            </div>
         </div>
         <div id="fourth-block">
            <div class="line">
               <div id="owl-demo2" class="owl-carousel owl-theme">
                  <div class="item">
                     <h2>Limit</h2>
                     <p class="s-12 m-12 l-8 center">Many people are passionate, but because of their limiting beliefs about who they are and what they can do, they never take actions that could make their dream a reality.<br />- Anthony Robins -
                     </p>
                  </div>
                  <div class="item">
                     <h2>Stretch</h2>
                     <p class="s-12 m-12 l-8 center">A mind that is stretched by a new experience can never go back to its old dimensions. <br />- Oliver Wendell Holmes -
                     </p>
                  </div>
                  <div class="item">
                     <h2>Challenge</h2>
                     <p class="s-12 m-12 l-8 center">Challenges are what make life interesting. Overcoming them is what makes life meaningful. <br />- Joshua J. Marine -
                     </p>
                  </div>
               </div>
            </div>
         </div>
      </section>
      <!-- FOOTER -->   
      <footer>
        <div class="line">
            <div class="s-12 l-6">
               <p><small>From The Inside Out  |  Copyright &#169; 2016  |  All Rights Reserved</small>
               </p>
            </div>
            <div class="s-12 l-6">
               <p class="right"><small>
                  <a class="right" href="http://www.myresponsee.com" title="Responsee - lightweight responsive framework">Design Template by Responsee Team</a></small>
               </p>
            </div>
         </div>
      </footer>
      <script type="text/javascript" src="owl-carousel/owl.carousel.js"></script>   
      <script type="text/javascript">
         jQuery(document).ready(function($) {  
           $("#owl-demo").owlCarousel({
         	slideSpeed : 300,
         	autoPlay : true,
         	navigation : false,
         	pagination : false,
         	singleItem:true
           });
           $("#owl-demo2").owlCarousel({
         	slideSpeed : 300,
         	autoPlay : true,
         	navigation : false,
         	pagination : true,
         	singleItem:true
           });
         });	
          
      </script> 
   </body>
</html>                               

Whois info of domain

Domain Name: FTIO.COM
Registry Domain ID: 111718638_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.domainpeople.com
Registrar URL: http://www.domainpeople.com
Updated Date: 2025-01-28T13:00:56Z
Creation Date: 2004-02-12T16:26:03Z
Registry Expiry Date: 2026-02-12T16:26:03Z
Registrar: DomainPeople, Inc.
Registrar IANA ID: 65
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.8664678929
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: A.DNS.HOSTWAY.NET
Name Server: B.DNS.HOSTWAY.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-17T23:57: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