Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - ftav.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx/1.16.1
Date: Mon, 05 May 2025 14:16:53 GMT
Content-Type: text/html
Content-Length: 169
Connection: keep-alive
Location: https://www.ftav.com/

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 - https://www.ftav.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx/1.16.1
Date: Mon, 05 May 2025 14:16:54 GMT
Content-Type: text/html
Content-Length: 27072
Last-Modified: Mon, 07 Apr 2025 14:31:47 GMT
Connection: keep-alive
ETag: "67f3e1d3-69c0"
Cache-Control: no-store
Accept-Ranges: bytes

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: ftav.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 name="google-site-verification" content="VTrfTg8mOFMh2MdAOKmO7zhF_cosqUJZYHEcyq6bTfQ" />
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-mobile-web-app-status-bar-style" content="black" />
        <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1.0, minimal-ui" />
        <!-- Make this page use standard caching procedure when used as an iframe -->
        <meta http-equiv="Cache-control" content="no-store, must-revalidate" />
        
        <title>Fieldtech Avionics & Instruments, Inc | Your source for all of your Aviation needs.</title>
        
        <link href="https://fonts.googleapis.com/css?family=Roboto:300,700&display=swap" rel="stylesheet" />
        <script src="resources/header.js" type="text/javascript"></script>
        <link href="resources/reset.css" type="text/css" rel="stylesheet" />
        <link href="resources/header.css" type="text/css" rel="stylesheet" />
        <link href="resources/footer.css" type="text/css" rel="stylesheet" />
        
        <script src="resources/jquery.js" type="text/javascript"></script>
        
        <link href="resources/slippry.css" type="text/css" rel="stylesheet" />
        <script src="resources/slippry.min.js" type="text/javascript"></script>
        
        <link href="resources/parts.css" type="text/css" rel="stylesheet" />
        
        <script>
//global basicSlider, document, window, $


$(document).ready(function () {
    "use strict";
    $('#slippry').slippry({
        "adaptiveHeight": false,
        "auto": true,
        "pause": 3000,
        "pager": false //,
        //"controls": false
    });

    $('#product-partno').on('keydown', function (event) {
        if (event.keyCode === 13) {
            $('#search-button').trigger('click');
        }
    });
    $('#search-button').on('click', function (event) {
        var strPartNo = $('#product-partno').val();
        var strCategory = $('#product-category').val();

        window.location = (
            'search.html' +
                '?category=' + encodeURIComponent(strCategory || '') +
                '&search=' + encodeURIComponent(strPartNo || '')
        );
    });
});
        </script>
        
        <style>

.body-card {
    display: inline-block;
    width: 50%;
    padding: 0.5em;
    float: left;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.one-quarter   { width: 30%;  }
.three-quarter { width: 70%;  }
.full-width    { width: 100%; }
.two-third     { width: 66.666661%; }
.one-third     { width: 33.333331%; }

.prop-card {
    position: relative;
    max-height: 13em;
    overflow: hidden;
}
.prop-image {
    /*width: 100%;*/
    min-height: 20em;
}
.prop-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 1.2em;
}
.prop-header {
    color: #FFF;
    font-weight: 900;
}
.prop-body {
    font-size: 0.9em;
    color: #FFF;
}

.prop-content {
    
}

.prop-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    
    padding: 1em;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.basicSlider {
    margin: 0 0 0;
}
.basicSlider__slide {
    position: relative;
}
button.basicSlider__arrow {
    opacity: 0.15 !important;
}

.basicSlider__dots {
    top: initial;
    bottom: 0em;
    height: 2rem;
}

.slide-title {
    position: absolute;
    bottom: 2em;
    left: 1em;

    text-align: left;
    color: #FFF;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.slide-title-top {
    font-weight: 900;
    font-size: 2em;
}
.slide-title-bottom {
    font-size: 1.5em;
}
.slide-title-bottom a,
.prop-body a {
    color: #FFF;
    text-decoration: none;
}

/* small screen */
@media only screen and (max-width: 770px) {
    .body-card,
    .body-card.one-quarter,
    .body-card.three-quarter,
    .body-card.full-width,
    .body-card.two-third,
    .body-card.one-third { width: 100%;  }
    
    
    /*.prop-content { line-height: 1em; }*/
    .prop-header  { font-size: 0.9em; }
    .prop-body    { font-size: 0.8em; }
    
    .slide-title-top    { font-size: 1.25em; }
    .slide-title-bottom { font-size: 1em; }
}

        </style>
    </head>
    <body>
                <div id="header">
            <div id="header-top-bar">
                <a id="header-logo-container" href="/index.html">
                    <img id="header-logo" src="/images/logo.png" title="Fieldtech Avionics & Instruments, Inc" />
                </a>
                <div id="header-toolbar">
                    <input id="header-part-search" placeholder="Search Products..." type="text" />
                    <span id="login-button-container">
                        <a href="/login.html" id="login-button" class="header-button" style="margin-bottom: 0.5em;">Log In</a>
                        <a href="/register.html" class="header-button">Register</a>
                    </span>
                    <span hidden id="account-button-container">
                        <a hidden href="/file_share.html" class="header-button file-share-button">File Shares</a>
                        <a href="/account.html" class="header-button">My Account</a>
                        <a href="/env/auth?action=logout" class="header-button">Log Out</a>
                    </span>
                    <div style="display: block; text-align: right;"><!--
                        --><a target="_blank" href="https://www.twitter.com/FieldtechFtav " style="display: inline-block; vertical-align: middle; height: 2em;"><img src="/images/twitter.png" style="height: 2em; width: auto; display: block; margin-right: 0.75em;"></a><!--
                        --><a target="_blank" href="https://www.facebook.com/fieldtechavionicsandinstruments" style="display: inline-block; vertical-align: middle; height: 2em;"><img src="/images/fb.png" style="height: 2em; width: auto; display: block;"></a><!--
                        --><a target="_blank" href="https://www.youtube.com/channel/UCh7-OSaNKFG1OcFDi4PTa7w/featured" style="display: inline-block; vertical-align: middle; height: 1.8em; margin: 0.75em;"><img src="/images/yt.png" style="height: 1.8em; width: auto;"></a><!--
                        --><a href="tel:8176252719" class="header-button phone-button" style="vertical-align: middle;"><img src="/images/phone-icon.png">817-625-2719</a><!--
                    --></div>
                </div>
                <div id="header-clear-float"></div>
            </div>
            <div id="header-middle-bar-container" class="menu-normal">
                <div id="header-middle-bar-toggle"><span class="before"><img class="menu-button" src="/images/menu.png" /></span><span class="after">MENU</span></div>
                <div id="header-middle-bar">
                    <div id="menu-container"><!-- HEADER SEARCH TOKEN
                     --><div id="button-home" class="menu-item selectable selected"><a href="/index.html" class="menu-title">HOME</a></div><!--
                     --><div id="button-shop" class="menu-item selectable "><a href="/search.html" class="menu-title">SHOP</a></div><!--
                     --><div id="button-sales" class="menu-item selectable  dropdown">
                            <a href="/sales.html" class="menu-title">SALES &#x25BE;</a>
                            <div class="sub-menu">
                                <!--<div class="menu-item selectable "><a href="/search.html" class="menu-title">AVIONICS SALES</a></div>-->
                                <div class="menu-item selectable  dropdown nested">
                                    <a href="/sales_aircraft.html" class="menu-title">AIRCRAFT SALES &#x25BE;</a>
                                    <div class="sub-menu">
                                   <!--     <div class="menu-item selectable "><a href="/sale_westwind.html" class="menu-title">1982 WESTWIND 1124</a></div>-->
                                    <!--    <div class="menu-item selectable "><a href="/sale_partenavia.html" class="menu-title">PARTENAVIA P68 C/TC N747Y</a></div> -->
                                    </div>
                                </div>
                                <div class="menu-item selectable "><a href="/sales_government.html" class="menu-title">GOVERNMENT AND MILITARY DIVISION</a></div>
                                <div class="menu-item selectable "><a href="/stc.html" class="menu-title">STC SA09923AC FDR for KingAir</a></div>
                            </div>
                        </div><!--
                     --><div id="button-repairs" class="menu-item selectable "><a href="/repairs.html" class="menu-title">REPAIRS</a></div><!--
                     --><div id="button-forms" class="menu-item selectable "><a href="/forms.html" class="menu-title">FORMS</a></div><!--
                     --><div id="button-about-us" class="menu-item selectable "><a href="/about.html" class="menu-title">ABOUT US</a></div><!--
                     --><div id="button-rfq" class="menu-item icon-button">
                            <a href="/rfq.html" class="menu-title-icon"><img class="menu-icon" src="/images/rfqs.jpg" /></a>
                            <a href="/cart.html" class="menu-title-icon"><img class="menu-icon" src="/images/add-cart.png" /></a>
                        </div><!--
                 --></div>
                </div>
            </div>
        </div>
        <div id="body-container">
            <div>
                <div class="body-card full-width">
                    <ul id="slippry">
                        <li><a href="#slide1"><img src="images/landed.jpg" alt="FIELDTECH AVIONICS SALES<br /> For All Your Aviation Needs"></a></li>
                        <li><a href="#slide2"><img src="images/flight.jpg" alt="FIELDTECH AVIONICS REPAIRS<br /> 817-625-2719"></a></li>
                    </ul>
                </div>
                <!--<div class="body-card two-third">
                    <div class="prop-card">
                        <img class="prop-image" src="images/prop.jpg" />
                        <div class="prop-content">
                            <div class="prop-center">
                                <div class="prop-header">QUALITY PARTS AND SERVICE SINCE 1975</div>
                                <div class="prop-body">Welcome to Fieldtech Avionics & Instruments, Inc. Whether you need avionics sales, installation, service or just troubleshooting support, we can help. Give one of our sales specialists a call today at 817-625-2719. You will find friendly, knowledgeable, live support 24 hours a day.</div>
                            </div>
                        </div>
                    </div>
                </div>--><!--
             --><!--<div class="body-card one-third">
                    <div id="product-search-box">
                        <h3>Search Products</h3>
                        <div class="input-box">
                            <input id="product-partno" type="text" placeholder="Keywords" />
                        </div>
                        <div class="select-box">
                            <select name="product-category" id="product-category" class="product-category">
                                <option value="">All Categories</option>
                                <option value="adp">Adapters</option><option value="adf">ADF</option><option value="ads">Air Data Sensor</option><option value="afp">Aircraft Frame Parts</option><option value="alt">Altimeters</option><option value="amp">Amplifier</option><option value="ant">Antennas</option><option value="ado">Audio Panels</option><option value="atp">Autopilot</option><option value="cda">Card Assembly</option><option value="cvr">Cockpit Voice Recorders</option><option value="com">Comm Transceiver</option><option value="cpt">Computers</option><option value="ctl">Controls</option><option value="cpr">Coupler</option><option value="dpp">Display Panel</option><option value="dme">DME</option><option value="efi">EFIS</option><option value="eps">Emergency Power Supplies</option><option value="fdr">Flight Data Recorders</option><option value="fms">Flight Management System</option><option value="fld">Flux Detector</option><option value="gpx">Ground Proximity</option><option value="gro">Gyros</option><option value="ind">Indicators</option><option value="ins">Instrument</option><option value="inv">Inverters</option><option value="mfd">MFD</option><option value="mic">Microphone/Telephone</option><option value="mod">Modules</option><option value="mon">Monitors</option><option value="nav">Nav/Comm/GPS</option><option value="pan">Panels</option><option value="rad">Radar Equipment</option><option value="rct">Receiver-Transceiver</option><option value="rly">Relay</option><option value="srv">Servo</option><option value="slv">Slaving</option><option value="str">Stormscopes</option><option value="taw">TAWS/RMI</option><option value="tca">TCAS</option><option value="tra">Transponders</option><option value="senso">Sensor</option>
                            </select>
                        </div>
                        <div id="search-button">Search</div>
                    </div>
                </div>--><!--
             --><div class="body-card full-width">
                    <div class="text-header">NEW PRODUCTS FOR SALE !!</div>
                    
                    <div id="latest-parts">
                        <div class="part-box part-quarter">
                                <a class="part-box-inner" href="products/part-2588302-4.html">
                                    <div class="part-image">
                                        <div class="part-image-container">
                                            <div class="part-image-inner"
                                                style="background-image: url('/products/files/id_36967/DG206A.jpg');"
                                            ></div>
                                            <div class="label-container"> <div class="label label-re" title="Repairable">RE</div> <div class="label label-ov" title="Overhauled Outright">OV</div> <div class="label label-oe" title="Overhauled Exchange">OE</div> <div class="label label-sr" title="Servicable">SR</div></div>
                                        </div>
                                    </div>
                                    <div class="part-name">2588302-4</div>
                                    <div class="part-model">DG206A</div>
                                    <div class="part-category">Gyros</div> 
                                </a>
                            </div>
                            <div class="part-box part-quarter">
                                <a class="part-box-inner" href="products/part-438.html">
                                    <div class="part-image">
                                        <div class="part-image-container">
                                            <div class="part-image-inner"
                                                style="background-image: url('/products/files/id_59535/20210415_144658.jpg');"
                                            ></div>
                                            <div class="label-container"> <div class="label label-re" title="Repairable">RE</div> <div class="label label-ov" title="Overhauled Outright">OV</div> <div class="label label-oe" title="Overhauled Exchange">OE</div> <div class="label label-sr" title="Servicable">SR</div></div>
                                        </div>
                                    </div>
                                    <div class="part-name">438</div>
                                    <div class="part-model">438</div>
                                    <div class="part-category">Amplifier</div> 
                                </a>
                            </div>
                            <div class="part-box part-quarter">
                                <a class="part-box-inner" href="products/part-1394T100-7B.html">
                                    <div class="part-image">
                                        <div class="part-image-container">
                                            <div class="part-image-inner"
                                                style="background-image: url('/products/files/id_18878/20210416_133437.jpg');"
                                            ></div>
                                            <div class="label-container"> <div class="label label-re" title="Repairable">RE</div> <div class="label label-ov" title="Overhauled Outright">OV</div> <div class="label label-oe" title="Overhauled Exchange">OE</div> <div class="label label-sr" title="Servicable">SR</div></div>
                                        </div>
                                    </div>
                                    <div class="part-name">1394T100-7B</div>
                                    <div class="part-model">1394T1007B</div>
                                    <div class="part-category">Indicators</div> 
                                </a>
                            </div>
                            <div class="part-box part-quarter">
                                <a class="part-box-inner" href="products/part-060-0017-00.html">
                                    <div class="part-image">
                                        <div class="part-image-container">
                                            <div class="part-image-inner"
                                                style="background-image: url('/products/files/id_4523/20210414_143729.jpg');"
                                            ></div>
                                            <div class="label-container"> <div class="label label-re" title="Repairable">RE</div> <div class="label label-ov" title="Overhauled Outright">OV</div> <div class="label label-oe" title="Overhauled Exchange">OE</div> <div class="label label-sr" title="Servicable">SR</div></div>
                                        </div>
                                    </div>
                                    <div class="part-name">060-0017-00</div>
                                    <div class="part-model">KI256</div>
                                    <div class="part-category">Gyros, Indicators</div> 
                                </a>
                            </div>
                            <div class="part-box part-quarter">
                                <a class="part-box-inner" href="products/part-066-01143-0501.html">
                                    <div class="part-image">
                                        <div class="part-image-container">
                                            <div class="part-image-inner"
                                                style="background-image: url('/products/files/id_6035/img1.jpg');"
                                            ></div>
                                            <div class="label-container"> <div class="label label-re" title="Repairable">RE</div> <div class="label label-ov" title="Overhauled Outright">OV</div> <div class="label label-oe" title="Overhauled Exchange">OE</div> <div class="label label-sr" title="Servicable">SR</div></div>
                                        </div>
                                    </div>
                                    <div class="part-name">066-01143-0501</div>
                                    <div class="part-model">MST67A</div>
                                    <div class="part-category">Transponders</div> 
                                </a>
                            </div>
                            <div class="part-box part-quarter">
                                <a class="part-box-inner" href="products/part-210.html">
                                    <div class="part-image">
                                        <div class="part-image-container">
                                            <div class="part-image-inner"
                                                style="background-image: url('/products/files/id_30657/IMG_5837.jpg');"
                                            ></div>
                                            <div class="label-container"> <div class="label label-re" title="Repairable">RE</div> <div class="label label-ov" title="Overhauled Outright">OV</div> <div class="label label-oe" title="Overhauled Exchange">OE</div> <div class="label label-sr" title="Servicable">SR</div></div>
                                        </div>
                                    </div>
                                    <div class="part-name">210</div>
                                    <div class="part-model">210</div>
                                    <div class="part-category">Controls</div> 
                                </a>
                            </div>
                            <div class="part-box part-quarter">
                                <a class="part-box-inner" href="products/part-060-0017-01.html">
                                    <div class="part-image">
                                        <div class="part-image-container">
                                            <div class="part-image-inner"
                                                style="background-image: url('/products/files/id_4524/20210414_143729.jpg');"
                                            ></div>
                                            <div class="label-container"> <div class="label label-re" title="Repairable">RE</div> <div class="label label-ov" title="Overhauled Outright">OV</div> <div class="label label-oe" title="Overhauled Exchange">OE</div> <div class="label label-sr" title="Servicable">SR</div></div>
                                        </div>
                                    </div>
                                    <div class="part-name">060-0017-01</div>
                                    <div class="part-model">KI256</div>
                                    <div class="part-category">Gyros</div> 
                                </a>
                            </div>
                            <div class="part-box part-quarter">
                                <a class="part-box-inner" href="products/part-438-005.html">
                                    <div class="part-image">
                                        <div class="part-image-container">
                                            <div class="part-image-inner"
                                                style="background-image: url('/products/files/id_59538/20210415_145659.jpg');"
                                            ></div>
                                            <div class="label-container"> <div class="label label-re" title="Repairable">RE</div> <div class="label label-ov" title="Overhauled Outright">OV</div> <div class="label label-oe" title="Overhauled Exchange">OE</div> <div class="label label-sr" title="Servicable">SR</div></div>
                                        </div>
                                    </div>
                                    <div class="part-name">438-005</div>
                                    <div class="part-model">438</div>
                                    <div class="part-category">Amplifier, Audio Panels</div> 
                                </a>
                            </div>
                            
                        <div class="part-clear"></div>
                    </div>
                    
                </div><!--
             --><!--<div class="body-card">
                    <div class="text-header">AVIONICS SALES</div><br />
                    Contact us today with all of your aviation needs. Someone is standing by to take your call 24 hours a day, 7 days a week.<br />817-625-2719.
                </div>--><!--
             --><div class="body-card">
                    
                </div>
            </div>
            <div style="clear: both;"></div>
        </div>
                <div id="footer-container">
            <div id="footer-columns">
                <div class="footer-column left">
                    <div class="column-header">ABOUT US</div>
                    <div>We have over 40 years experience serving the aviation community. Call us today to allow us to serve you.</div>
                </div><!--
             --><div class="footer-column middle">
                    <div class="column-header">COMPANY</div>
                    <ul class="spaced">
                        <li><a href="sales.html">Sales</a></li>
                        <li><a href="repairs.html">Repairs</a></li>
                        <li><a href="about.html">Contact</a></li>
                        <li><a href="forms.html">Forms</a></li>
                        <li><a href="search.html">Shop</a></li>
                        <li><a href="cart.html">Cart</a></li>
                        <li><a href="rfq.html">RFQ</a></li>
                        <li><a href="part_index.html">All Parts</a></li>
                    </ul>
                </div><!--
             --><div class="footer-column middle">
                    <div class="column-header">DEALERS</div>
                    <ul class="spaced">
                        <li><a href="https://www.collinsaerospace.com/en">Collins Aerospace</a></li>
                        <li><a href="http://www.garmin.com/">Garmin</a></li>
                        <li><a href="https://www.telephonics.com/">Telephonics</a></li>
                        <li><a href="http://www.freeflightsystems.com/">FreeFlight Systems</a></li>
                        <li><a href="http://www.avidyne.com/">Avidyne</a></li>
                    </ul>
                </div><!--
             --><div class="footer-column right">
                    <div class="column-header">CONTACT US</div>
                    <ul>
                        <li class="email"><a href="mailto:[email protected]">[email protected]</a></li>
                        <li class="phone"><a href="tel:817-625-2719">817-625-2719</a></li>
                        <li class="fax">817-625-6875</li>
                        <li class="address">Meacham International Airport 4151 N Main Street Fort Worth, Texas 76106</li>
                    </ul>
                </div>
            </div>
            <div id="copyright">Copyright &copy; 2025 <a href="index.html" title="Fieldtech Avionics & Instruments, Inc">Fieldtech Avionics & Instruments, Inc.</a> All Rights Reserved</div>
        </div>
    </body>
</html>                               

Whois info of domain

Domain Name: FTAV.COM
Registry Domain ID: 10026351_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2022-11-01T16:24:38Z
Creation Date: 1999-09-10T18:41:33Z
Registry Expiry Date: 2029-09-10T18:41:33Z
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: NS41.DOMAINCONTROL.COM
Name Server: NS42.DOMAINCONTROL.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-05T14:16:35Z <<<
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