Check server response of

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

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.samedayaircorp.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Tue, 13 May 2025 20:22:45 GMT
Server: Apache
Last-Modified: Sun, 24 Mar 2024 17:28:18 GMT
Accept-Ranges: bytes
Content-Length: 19987
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: sdag1.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 charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  <meta http-equiv="x-ua-compatible" content="ie=edge">
  <title>Same Day Air Corp</title>
  <!-- Font Awesome -->
  <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.11.2/css/all.css">
  <!-- Bootstrap core CSS -->
  <link href="css/bootstrap.css" rel="stylesheet">
  <!-- Material Design Bootstrap -->
  <link href="css/mdb.css" rel="stylesheet">
  <link href="css/style.css" rel="stylesheet">
  <style>
    html,
        body,
        header,
        .jarallax {
          height: 100%;
        }

        @media (min-width: 560px) and (max-width: 740px) {
          html,
          body,
          header,
          .jarallax {
            height: 500px;
          }
        }

        @media (min-width: 800px) and (max-width: 850px) {
            html,
            body,
            header,
            .jarallax {
              height: 600px;
            }
        }

        @media (min-width: 800px) and (max-width: 850px) {
            .navbar:not(.top-nav-collapse) {
                background: #24355c!important;
            }
            .navbar {
              box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12) !important;
            }
        }
    </style>
</head>

<body class="intro-page transport-lp">

  <!--Navigation & Intro-->
  <header>

    <!--Navbar-->
    <nav class="navbar fixed-top navbar-expand-lg navbar-dark scrolling-navbar">
      <div class="container">
        <a class="navbar-brand" href="#"><img class="" src="logo.png" width="50" height="50"></a>
        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
          aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
          <span class="navbar-toggler-icon"></span>
        </button>
        <div class="collapse navbar-collapse" id="navbarSupportedContent">
          <!--Links-->
          <ul class="navbar-nav mr-auto smooth-scroll font-weight-bold">
            <li class="nav-item">
              <a class="nav-link px-4" href="#home">Home <span class="sr-only">(current)</span></a>
            </li>

            <li class="nav-item">
              <a class="nav-link px-4" href="#about" data-offset="100">About</a>
            </li>
            <li class="nav-item">
              <a class="nav-link px-4" href="#services" data-offset="30">Services</a>
            </li>
            <li class="nav-item">
              <a class="nav-link px-4" href="#features" data-offset="100">Features</a>
            </li>


          </ul>

          <!--Social Icons-->
          <ul class="navbar-nav nav-flex-icons">
            <li class="nav-item">
              <a class="nav-link"><i class="fab fa-facebook-f"></i></a>
            </li>
            <li class="nav-item">
              <a class="nav-link"><i class="fab fa-twitter"></i></a>
            </li>
            <li class="nav-item">
              <a class="nav-link"><i class="fab fa-instagram"></i></a>
            </li>
          </ul>
        </div>
      </div>
    </nav>
    <!--/Navbar-->

    <!--<div class="container h-40 d-flex justify-content-center align-items-center"></div> -->

    <!-- Intro Section -->
    <div id="home" class="view jarallax" data-jarallax='{"speed": 0.2}' style="background-image: url(bg.jpg); background-repeat: no-repeat; background-size: cover; background-position: center center;">
      <div class="mask rgba-black-light">
        <div class="container h-50 justify-content-center align-items-center">
          <div class="row smooth-scroll">
            <div class="col-md-12 white-text text-center">
              <div class="wow fadeInDown" data-wow-delay="0.2s">
                <br>
                <h1 class="display-4 text-uppercase px-3 py-2"><strong class="font-weight-bold">Welcome to Same Day Air</strong></h1>

                <h5 class="white-text mt-5 font-weight-bold">Your Partner for Swift and Precise Logistics Solutions</h5>
                For more than 35 years, Same Day Air has been the trusted name in logistics, specializing in the rapid movement of critical parts and equipment. Our unwavering mission is to ensure seamless deliveries, driven by integrity, quality, and innovative solutions. We don't just deliver shipments; we deliver on our promises.
                <br><br><a href="#getaquote" onClick="alert('Coming soon'); return false;" data-offset="100" class="btn btn-danger-2 btn-rounded">Get a quote</a>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>

  </header>
  <!--/Navigation & Intro-->

  <!--Main content-->
  <main>

    <!--First container-->
    <div class="container-fluid background-z">
      <div class="container">

        <!--Section: Possibilities-->
        <section class="py-4">

          <!--Secion heading-->
          <h2 class="text-center text-uppercase font-weight-bold mt-5 pt-4 spacing wow fadeIn" data-wow-delay="0.2s"><strong>Transport</strong></h2>

          <!--Section description-->
          <p class="text-center text-uppercase font-weight-bold grey-text mb-5 pb-3 wow fadeIn" data-wow-delay="0.2s"></p>

          <!--First row-->
          <div class="row mb-5 wow fadeIn" data-wow-delay="0.4s">

            <div class="col-lg-3 col-md-6 text-center pt-1">
              <div class="icon-area">
                <div class="circle-icon">
                  <i class="fas fa-car"></i>
                </div>
                <br>
                <strong>Expedited Ground Shipping</strong>
                <p>Our on-demand express surface network ensures hot shots, special commodities, and exclusive truck and driver services are available round the clock.</p>
              </div>
            </div>

            <div class="col-lg-3 col-md-6 text-center pt-1">
              <div class="icon-area">
                <div class="circle-icon">
                  <i class="fas fa-plane"></i>
                </div>
                <br>
                <strong>Expedited Air Freight</strong>
                <p>Leverage our 35+ years of expertise with all commercial and private airlines, including Next Flight Out (N.F.O), Same Day Air Cargo (A.S.A.P), and secure On-Board Couriers.</p>
              </div>
            </div>

            <div class="col-lg-3 col-md-6 text-center pt-1">
              <div class="icon-area">
                <div class="circle-icon">
                  <i class="fas fa-plane"></i>
                </div>
                <br>
                <strong>Air Freight Charter</strong>
                <p>For the most time-critical shipments, our aircraft charter service provides a range of options to meet your needs.</p>
              </div>
            </div>

            <div class="col-lg-3 col-md-6 text-center pt-1">
              <div class="icon-area">
                <div class="circle-icon">
                  <i class="fas fa-truck"></i>
                </div>
                <br>
                <strong>Expedited LTL</strong>
                <p>Delivering peace of mind through tailored, value-based shipping solutions with precision execution.</p>
              </div>
            </div>

          </div>
          <!--/First row-->

        </section>
        <!--/Section: Possibilities-->

      </div>
    </div>
    <!--/First container-->

    <!--Second container-->
    <div class="container">

      <!--Section: About-->
      <section id="about" class="about my-5">

        <!--Secion heading-->
        <h2 class="text-center text-uppercase font-weight-bold mt-5 pt-4 pt-4 spacing wow fadeIn" data-wow-delay="0.2s"><strong>About
            us</strong></h2>

        <!--Section description-->
        <p class="text-center text-uppercase font-weight-bold grey-text mb-5 pb-3 wow fadeIn" data-wow-delay="0.2s"><i
            class="fas fa-square red-text-2 mr-2" aria-hidden="true"></i> Why Choose Same Day Air?</p>

        <!--First row-->
        <div class="row">

          <!--First column column-->
          <div class="col-xl-5 col-lg-6 pb-1 wow fadeIn" data-wow-delay="0.4s">

            <!--Description-->
            <p align="justify">With a legacy spanning over 35 years, Same Day Air is a trailblazer in logistics solutions for critical parts and equipment. Our journey has been defined by our unwavering dedication to delivering with speed, integrity, and quality.
            </p>

            <p align="justify">Discover the Same Day Air difference today. Contact us for personalized solutions and competitive quotes.</p>

            <ul>
              <li>Decades of excelence: With over 35 years of experience, our team's dedication to keeping the world moving is unmatched.</li>
              <li>Prompt Delivery: Our promise is in our name. We ensure your shipments arrive promptly, every time.</li>
              <li>Integrity in Every Shipment: Our commitment to integrity ensures that your critical cargo is handled with the utmost care and diligence.</li>
              <li>Comprehensive Solutions: From air to ground, we provide a wide array of solutions tailored to your specific needs.</li>
            </ul>

          </div>
          <!--/First column-->

          <!--Column column-->
          <div class="col-xl-6 ml-lg-auto col-lg-6 mb-5 wow fadeIn" data-wow-delay="0.4s">

            <!--Image-->
            <img src="myphoto.jpg" class="img-fluid rounded z-depth-1"
              alt="My photo">

          </div>
          <!--/Column column-->

        </div>
        <!--/First row-->

      </section>
      <!--/Section: About-->

      <hr>

      <!--Section: Services-->
      <section class="mt-5 mb-3" id="services">

        <!--Grid row-->
        <div class="row mt-5 pt-5 pb-3">

          <!--Grid column-->
          <div class="col-lg-3 col-md-6">

            <!--Secion heading-->
            <h4 class="font-weight-bold mb-4 wow fadeIn" data-wow-delay="0.2s"><strong class="red-text-2 font-weight-bold"><i
                  class="fas fa-square red-text-2 mr-2" aria-hidden="true"></i> </strong>Our
              Services
            </h4>

            <!--Description-->
            <p align="" class="dark-grey-text">Our team is united by a common goal: to find a way
to keep industry moving. Through every challenge
and deadline, we're committed to delivering not
just packages, but also trust, reliability, and excellence.
            </p>

          </div>
          <!--Grid column-->

          <!--Grid column-->
          <div class="col-lg-3 col-md-6 mb-4">

            <img src="31.jpg" class="img-fluid z-depth-1 rounded" alt="sample image">

            <!--Secion heading-->
            <h5 class="font-weight-bold dark-grey-text mt-4 mb-3 wow fadeIn" data-wow-delay="0.2s">Air Excellence:</h5>

            <!--Description-->
            <p align="justify" class=" font-small">With extensive experience across commercial and private airlines, we've mastered the art of swift air logistics.
            </p>


          </div>
          <!--Grid column-->

          <!--Grid column-->
          <div class="col-lg-3 col-md-6">

            <img src="32.jpg" class="img-fluid z-depth-1 rounded" alt="sample image">

            <!--Secion heading-->
            <h5 class="font-weight-bold dark-grey-text mt-4 mb-3 wow fadeIn" data-wow-delay="0.2s">Ground Transportation Solutions</h5>

            <!--Description-->
            <p align="justify" class=" font-small">
Our 24/7 surface network ensures
your shipments are always heading
to the destination, no matter the time.
            </p>


          </div>
          <!--Grid column-->

          <!--Grid column-->
          <div class="col-lg-3 col-md-6">

            <img src="30.jpg" class="img-fluid z-depth-1 rounded" alt="sample image">

            <!--Secion heading-->
            <h5 class="font-weight-bold dark-grey-text mt-4 mb-3 wow fadeIn" data-wow-delay="0.2s">Aircraft Charter</h5>

            <!--Description-->
            <p align="justify" class=" font-small">
For the most critical shipments,
our aircraft charter service offers
door-to-door solutions with a range of aircraft options.
            </p>


          </div>
          <!--Grid column-->

        </div>
        <!--Grid row-->

      </section>
      <!--/Section: Services-->

    </div>
    <!--/Second container-->

    <!--Streak-->
    <div class="streak streak-photo" style="background-image:url('background2.jpg')">
      <div class="mask flex-center rgba-black-light">
        <div class="container">

          <!--First row -->
          <div class="row text-white font-weight-bold text-center wow fadeIn" data-wow-delay="0.2s">

            <!--First column -->
            <div class="col-md-3 mb-2">
              <h1 class="white-text mb-1 font-weight-bold"><strong>7849</strong></h1>
              <p>SHIPMENTS DELIVERED</p>
            </div>
            <!-- First column -->

            <!--Second column -->
            <div class="col-md-3 mb-2">
              <h1 class="white-text mb-1 font-weight-bold"><strong>1,473,123</strong></h1>
              <p>MILES DRIVEN PER YEAR</p>
            </div>
            <!-- Second column -->

            <!--Third column -->
            <div class="col-md-3 mb-2">
              <h1 class="white-text mb-1 font-weight-bold"><strong>912,278</strong></h1>
              <p>MILES FLOWN PER YEAR</p>
            </div>
            <!-- Third column -->

            <!--Fourth column -->
            <div class="col-md-3">
              <h1 class="white-text mb-1 font-weight-bold"><strong>513</strong></h1>
              <p>SATISFIED CLIENTS</p>
            </div>
            <!-- Fourth column -->

          </div>
          <!-- First row -->
        </div>
      </div>
    </div>
    <!--/Streak-->

    <!--Third container-->
    <div class="container">

      <!--Section: Features v.4-->
      <section id="features" class="feature-box">

        <!--Secion heading-->
        <h2 class="text-center text-uppercase font-weight-bold mt-5 pt-4 spacing wow fadeIn" data-wow-delay="0.2s"><strong>Features</strong></h2>

        <!--Grid row-->
        <div class="row features-small pt-4">

          <!--Grid column-->
          <div class="col-md-4 mb-4">
            <div class="col-1 col-md-2 float-left">
              <i class="fas fa-phone red-text-2 fa-2x"></i>
            </div>
            <div class="col-10 col-md-9 col-lg-10 float-right">
              <h4 class="font-weight-bold dark-grey-text">24 hours support</h4>
              <p class="grey-text">Experience peace of mind with our round-the-clock customer support.
Our dedicated team is here to assist you at any hour,
ensuring your logistics needs are met promptly and efficiently.</p>
            </div>
          </div>
          <!--Grid column-->

          <!--Grid column-->
          <div class="col-md-4 mb-4">
            <div class="col-1 col-md-2 float-left">
              <i class="fas fa-home red-text-2 fa-2x"></i>
            </div>
            <div class="col-10 col-md-9 col-lg-10 float-right">
              <h4 class="font-weight-bold dark-grey-text">Secure Delivery Guarantee</h4>
              <p class="grey-text">Rest assured with our commitment to 100% safe delivery.
From critical parts to valuable equipment, we prioritize security
every step of the way, providing you with reliable and secure
logistics solutions tailored to your specific requirements.</p>
            </div>
          </div>
          <!--Grid column-->

          <!--Grid column-->
          <div class="col-md-4 mb-4">
            <div class="col-1 col-md-2 float-left">
              <i class="fas fa-globe red-text-2 fa-2x"></i>
            </div>
            <div class="col-10 col-md-9 col-lg-10 float-right">
              <h4 class="font-weight-bold dark-grey-text">Advanced Tracking Service</h4>
              <p class="grey-text">Stay informed every step of the way with our
advanced tracking service. Monitor your shipments
in real-time, from pickup to delivery, ensuring
transparency and visibility throughout the shipping process.</p>
            </div>
          </div>
          <!--Grid column-->

        </div>
        <!--Grid row-->

      </section>
      <!--/Section: Features v.4-->

    </div>
    <!--/Third container-->

    <!--Fourth container-->
    <div class="container-fluid background-z">
      <div class="container">


      </div>
    </div>
    <!--/Fourth container-->


  </main>
  <!--/Main content-->

  <!--Footer-->
  <footer class="page-footer mdb-color darken-3 text-center text-md-left pt-5">

    <!--Footer Links-->
    <div class="container mb-3">

      <!--First row-->
      <div class="row">

        <!--First column-->
        <div class="col-md-4 mt-1 mb-1 wow fadeIn" data-wow-delay="0.3s">
          <!--About-->
          <h5 class="title mb-4 font-weight-bold">ABOUT COMPANY</h5>

          <p>At Same Day Air,
we're dedicated to delivering unparalleled logistics
solutions tailored to your needs, ensuring reliability,
speed, and peace of mind.</p>

          <!--/About -->

          <div class="footer-socials mt-2">

            <!--Facebook-->
            <a type="button" class="btn-floating  btn-danger-2"><i class="fab fa-facebook-f"></i></a>
            <!--Dribbble-->
            <a type="button" class="btn-floating  btn-danger-2"><i class="fab fa-dribbble"></i></a>
            <!--Twitter-->
            <a type="button" class="btn-floating  btn-danger-2"><i class="fab fa-twitter"></i></a>
            <!--Google +-->
            <a type="button" class="btn-floating  btn-danger-2"><i class="fab fa-google-plus-g"></i></a>

          </div>
        </div>
        <!--/First column-->

        <hr class="w-100 clearfix d-md-none">

        <!--Second column-->
        <div class="col-lg-3 ml-lg-auto col-md-4 mt-1 mb-1 wow fadeIn" data-wow-delay="0.3s">
          <!--Search-->
          <h5 class="text-uppercase mb-4 font-weight-bold">Search something</h5>

          <ul class="footer-search list-unstyled">
            <li>
              <form class="search-form" role="search">
                <div class="md-form">
                  <input type="text" class="form-control" placeholder="Search">
                </div>
              </form>
            </li>
          </ul>

          <!--Info-->
          <p><i class="fas fa-home pr-1"></i> Chicago, IL 60707, US</p>
          <p><i class="fas fa-envelope pr-1"></i> [email protected]</p>
          <p><i class="fas fa-phone pr-1"></i> +1 800 810 1000</p>
          <p><i class="fas fa-print pr-1"></i> +1 800 218 2094</p>

        </div>
        <!--/Second column-->

        <hr class="w-100 clearfix d-md-none">

        <!--Third column-->
        <div class="col-lg-3 ml-lg-auto col-md-4 mt-1 mb-1 wow fadeIn" data-wow-delay="0.3s">
          <!--Contact-->
          <h5 class="text-uppercase mb-4 font-weight-bold">Recent news</h5>



        </div>
        <!--/Third column-->

      </div>
      <!--/First row-->

    </div>
    <!--/Footer Links-->

    <!--Copyright-->
    <div class="footer-copyright py-3 text-center">
      <div class="container-fluid">
        © 2024 Copyright <a href="" target="_blank">  </a>
      </div>
    </div>
    <!--/Copyright-->

  </footer>
  <!--/Footer-->


  <!-- SCRIPTS -->

  <!-- JQuery -->
  <script type="text/javascript" src="../js/jquery-3.4.1.min.js"></script>

  <!-- Bootstrap tooltips -->
  <script type="text/javascript" src="../js/popper.min.js"></script>

  <!-- Bootstrap core JavaScript -->
  <script type="text/javascript" src="../js/bootstrap.min.js"></script>

  <!-- MDB core JavaScript -->
  <script type="text/javascript" src="../js/mdb.min.js"></script>

  <script>
    //Animation init
    new WOW().init();

  </script>

</body>

</html>
                               

Whois info of domain

Domain Name: SDAG1.COM
Registry Domain ID: 1607419553_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.wildwestdomains.com
Registrar URL: http://www.wildwestdomains.com
Updated Date: 2022-09-07T19:08:06Z
Creation Date: 2010-07-20T20:11:43Z
Registry Expiry Date: 2025-12-31T11:59:59Z
Registrar: Wild West Domains, LLC
Registrar IANA ID: 440
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: NS1.4701WG.COM
Name Server: NS2.4701WG.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-13T20:22:37Z <<<
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