Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - fnbox.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
x-amz-id-2: 0G5HkA80ju9/gZfUAxgDBA6vQmlM6NMP1JFDluCPaiTeqw7f+fRwHZqLuqbHekovZFkkY64eMwA=
x-amz-request-id: C9X3Q7FH9V0YQ58K
Date: Sun, 04 May 2025 12:55:43 GMT
Location: http://www.fnbox.com/
Content-Length: 0
Server: AmazonS3

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://www.fnbox.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
x-amz-id-2: m1bH9nFZAxAkbfWY11DZuITjP7GhTpZJO+ZfSeLrWp17k9pKw3ZbY22LtycQgFmvVk1Bkdd/OZI=
x-amz-request-id: C9XDSV7RZCTN7CBG
Date: Sun, 04 May 2025 12:55:43 GMT
Last-Modified: Wed, 07 Oct 2015 19:52:26 GMT
x-amz-version-id: BTETwTiIjxhLS6_omVZNAvvf.2U1K8yH
ETag: "d77d736524f9b09e5f1d005ad98253cc"
Content-Type: text/html
Content-Length: 10106
Server: AmazonS3

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: fnbox.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>
        <meta http-equiv="content-type" content="text/html; charset=UTF-8">
        <meta charset="utf-8">
        <title>Fnbox</title>
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="">
        <meta name="author" content="">
    
        <!-- Le styles -->
        <style>
		/* Preloader */
		#preloader {
			position:fixed;
			top:0;
			left:0;
			right:0;
			bottom:0;
			background-color:#fff; /* change if the mask should have another color then white */
			z-index:999999; /* makes sure it stays on top */
		}
		
		#status {
			width:200px;
			height:200px;
			position:absolute;
			left:50%; /* centers the loading animation horizontally one the screen */
			top:50%; /* centers the loading animation vertically one the screen */
			background-image:url(images/preloader.gif); /* path to your loading animation */
			background-repeat:no-repeat;
			background-position:center;
			margin:-100px 0 0 -100px; /* is width and height divided by two */
		}
		#status p{text-align:center;}
		</style>
        <link href="css/bootstrap.min.css" rel="stylesheet">
        <link href="css/font-awesome.min.css" rel="stylesheet">
        <link href="css/prettyPhoto.css" rel="stylesheet">
        <link href="css/supersized.css" rel="stylesheet">
        <link href="css/supersized.shutter.css" rel="stylesheet">
        <link href="css/style.css" rel="stylesheet">
        <link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
        <link href='https://fonts.googleapis.com/css?family=PT+Sans&amp;subset=latin,cyrillic' rel='stylesheet' type='text/css'>
        <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
        <!--[if lt IE 9]>
          <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
        <![endif]-->
    
        <!-- Fav and touch icons -->
        <link rel="apple-touch-icon-precomposed" sizes="144x144" href="">
        <link rel="apple-touch-icon-precomposed" sizes="114x114" href="">
        <link rel="apple-touch-icon-precomposed" sizes="72x72" href="">
        <link rel="apple-touch-icon-precomposed" href="">
        <link rel="shortcut icon" href="images/favicon.png"><!--favicon image-->
    </head>

	<body>
        <!-- Preloader -->
        <div id="preloader">
            <div id="status"><p>Loading Content...</p></div>
        </div>
        
        <!--HOME SECTION START-->
    	<section id="home" class="clearfix">
        	<div class="header clearfix">
                <div class="container">
                    <div class="row">
                        <div class="col-xs-5 col-sm-4">
                            <a class="logo" href="#home"><img alt="logo" src="images/logo-v2.png"></a>
                        </div><!--/.col-md-4-->
                        <div class="col-md-8">
                        	 <!--MENU BUTTON(ON TABLET/MOBILE) START
                        	<div class="menu-btn" data-target=".nav-collapse" data-toggle="collapse">
                                <span class="fa fa-th"></span>
                            </div>-->
                            
                            <!--NAVIGATION START
                            <ul class="navigation nav-collapse">
                                <li><a href="#about">About us</a></li>
                                <li><a href="#companies">Our companies</a></li>
                                <li><a href="#news">Press room</a></li>
								<li><a href="presentations.html">Presentations</a></li>
								<li><a href="#story">Our Story</a></li>
                                <li><a href="#contact">Contact</a></li>
                            </ul>-->
                             <!--NAVIGATION END-->
                             
                        </div><!--/.col-md-4-->
                    </div><!--/.row-->
                </div><!--/.container-->   
            </div><!--/.header-->
            <div class="clearfix"></div>
            <div class="container">
            	<div class="row">
                	
                    <div class="col-md-12"> 
                    	<div class="slider-content clearfix">
                            <!--SLIDER CAPTION START-->  
							
                            <div id="slidecaption"> 
							
							</div> 
							  <div class="title-caption">
							  <h2>Fnbox is now 
								<a img alt="Portfolio" href="http://recargapay.com/">
									<img src="images/logo-recarga-new.png"></a>
								
							  </h2>
                                <h4>Topups & bill payments for the mobile generation. <!--DOWNLOAD THE APP, <br>PAY WITH CREDIT CARD, NO EXTRA CHARGES APPLY AND CREDIT RECEIVED IMMEDIATELY.--> </h4>
									<h5><a class="read-story-btn" href="https://medium.com/@rodrigoteijeiro/the-great-unbundling-of-fnbox-and-how-it-became-recargapay-98b5a654e920">- Read the full story here -</h5></a>
                            </div><!--/.title-caption-->
                            <!--SLIDER CAPTION END--> 
                            
                        </div><!--/.slider-content-->
                    </div><!--/.col-sm-6-->  
                	
                </div><!--/row-->
            </div><!--/container-->
        </section><!--/home-->
        <!--HOME SECTION END-->
        
		
        
                
             
                
                <!--<div class="spacing40 clearfix"></div>-->
		
         
        
         
        <!--TEXT WITH DARK BG START--> 
		          <!--TESTIMONIAL WITH DARK BG START-->
		<section class="bg-dark bg2">
        	<div class="dark-mask"></div>
        	<div class="container align-center">
            <ul class="testimonial">
            
            	<li>
                    <h2 class="slogan slogan-font">It is not the strongest of the species that survives, nor the most intelligent, but the most responsive to change.</h2>
                    <div class="slogan-divider">
                    	<span class="line-left"></span>
                        <img class="testi-img" src="images/testimonial/darwin.jpg" alt="testi">
                        <span class="line-right"></span>
                    </div>
                    <h3 class="author-slogan">Charles Darwin</h3>
                </li>    
            </ul><!--/.testimonial-->
            </div><!--/.container-->
        </section><!--/.bg-dark-->
        <!--TESTIMONIAL WITH DARK BG END-->
        <!--TEXT WITH DARK BG END-->
        
        
		<!--ABOUT SECTION END-->
        
		 <!--<section id="story" class="clearfix content">
        	<div class="container">
            	<div class="title-content clearfix">
                	<div class="title-inner">
                    	<h3>Our Story</h3>
                        <p>The Things you Should Know</p>
                    </div>
                </div>
                
                <!--ABOUT TAB START
            	<div class="tab-content white-bg">
                
                  <!--TAB CONTENT START
                  <div class="tab-pane active fade in active" id="history">
                  	 <img src="images/about/1B.jpg" alt="about">
                    
                  </div>
                                    
                </div>
                
               
                
                
               
                
                <div class="spacing40 clearfix"></div>
                
                <div id="teamlist">
                	<div class="clearfix teamajax"> </div>
                </div>

            </div>
        </section><!--/about-->
		<!--ABOUT SECTION END-->
		
		

        
      
        
        
        
        
    <!-- Le javascript
	
	
	
	
    ================================================== -->
    <!-- Placed at the end of the document so the pages load faster -->
	<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/es_ES/sdk.js#xfbml=1&version=v2.0";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

    <script src="js/jquery.js"></script>
    <script type="text/javascript">
        //<![CDATA[
            $(window).load(function() { // makes sure the whole site is loaded
                $("#status").fadeOut(); // will first fade out the loading animation
                $("#preloader").delay(350).fadeOut("slow"); // will fade out the white DIV that covers the website.
            })
        //]]>
    </script> 
    <script src="js/jquery.easing.js"></script>
    <script type="text/javascript" src="js/bootstrap.min.js"></script> 
    <script type="text/javascript" src="js/jquery.sticky.js"></script>
	<script type="text/javascript" src="js/jquery.scrollTo.js"></script>
    <script type="text/javascript" src="js/jquery.nav.js"></script>
    <script type="text/javascript" src="js/contact.js"></script>
    <script src="js/jquery.prettyPhoto.js"></script> 
    <script type="text/javascript" src="twitter/jquery.tweet.js"></script>
    <script src="js/jquery.fitvids.js"></script>
    <script type="text/javascript" src="https://maps.google.com/maps/api/js?sensor=true"></script>
	<script type="text/javascript" src="js/jquery.ui.map.js"></script>
    <script type="text/javascript" src="js/map.js"></script>
    <script type="text/javascript" src="js/ticker.js"></script>
    <script type="text/javascript" src="js/jquery.easing.js"></script>
    <script type="text/javascript" src="js/supersized.3.2.7.min.js"></script>
    <script type="text/javascript" src="js/supersized.shutter.js"></script>
	<script type="text/javascript" src="js/script.js"></script>
	</body>
</html>                               

Whois info of domain

Domain Name: FNBOX.COM
Registry Domain ID: 99318745_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2024-11-11T12:52:17Z
Creation Date: 2003-06-18T03:54:10Z
Registry Expiry Date: 2026-03-23T11:59:59Z
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: NS-1270.AWSDNS-30.ORG
Name Server: NS-2035.AWSDNS-62.CO.UK
Name Server: NS-50.AWSDNS-06.COM
Name Server: NS-806.AWSDNS-36.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-04T12:55:29Z <<<
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