Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
302 Found - i2ms.com
HTTP Status: 302
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sat, 03 May 2025 05:42:00 GMT
Server: Apache
Location: https://www.i2ms.com/
Cache-Control: max-age=1
Expires: Sat, 03 May 2025 05:42:01 GMT
Content-Length: 205
Content-Type: text/html; charset=iso-8859-1

HTTP Code 302 Found (Moved Temporarily)

http status code 302 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 - https://www.i2ms.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sat, 03 May 2025 05:42:00 GMT
Server: Apache
Last-Modified: Thu, 01 May 2025 19:30:16 GMT
ETag: "34da-634181037722d"
Accept-Ranges: bytes
Content-Length: 13530
Cache-Control: max-age=1
Expires: Sat, 03 May 2025 05:42:01 GMT
Vary: Accept-Encoding,User-Agent
Content-Type: text/html

HTTP Code 200 OK

http status code 200 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: i2ms.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="en">
<!-- This is acomment -->
  <head>
	  
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <meta name="description" content="">
    <meta name="author" content="">

    <title>I2MS</title>

    <!-- Bootstrap core CSS -->
    <link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">

    <!-- Custom styles for this template -->
    <link href="css/modern-business.css" rel="stylesheet">

  </head>

  <body>

    <!-- Navigation -->
    <nav class="navbar fixed-top navbar-expand-lg navbar-light" style="background-color: #6c98dd;">
      <div class="container">
        <a class="navbar-brand" href="index.html">I2MS</a>
        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
          <span class="navbar-toggler-icon"></span>
        </button>
        <div class="collapse navbar-collapse" id="navbarResponsive">
          <ul class="navbar-nav ml-auto">
<!--
            <li class="nav-item">
              <a class="nav-link" href="about.html">About I2MS</a>
            </li>
            <li class="nav-item">
              <a class="nav-link" href="downloads/i2ms-nga-NOV_2019.zip">Download NGA</a>
            </li>
            <li class="nav-item">
              <a class="nav-link" href="downloads/training.zip">Download FPS Training Manual</a>
            </li>
            <li class="nav-item">
              <a class="nav-link" href="services.html">Services</a>
            </li>
-->
            <li class="nav-item">
              <a class="nav-link" href="contact.html"><b>Contact</b></a>
            </li>

            <li class="nav-item">
              <a class="nav-link" href="about.html"><b>About I2MS</b></a>
            </li>
            <li class="nav-item dropdown">
              <a class="nav-link dropdown-toggle" href="#" id="navbarDropdownBlog" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><b>Downloads</b></a>
              <div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdownBlog">
<!--
			    <a class="dropdown-item" href="downloads/NGA MART Data Dictionary.zip"><b>NGA MART Data Dictionary</b></a>
				<a class="dropdown-item" href="downloads/i2ms_2503.7z"><b>NGA 25.03 Build</b></a>
-->
				<a class="dropdown-item" href="downloads/i2ms_2503fix.7z"><b>NGA 25.03 ACM Fix</b></a>

			  <!--  <a class="dropdown-item" href="downloads/24.04_qart_fixes.zip"><b>NGA 24.04 MART Fixes</b></a>
			    <a class="dropdown-item" href="downloads/i2ms_2404.7z"><b>NGA 24.04 Build</b></a>
			    
			    <a class="dropdown-item" href="downloads/nga_prod_fix2_12102024.zip"><b>NGA 24.03 Prod Fix2</b></a>
			    <a class="dropdown-item" href="downloads/nga_prod_fix-12062024.zip"><b>NGA 24.03 Prod Fix</b></a>
                <a class="dropdown-item" href="downloads/i2ms_2403.7z"><b>NGA 24.03</b></a>
                <a class="dropdown-item" href="downloads/p36219938_190000_MSWIN-x86-64.zip"><b>Oracle Winbundle Database (Apr-2024)</b></a>
			<a class="dropdown-item" href="downloads/p36199232_190000_MSWIN-x86-64.zip"><b>Oracle OJVM Database (Apr-2024)</b></a> -->
                <!--<a class="dropdown-item" href="downloads/p6880880_190000_MSWIN-x86-64.zip"><b>Oracle Opatch 42</b></a> -->
                <!--<a class="dropdown-item" href="downloads/TRS1.07A_QART.zip"><b>Treasury QART Build 1.07a</b></a>-->
                <!--<a class="dropdown-item" href="downloads/i4g_url.txt"><b>I4G URL</b></a> -->
               <!-- <a class="dropdown-item" href="downloads/TRS1.08.zip"><b>Treasury Build 1.08</b></a>
                <a class="dropdown-item" href="downloads/QART Full Schema and App.zip"><b>Treasury QART Build 1.08</b></a>-->
              </div>
            </li>
          </ul>
        </div>
      </div>
    </nav>

    <header>
      <!--
      <div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
        <ol class="carousel-indicators">
          <li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
          <li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
          <li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
        </ol>
        <div class="carousel-inner" role="listbox">

          <div class="carousel-item active" style="background-image: url('imgs/gdit_logo2.png')">
            <div class="carousel-caption d-none d-md-block">
            <a href="https://www.GDIT.com/"></a>

            </div>
          </div>

          <div class="carousel-item" style="background-image: url('http://placehold.it/1900x1080')">
            <div class="carousel-caption d-none d-md-block">
              <h3>Second Slide</h3>
              <p>This is a description for the second slide.</p>
            </div>
          </div>

          <div class="carousel-item" style="background-image: url('http://placehold.it/1900x1080')">
            <div class="carousel-caption d-none d-md-block">
              <h3>Third Slide</h3>
              <p>This is a description for the third slide.</p>
            </div>
          </div>
        </div>

        <a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
          <span class="carousel-control-prev-icon" aria-hidden="true"></span>
          <span class="sr-only">Previous</span>
        </a>
        <a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
          <span class="carousel-control-next-icon" aria-hidden="true"></span>
          <span class="sr-only">Next</span>
        </a>
      </div>
    -->
    </header>

    <!-- Page Content -->
    <div class="container">

      <h1 class="my-4">Welcome to I2MS.com</h1>
      <div class="row">
        <div class="col-lg-6">
          <p>I2MS was designed for the Air Force Office of Special Investigations (AFOSI) by Computer Sciences Corporation (CSC). The AFOSI is the Air Force's major investigative service, focusing mainly on criminal investigations and counterintelligence services for commanders within the Air Force.  Investigators conduct different activities (interviews, searches, polygraph examinations, etc.) in the course of an investigation.  For years, the details of these activities were written and typed by hand and filed away.  Needless to say, searching existing documents for information was tedious. </p>
        </div>
        <div class="col-lg-6">
          <img class="img-fluid rounded" src="imgs/gdit_logo.png" alt="GDIT">
        </div>
      <p>In the past, electronic databases had been developed to help investigators, but these were information-gathering tools only, and added overhead to the investigative process without a great deal of benefit.  They did summarize data and provide valuable statistics that previously had been calculated by hand, but this benefited the OSI's supervisors more than it did the individual investigators.</p>
      <p>I2MS was designed to provide benefits to the investigator in the field on a daily basis. Like previous systems, I2MS summarizes data for commanders at higher levels. But the usefulness of the data goes beyond this. When an investigator enters information in the central database, that data is visible to other agents halfway around the world almost immediately after it is entered. People are entered into the database, but if you try to enter a person that already exists, there are checks to tell you so. People also can be 'related' to different people or organizations, allowing links to be created and easily seen by other investigators.</p>
      <p>There are many different 'activity' objects in I2MS, providing the building blocks of an investigation. The investigation details are also captured in I2MS. The end output from the completed investigation is a detailed report suitable for legal use. I2MS produces this with one push of a button.</p>
      <p>I2MS has the ability to record arrest data, track the location of evidence gathered, and store photos, fingerprints, maps, and other electronic documents. The number of hours that have been worked can be recorded for different activities. Notifications can be made when something special happens. For example, if another investigator adds a note to an interview activity that you created, you will see an email telling you this. An investigator can look at the details of a suspect, and from there discover details about a separate investigation of an incident that took place last year involving this suspect. As the system is used, the benefits will increase because there will be more data to share.</p>
      <p>If you want to read more on the I2MS system, check out our <a href="3rd Generation Paperless Case Management March (I2MS) 2018.docx">White Paper</a></p>
     </div>

      <!-- Portfolio Section -->
      <h1 style = "text-align: center; padding-top: 50px;">Our Customers</h1>

      <div class="row">
        <div class="col-lg-4 col-sm-6 portfolio-item">
          <div class="card h-100">
            <a href="https://www.dhs.gov/fps-what-we-do-fps-services"><img class="card-img-top" src="imgs/SealDHSFPS.png" alt=""></a>
            <div class="card-body">
              <h4 class="card-title" style = "text-align: center;">
                <a href="https://www.dhs.gov/fps-what-we-do-fps-services" >Federal Protective Service</a>
              </h4>
              <p class="card-text"></p>
            </div>
          </div>
        </div>
        <div class="col-lg-4 col-sm-6 portfolio-item">
          <div class="card h-100">
            <a href="https://www.nga.mil/Pages/Default.aspx"><img class="card-img-top" src="imgs/nga.jpg" alt=""></a>
            <div class="card-body">
              <h4 class="card-title" style = "text-align: center;">
                <a href="https://www.nga.mil/Pages/Default.aspx">National Geospatial-Intelligence Agency</a>
              </h4>
              <p class="card-text"></p>
            </div>
          </div>
        </div>
        <div class="col-lg-4 col-sm-6 portfolio-item">
          <div class="card h-100">
            <a href="https://www.dhs.gov/office-intelligence-and-analysis-mission"><img class="card-img-top" src="imgs/office_of_i&a.png" alt=""></a>
            <div class="card-body">
              <h4 class="card-title" style = "text-align: center;">
                <a href="https://www.dhs.gov/office-intelligence-and-analysis-mission">Office of Intelligence and Analysis</a>
              </h4>
              <p class="card-text"></p>
            </div>
          </div>
        </div>
        <div class="col-lg-4 col-sm-6 portfolio-item">
          <div class="card h-100">
            <a href="https://www.treasury.gov/about/role-of-treasury/orders-directives/Pages/to105-20.aspx"><img class="card-img-top" src="imgs/treasury.png" alt=""></a>
            <div class="card-body">
              <h4 class="card-title" style = "text-align: center;">
                <a href="https://www.treasury.gov/about/role-of-treasury/orders-directives/Pages/to105-20.aspx">Treasury Insider Threat</a>
              </h4>
              <p class="card-text"></p>
            </div>
          </div>
        </div>
        <div class="col-lg-4 col-sm-6 portfolio-item">
          <div class="card h-100">
            <a href="http://www.cid.army.mil/701st.html#sec7"><img class="card-img-top" src="imgs/225px-CID_seal.gif" alt=""></a>
            <div class="card-body">
              <h4 class="card-title" style = "text-align: center;">
                <a href="http://www.cid.army.mil/701st.html#sec7">DoD Army Terrorism and Criminal Investigations</a>
              </h4>
              <p class="card-text"></p>
            </div>
          </div>
        </div>
      </div>
      <!-- /.row -->

      <!-- Features Section -->
      <div class="row">
        <div class="col-lg-6">
          <h2>I2MS Features</h2>
          <p>I2MS includes:</p>
          <ul>
            <li>Built in XML Export/Import functionality for data sharing and system to system configuration</li>
            <li>Strong normalized database behind the user friendly interface </li>
            <li>Scalable to many users</li>
            <li>Minimization of duplicate data entry</li>
            <li>Automatic buildup of link analysis data for the investigative analyst.</li>
          </ul>
          <p>I2MS is developed by <a href="https://www.gdit.com/">GDIT.</a></p>
        </div>
        <div class="col-lg-6">
          <img class="img-fluid rounded" src="imgs/gdit_logo.png" alt="GDIT">
        </div>
      </div>
      <!-- /.row -->

      <hr>

      <!-- Call to Action Section -->
      <div class="row mb-4">
        <div class="col-md-9">
          <p>For more information about I2MS, contact the I2MS Information Department at [email protected].</p>
        </div>

      </div>

    </div>
    <!-- /.container -->

    <!-- Footer -->
    <footer class="py-5 bg-dark">
      <div class="container">
        <p class="m-0 text-center text-white">Copyright &copy; I2MS 2018</p>
      </div>
      <!-- /.container -->
    </footer>

    <!-- Bootstrap core JavaScript -->
    <script src="vendor/jquery/jquery.min.js"></script>
    <script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>

  </body>

</html>
                               

Whois info of domain

Domain Name: I2MS.COM
Registry Domain ID: 97546711_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2023-05-06T17:48:44Z
Creation Date: 2003-05-05T18:46:18Z
Registry Expiry Date: 2025-05-05T18:46:18Z
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: NS29.DOMAINCONTROL.COM
Name Server: NS30.DOMAINCONTROL.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-03T05:41:42Z <<<
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