Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
302 Found - jetkc.com
HTTP Status: 302
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Cache-Control: private
Content-Type: text/html; charset=utf-8
Location: http://www.JetKC.com/public/src/home.aspx
X-AspNet-Version: 2.0.50727
Date: Fri, 02 May 2025 21:11:18 GMT
Content-Length: 158

HTTP Code 302 Found (Moved Temporarily)

302 http code indicates that the requested resource is temporarily available at a different URL.

When is Code 302 used?

  • When temporarily changing a page URL
  • When testing new content
  • During temporary maintenance

What does Code 302 mean for the user?

The user is automatically redirected to the new URL, but search engines continue to index the old address.

200 OK - http://www.JetKC.com/public/src/home.aspx
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Cache-Control: private
Content-Type: text/html; charset=utf-8
X-AspNet-Version: 2.0.50727
Date: Fri, 02 May 2025 21:11:18 GMT
Content-Length: 20698

HTTP Code 200 OK

200 http 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: jetkc.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1"><title>
	Jet Delivery Service, Inc
</title>

    <script src="../js/jquery-1.4.3.min.js"></script>

    <script>        awmSelectedItem = 1</script>

    <link href="../themes/styles1.css" rel="stylesheet" type="text/css" /><link rel="Stylesheet" href="../styles/jFlow.css" media="all" />

    <script language="javascript" type="text/javascript" src="../scripts/jquery-1.8.0.min.js"></script>

    <script type="text/javascript" src="../scripts/jquery.flow.1.2.auto.js"></script>

    <script type="text/javascript">


        
        $(document).ready(function() {

            $("#myController").jFlow({
                slides: "#slides",  // the div where all your sliding divs are nested in
                controller: ".jFlowControl", // must be class, use . sign
                slideWrapper: "#jFlowSlide", // must be id, use # sign
                selectedWrapper: "jFlowSelected",  // just pure text, no sign
                width: "980px",  // this is the width for the content-slider
                auto: true,     //auto change slide, default true 
                height: "270px",  // this is the height for the content-slider
                duration: 400,  // time in miliseconds to transition one slide
                prev: ".jFlowPrev", // must be class, use . sign
                next: ".jFlowNext" // must be class, use . sign
            });
        });
       
    
    </script>

    <style type="text/css">
        .eventsNews_list
        {
            list-style: none;
            margin: 0px;
            padding: 0px;
            width: 280px;
            font-size: 9pt;
        }
        .eventsNews_list li
        {
            margin-bottom: 10px;
        }
        .eventsNews_list li a
        {
        }
        .eventsNews_list li .date
        {
            font-weight: bold;
            color: #1f3c61; /* news date*/
        }
        .eventsNews_list li .event
        {
            font-weight: bold;
        }
        .blackout
        {
            position: absolute;
            top: 0px;
            left: 0px;
            -moz-opacity: .50;
            height: 100%;
            width: 100%;
            z-index: 1001;
        }
        .modal
        {
            position: fixed;
            top: 0px;
            left: 0px;
            height: 100%;
            width: 100%;
            z-index: 1002;
        }
        .modal_content
        {
            position: absolute;
            top: 20%;
            left: 45%;
            margin: -100px 0px 0px -225px;
            width: 600px;
            height: 550px;
            background-color: White;
            padding: 20px;
            overflow: auto;
            z-index: 1002;
            border: solid 3px #225070;
        }
        .modal_title
        {
            float: left;
            clear: none;
            line-height: 35px;
            vertical-align: middle;
        }
        a.close_btn
        {
            position: absolute;
            top: 10px;
            right: 10px;
            margin: 0px 0px 10px 10px;
            z-index: 1002;
        }
        .date
        {
            font-weight: bold;
            color: #1f3c61;
        }
        .event
        {
            font-weight: bold;
        }
    </style>
</head>
<body>
 <div class="maincontent" style="width:100%; text-align:center;">
         <div style="width:100%; text-align:center; width:990px; margin:0 auto;">
            <div style="margin-left: 25px;" class="toplogo">
                <a href="home.aspx">
                    <img src="../images/Jet_Logo_whiteletters.png" border="0" alt="JET | Jet Delivery Service, Inc" /></a>
            </div>
            
            <div style="text-align: center;" class="loginbar">
                
            </div>
            <div class="topphone" style="text-align: center; color: #fff;">
                816.243.5660
            </div>
        </div>
    <div class="page">
        <!-- DO NOT MOVE! The following AllWebMenus linking code section must always be placed right AFTER the BODY tag-->
<!-- ******** BEGIN ALLWEBMENUS CODE FOR menu ******** -->

<script src="../scripts/scripts.js" type="text/javascript"></script>

<script type="text/javascript">

function submitTrackingRequest() {

    var sTracking_Num = "";
    var sName = "";
    var sEmail = "";


    
    
    sTracking_Num = document.fmTracking.trackingnum.value;
    sName = document.fmTracking.name.value;
    sEmail = document.fmTracking.email.value;
    
    if (sTracking_Num == "" || sName == "" || sEmail == "") {
        alert('Please supply your name, email, and tracking number.');
        return true;
    }
    
    showWin('../src/tracking-request.aspx?tracking_num='+ sTracking_Num +'&name='+ sName +'&email=' + sEmail, '0', '0');
    
	    }


    $(document).ready(function() {

        $("#UID").focus();

        $("#login_btn").click(function() {
            $("#loginbox").toggle(100);
            $("#login_btn").toggleClass("on");
            $("#UID").focus();
        });

        $("#login_btn2").click(function() {
            $("#loginbox").toggle(100);
            $("#login_btn").toggleClass("on");
        });

        $("#track_btn").click(function() {
            $("#trackbox").toggle(100);
            $("#track_btn").toggleClass("on");
            $("#TrackCode").focus();
        });
        $("#track_btn2").click(function() {
            $("#trackbox").toggle(100);
            $("#track_btn").toggleClass("on");
        });
        $("#track_btn3").click(function() {
            $("#trackbox").toggle(100);
            $("#track_btn").toggleClass("on");
        });
    });
       
    
    </script>
    
<script type="text/javascript">           var MenuLinkedBy = "AllWebMenus [4]", awmMenuName = "menu", awmBN = "978"; awmAltUrl = "";</script>
<script charset="UTF-8" src="../js/menu.js" type="text/javascript"></script>
<script type="text/javascript">                awmBuildMenu();</script>
<script type="text/javascript"> 
 
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-26128539-1']);
  _gaq.push(['_trackPageview']);
 
  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
 
</script>
 

    
    <div id="loginbox" style="border: solid 2px #FFFFFF;">
        <div style="margin: 10px;">
            <p class="textbox"><label for="Quotes">
                   Log In</label><br/>
                <label for="UID">
                    Username:</label>
                <input type="text" id="UID" name="UID" tabindex="1" />
            </p>
            <p class="textbox">
                <label for="Pword">
                    Password:</label>
                <input type="password" value="" id="Pword" name="Pword" tabindex="2" />
            </p>
            <p>
                <input type="submit" class="loginSubmit" tabindex="3" value="Login"/>
                <a href="recoverPassword.aspx" target="_top" tabindex="4">Password?</a>&nbsp;&nbsp;
                <input type="button" id="login_btn2" class="loginSubmit" tabindex="4" value="Cancel" />
            </p>
            <div id="loginFailed" style="display: none;">
                Invalid<br />
                Username/Password
            </div>
            
        </div>
    </div>
        
    
  <!--  <div id="trackbox" style="border: solid 2px #FFFFFF;">
        <div style="margin: 10px;">
             <p class="textbox">
              <label for="Track">Track a Shipment</label><br/>
                <label for="UID">Client Code:</label>
                <input type="text" id="txtcompany_code" name="company_code" tabindex="1" />
            </p>
            <p class="textbox">              
                <label for="UID">Username:</label>
                <input type="text" id="txtusername" name="username" tabindex="1" />
            </p>
            <p class="textbox">
                <label for="Pword">
                    Password:</label>
                <input type="password" value="" id="txtpassword" name="password" tabindex="2" />
            </p>
            <p>
                <input type="submit" class="loginSubmit" tabindex="3" value="Login" />
                <input type="button" id="track_btn2" class="loginSubmit" tabindex="4" value="Cancel" />
            </p>            
            
        </div>
    </div>
-->

<div id="trackbox" style="border: solid 2px #FFFFFF;">
        <div style="margin: 10px;">
             <p class="textbox">
              <label for="Track">Track a Shipment</label><br/>
                <label for="UID">Tracking #:</label>
                <input type="text" id="TrackingNum" name="trackingnum" tabindex="1" />
            </p>
            <p class="textbox">              
                <label for="UID">Name:</label>
                <input type="text" id="Name" name="name" tabindex="1" />
            </p>
            <p class="textbox">
                <label for="Pword">
                    Email:</label>
                <input type="text" value="" id="Email" name="email" tabindex="2" />
            </p>
            <p>
                <input id="track_btn3" onclick="submitTrackingRequest()" type="button" class="loginSubmit" tabindex="3" value="Submit" />
                
            </p>            
            
        </div>
    </div>


        <div style="clear: both; height: 0px;">
        </div>
        <div>
            <div class="searchleft" style="margin-left:10px;">
                
            </div>
            <div style="margin-left:10px;" class="navbar" id="awmAnchor-menu">
            </div>
            <div class="search">
                 
            </div>
            <div>
                 
            </div>
        </div>
        <div class="wrapper" style="width: 960; z-index: 0;">
            <div id="dvScroller" class="jflow-content-slider">
                <div id="myController">
                    <span> </span>
                    <span class="jFlowControl"></span>
                    <span> </span>
                </div>
                <div id="slides">
                    
                            <div class="slide-wrapper">
                                <div class="slide-thumbnail">                                    
                                    <img width="960" src="../../handlers/DisplayImage.ashx?SIID=4"
                                        alt="photo" />
                                </div>
                            </div>
                        
                    <!--div class="clear">
                        </div-->
                </div>
            </div>  
        </div>        
        <div>
            <div style="margin-left: 5px;">
                <div style="width: 930px; float: left;">
                   <div id="dvContentInfo" style="display:block;">
                    <div style="padding: 0px 0px 0px 0px; text-align: center;">
                            
                        </div>          
                    <div style="padding: 0px 0px 0px 0px;">
                        
                        
                        <div style="height: 21px; width: 966px; background: url(../images/main-top.png) top no-repeat;">
                        </div>
                        <div style="background-color: #FFFFFF; padding: 0px 0px 0px 0px;">
                            <div style="width: 966px; background: url(../images/main-sides.png);">
                                <div style="padding: 10px 40px 10px 40px;">
                                    <table align="center">
                                        <tr>                                            
                                            <td valign="top" align="center">
                                                <table>
                                                    <tr>
                                                        <td>                                                            
                                                            <span id="lblContentText"><table style="width: 637px; font-family: verdana; height: 609px; color: #000000;
     font-size: 9pt" id="Table_01" border="0" cellspacing="0" cellpadding="0">
     <tbody>
         <tr>
             <td style="width: 18px; height: 221px" align="center">
             <img alt="" src="../images/index_04.jpg" width="302" height="211" />
             </td>
             <td>
             <table style="color: #000000; font-size: 9pt" id="Table_01" border="0" cellspacing="0" cellpadding="0" width="498" height="211">
                 <tbody>
                     <tr>
                         <td style="padding-bottom: 10px; padding-left: 10px; padding-right: 10px; padding-top: 10px" valign="top" colspan="5">
                         <span style="color: #d00906; font-weight: bold">Welcome To Jet Delivery Service, Inc.</span>&nbsp;<br />
                         Greetings from Jet Delivery Service Inc. in Kansas City! I am excited and pleased
                         to announce our new website! One of the things that has always set us apart from
                         others is our dedication to customer service. On our website you not only learn
                         more about us, but you can also&nbsp;<a style="color: #d00906" href="#">TRACK
                         YOUR FREIGHT IN REAL TIME</a>, as well as get&nbsp;<a style="color: #d00906" href="hardcopies.aspx">HARD
                         COPY POD's</a>!!! You can track your shipments from alert status all the
                         way through billing! Jet Delivery constantly strives to give the best customer service
                         possible by offering some of the most technologically advanced customer service
                         tools. From online tracking, to automatic email or fax pod's, we have you covered!
                         </td>
                     </tr>
                 </tbody>
             </table>
             </td>
         </tr>
         <tr>
             <td colspan="2">
             <img alt="" src="../images/index_06.jpg" width="860" height="5" />
             </td>
         </tr>
         <tr>
             <td colspan="2">
             <table style="padding-left: 10px; color: #000000; font-size: 9pt; padding-top: 10px" border="0" cellspacing="0" cellpadding="0" width="100%">
                 <tbody>
                     <tr>
                         <td valign="top" width="227">
                         <p>
                         <a style="color: #d00906" href="e-trac.aspx">
                         <img border="0" alt="" src="../images/etrac.jpg" width="227" height="152" /></a></p>
                         <table style="color: #000000; font-size: 9pt" border="0" cellspacing="5" cellpadding="5" width="227" bgcolor="#e3e3e3">
                             <tbody>
                                 <tr>
                                     <td>
                                     <p>
                                     <img alt="" src="../images/header_contactInfo.jpg" width="152" height="19" /></p>
                                     <div style="padding-bottom: 2px; padding-left: 2px; padding-right: 2px; padding-top: 2px">
                                     Jet Delivery Service, Inc.<br />
                                     1028 Mexico City Avenue<br />
                                     Kansas City, Mo. 64153<br />
                                     <a style="color: #d00906; text-decoration: underline" href="javascript:map('map.aspx')">
                                     Map</a><br />
                                     <br />
                                     Phone-816.243.5660&nbsp;<br />
                                     Fax-816.243.5672</div>
                                     </td>
                                 </tr>
                             </tbody>
                         </table>
                         </td>
                         <td style="padding-bottom: 10px; padding-left: 10px; padding-right: 10px; padding-top: 10px" valign="top">
                         <img border="0" alt="" src="../images/homPic.png" /><br />
                         <p>
                         Whether it's across town, or across country</p>
                         <ul>
                             <li>Ensuring delivery, on time, every time</li>
                             <li>Eliminate excess phone calls with real time online tracking</li>
                             <li>Individualized service for each shipment</li>
                             <li>Located on the airfield</li>
                             <li>Distribution management specialists </li>
                         </ul>
                         <p>
                         &nbsp;</p>
                         <p>
                         <a style="color: #d00906" href="create-account.aspx">
                         <img border="0" alt="" src="../images/button_createAccount.jpg" width="195" height="17" /></a></p>
                         </td>
                     </tr>
                 </tbody>
             </table>
             </td>
         </tr>
     </tbody>
</table>
<div>
</div>
</span><br />
                                                        </td>
                                                    </tr>
                                                </table>
                                            </td>
                                        </tr>
                                    </table>
                                </div>
                            </div>
                            <div style="height: 21px; width: 966px; background: url(../images/main-bottom.png) bottom no-repeat;">
                            </div>
                        </div>
                    </div>
                  </div>
                </div>
            </div>            
        </div>
        <div style="clear: both">
        </div>
        <!-- PANEL 1 -->
    </div>
    <!-- FOOTER -->
    <div class="footer">
        
<div>    
    <div class="footerpanel" style="padding-left:75px;">
      <h1><a href="../src/about-us.aspx">About Us</a></h1>
        
    </div>
    
    <div class="footerpanel" style="padding-left:60px;">
      <h1><a href="../src/services.aspx">Services</a></h1>
        
    </div>
    
	<div class="footerpanel" style="padding-left:60px;">
      <h1><a href="../src/hardcopies.aspx">Hardcopies</a></h1>
           
    </div>    
    
	<div class="footerpanel" style="padding-left:60px;">
      <h1>&nbsp;&nbsp;<a href="../src/e-trac.aspx">E-Trac</a></h1>
       
    </div> 
    
    <div class="footerpanel" style="padding-left:60px;">
      <h1><a href="../src/faqs.aspx">Forms and FAQs</a></h1>
        
    </div>
     
    <div class="footerpanel" style="padding-left:60px;">
      <h1><a href="../src/contact-us.aspx">Contact Us</a></h1>
        <a href="../src/request-information.aspx">Request Information</a>

    </div>
	
    <div style="clear: both">
        &nbsp;<br />
    </div>
    <div class="copyright" style="padding-top: 0px;">Copyright 2015, Jet Delivery Service, Inc;, Inc. All rights
        reserved.
        <div class="smedia" style="padding-top: 30px;">
            <div style="float: right; margin-right: -5px; margin-top: 0px; position: relative;
                z-index: 3;">
                <div class="socialIcon">
                    <a href="http://www.facebook.com/jetdeliverykc" style="margin: 0;" target="_blank">
                        	<img src="../images/facebook_icon.png" alt="Facebook" border="0" /></a> 
			
                </div>
            </div>
        </div>
    </div>
</div>
    </div>
    </div>
</body>
</html>
                               

Whois info of domain

Domain Name: JETKC.COM
Registry Domain ID: 130604368_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.enom.com
Registrar URL: http://www.enomdomains.com
Updated Date: 2024-08-27T15:27:20Z
Creation Date: 2004-09-21T22:11:59Z
Registry Expiry Date: 2025-09-21T22:11:59Z
Registrar: eNom, LLC
Registrar IANA ID: 48
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.4165350123
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS1.I7MEDIA.NET
Name Server: NS2.I7MEDIA.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-02T21:11:09Z <<<
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