Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - jitci.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sun, 04 May 2025 13:31:41 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
Location: https://jitci.com/
Cache-Control: max-age=1800
CF-Cache-Status: MISS
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=bzx4zoikLYx2s09wCW7GTO476yOhjmZ3PWC2MBFvLZi8nFx7KUd%2Fby2fZp%2FYNm9sHcVsR%2BNuAZ2kZAht7AfRxkrqDIaQhBs3qqUqUGSQNY6CwZX3gIPBqr%2FaVjBZveFkPJdBT6%2FiSw%3D%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 93a85c1b8ec13769-HEL
server-timing: cfL4;desc="?proto=TCP&rtt=1283&min_rtt=1283&rtt_var=641&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=165&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"

HTTP Code 301 Moved Permanently

301 http code 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://jitci.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sun, 04 May 2025 13:31:41 GMT
Content-Type: text/html;charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Cache-Control: public, max-age=1800
last-modified: Thu, 01 Jan 1970 00:00:01 GMT
CF-Cache-Status: MISS
Accept-Ranges: bytes
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=bsvgd9pyzjQF6QtdHDTRGMCW9K%2Fd1%2F9upuH0oSy69K2ArPSywEIRydVBE73xkO0gZhWMj6CGu%2FBs8N1LToKG4BtC%2BZ670gX0A9wAfHdf1IzkqmCHJkMJ8UIcEoT0%2BASnLy%2B2p8wuFQ%3D%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 93a85c1d6b4f8da5-HEL
server-timing: cfL4;desc="?proto=TCP&rtt=1184&min_rtt=1178&rtt_var=343&sent=5&recv=7&lost=0&retrans=0&sent_bytes=2831&recv_bytes=784&delivery_rate=3322925&cwnd=252&unsent_bytes=0&cid=7dc96b60e0757648&ts=672&x=0"

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: jitci.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">
    <title>JitCI</title>
    <!-- Icon -->
    <link rel="shortcut icon" type="image/ico" href="/dist/favicon.ico"/>
    <link rel="shortcut icon" type="image/ico" href="/dist/favicon.ico"/>
    <link rel="apple-touch-icon" sizes="180x180" href="/dist/apple-touch-icon.png">
    <link rel="icon" type="image/png" sizes="32x32" href="/dist/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="16x16" href="/dist/favicon-16x16.png">
    <link rel="manifest" href="/site.webmanifest">
    <meta name="msapplication-TileColor" content="#da532c">
    <meta name="theme-color" content="#ffffff">

    <!-- CSS -->
    <link rel="stylesheet" href="/dist/css/tonic.css" media="screen">
    <link rel="stylesheet" href="/dist/css/style.css" media="screen">
    <link rel="stylesheet" href="/dist/css/intro.css" media="screen">
    <link rel="stylesheet" href="/dist/css/ionicons.min.css" media="screen">
</head>
<body>

<div class="jumbotron gradient2">

    <nav class="navbar navbar-fixed-top2">
        <div class="navbar-header">
            <ul class="nav navbar-nav">
                <li><a href="/" class="navbar-brand"><img class="logo-svg" src="/dist/img/jitci-logo.svg"/> <span id="title1">JitCI</span></a></li>
                <li class="pull-right">
                    <a href="/gh" class="pull-right">
                        <span class="nav-btn">Sign In <i class="icon ion-logo-github"> </i> </span>
                    </a>
                </li>
            </ul>
        </div>
    </nav>

    <div class="container jumbo">
        <h1>
            <a href="/" id="title2">JitCI</a>
        </h1>
        <h3>Build platform for <a title="Java" target="_blank" href="https://openjdk.java.net">JVM</a> and <a title="Android" href="https://android.com" target="_blank"><i class="icon ion-logo-android android"></i></a> projects</h3>
        <div class="sub-header">
            <span title="Continuous Integration">Tests</span> <i class="icon ion-md-checkmark"></i>
            Dependency Audit <i class="icon ion-md-checkmark"></i>
            Publishing <i class="icon ion-md-checkmark"></i>
        </div>
        <div class="sub-header">
            <span title="Continuous Integration">Coverage</span> <i class="icon ion-md-checkmark"></i>
            License Checks <i class="icon ion-md-checkmark"></i>
            Vulnerability Reports <i class="icon ion-md-checkmark"></i>
        </div>
        <div class="row"></div>
        <div class="row">
            <div class="col-lg-12 text-center">
                <a href="/gh" class="btn sign-up btn-green btn-success">Get Started<i class="icon ion-ios-rocket"></i></a>
            </div>
        </div>
        <div class="row"></div>
    </div>
</div>

<div class="lane dark"></div>

<div class="dark feature features">
    <div class="container">
        <div class="row justify-content-center mb-5">
            <div class="col-md-12 text-center mb-5">
                <h1 class="text-uppercase pb_color-dark-opacity-3">Features</h1>
            </div>
        </div>

        <div class="row">
            <div class="col-lg-4 col-md- col-sm-6">
                <div class="media d-block pb_feature-v1 text-left">
                    <div class="pb_icon">
                        <i class="icon ion-md-analytics"></i>
                    </div>
                    <div class="media-body">
                        <h5 class="mt-0 mb-3 heading">Test reports</h5>
                        <p class="text-sans-serif">See your tests run in <b>real-time</b> and get notified immediately.
                            JitCI tracks tests over time and reports which fail most frequently and which are the slowest</p>
                    </div>
                </div>
            </div>

            <div class="col-lg-4 col-md- col-sm-6">
                <div class="media d-block pb_feature-v1 text-left">
                    <div class="pb_icon"> <i class="icon ion-md-cube"></i> </div>
                    <div class="media-body">
                        <h5 class="mt-0 mb-3 heading">Dependency Audit</h5>
                        <p class="text-sans-serif">Keep an eye on your dependencies with every build. JitCI monitors:
                        <ul>
                            <li>Latest versions</li>
                            <li>Licences</li>
                            <li>Vulnerabilities (CVE)</li>
                        </ul>
                        </p>
                    </div>
                </div>
            </div>

            <div class="col-lg-4 col-md- col-sm-6">
                <div class="media d-block pb_feature-v1 text-left">
                    <div class="pb_icon"> <i class="icon ion-md-cloud-upload"></i> </div>
                    <div class="media-body">
                        <h5 class="mt-0 mb-3 heading">Publish</h5>
                        <p class="text-sans-serif">
                            Build artifacts are automatically published to an internal artifact repository.</p>
                        <p>In addition, you can publish libraries to a Maven repository or <a href="https://jitpack.io">JitPack</a>
                        </p>
                    </div>
                </div>
            </div>
        </div>

        <div class="row">
            <div class="col-lg-4 col-md- col-sm-6">
                <div class="media d-block pb_feature-v1 text-left">
                    <div class="pb_icon">  <i class="icon ion-md-switch"></i> </div>
                    <div class="media-body">
                        <h5 class="mt-0 mb-3 heading">Pre-Configured</h5>
                        <p class="text-sans-serif">JitCI detects your build tool and test framework. Start off with sensible defaults and configure where needed</p>
                    </div>
                </div>
            </div>
            <div class="col-lg-4 col-md- col-sm-6">
                <div class="media d-block pb_feature-v1 text-left">
                    <div class="pb_icon"> <i class="icon ion-md-filing"></i> </div>
                    <div class="media-body">
                        <h5 class="mt-0 mb-3 heading">Cache</h5>
                        <p class="text-sans-serif">Built-in dependency cache for faster and more reliable builds. JitCI can automatically cache dependencies from third party repositories like Maven Central</p>
                    </div>
                </div>
            </div>
            <div class="col-lg-4 col-md- col-sm-6">
                <div class="media d-block pb_feature-v1 text-left">
                    <div class="pb_icon"> <i class="icon ion-md-umbrella"></i> </div>
                    <div class="media-body">
                        <h5 class="mt-0 mb-3 heading">Code Coverage</h5>
                        <p class="text-sans-serif">Keep an eye on which classes and methods are covered by tests. JitCI has an integrated coverage tracking so no additional setup is required</p>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>

<div class="lane light"></div>

<div class="container explainer">
    <div class="row justify-content-center">
        <div class="col-md-12 text-center">
            <h1 class="text-uppercase pb_color-dark-opacity-3">ABOUT</h1>
        </div>
    </div>
    <div class="row feature-text light feature-window">
        <div class="col-lg-10 col-lg-offset-1">
            <div class="windowed" style="width: 650px;">
                <div class="window-top">
                    <svg xmlns="http://www.w3.org/2000/svg" width="54" height="14" viewBox="0 0 54 14">
                        <g fill="none" fill-rule="evenodd" transform="translate(1 1)">
                            <circle cx="6" cy="6" r="6" fill="#FF5F56" stroke="#E0443E" stroke-width=".5"></circle>
                            <circle cx="26" cy="6" r="6" fill="#FFBD2E" stroke="#DEA123" stroke-width=".5"></circle>
                            <circle cx="46" cy="6" r="6" fill="#27C93F" stroke="#1AAB29" stroke-width=".5"></circle>
                        </g>
                    </svg>
                </div>
                <img class="window-img" src="/img/pipeline.gif">
            </div>
        </div>
    </div>
    <div class="row feature-text light mb-2">
        <div class="col-lg-8 col-lg-offset-2">
            <div>
                <p>The idea behind JitCI Platform is simple - make <b>testing and publishing</b> code as <b>easy</b> as possible</b>.
                    At the same time it provides you with <i>insights</i> to help improve your project.
                    All this without extensive setup on your part so you can focus on what matters - providing value to your users</p>
            </div>
        </div>
    </div>
    <div class="row justify-content-center">
        <div class="col-md-12 text-center">
            <h2 class="text-uppercase pb_color-dark-opacity-3">PRICING</h2>
        </div>
    </div>
    <div class="row feature-text light mb-2">
        <div class="col-lg-8 col-lg-offset-2">
            <div>
                <p>JitCI is free for public open-source projects, students and charities.</p>
                <p>It is available as an add-on with a <a href="https://jitpack.io/private#subscribe" target="_blank">JitPack Subscription</a> for private repositories.
                Start with a free trial and upgrade anytime.</p>
            </div>
        </div>
    </div>
</div>

<div class="lane dark"></div>

<div class="dark feature">
    <div class="container">
        <div class="row justify-content-center mb-3">
            <div class="col-md-12 text-center">
                <h1 class="pb_color-dark-opacity-3">Tests in action</h1>
            </div>
        </div>
        <div class="row">
            <div class="col-lg-7">
                <div class="windowed" style="width: 615px;">
                    <div class="window-top">
                        <svg xmlns="http://www.w3.org/2000/svg" width="54" height="14" viewBox="0 0 54 14">
                            <g fill="none" fill-rule="evenodd" transform="translate(1 1)">
                                <circle cx="6" cy="6" r="6" fill="#FF5F56" stroke="#E0443E" stroke-width=".5"></circle>
                                <circle cx="26" cy="6" r="6" fill="#FFBD2E" stroke="#DEA123" stroke-width=".5"></circle>
                                <circle cx="46" cy="6" r="6" fill="#27C93F" stroke="#1AAB29" stroke-width=".5"></circle>
                            </g>
                        </svg>
                    </div>
                    <img class="window-img" src="/img/tests-running.gif">
                </div>
            </div>
            <div class="col-lg-4">
                <p class="text-sans-serif">See your tests run in <b>real-time</b> and get notified immediately.
                    JitCI tracks tests over time and reports which fail most frequently and which are the slowest.</p>
                <p class="text-sans-serif">
                    To achieve this JitCI is tightly integrated with build tools and testing frameworks. Specifically, we understand your build files and use byte code instrumentation in order to track tests in real-time.
                </p>
            </div>
        </div>
    </div>
</div>

<div class="jumbotron footer">
    <div class="lane footer-lane"></div>

    <div class="container">
        <div class="row">
            <div class="col-lg-10 col-lg-offset-1 text-center" style="padding-bottom: 50px;">
                <a href="/gh" style="color: white; margin-top: -50px;" class="btn sign-up btn-green btn-success">Get Started<i class="icon ion-ios-rocket"></i></a>
            </div>
        </div>
        <div class="row">
            <div class="col-lg-2">© JitPack 2025</div>
            <div class="col-lg-8 footer-links">
                ci&#64;jitpack.io
                | <a href="https://twitter.com/jitpack"><i class="icon ion-logo-twitter"></i> Twitter</a>
                | <a href="https://github.com/jitpack/jitci"><i class="icon ion-logo-github"></i> GitHub</a>
                | <a class="link" onclick="doorbell.show()"><i class="icon ion-md-chatboxes"></i> Support</a>
                | <a href="https://jitpack.io">JitPack.io</a>
            </div>
        </div>
    </div>
</div>

<script src="/dist/js/jquery-3.2.1.min.js"></script>
<script src="/dist/js/bootstrap.min.js"></script>
<script src="/dist/js/pages.js"></script>
<script type="text/javascript">
    window.doorbellOptions = {
        id: '9662',
        hideButton: false,
        appKey: 'xlheLLHhoQyqquTajoY4orbd4Xu9XAtRUBI7eu3lm52YdEnbx8nOu7C7subzCXNK',
        strings: {
            'feedback-button-text': '<i class="icon ion-md-chatboxes"></i>',
            'title': 'Contact Us',
            'intro-text': 'Bugs, new features or comments:',
            'feedback-textarea-placeholder': 'Please describe your issue or suggestion'
        }
    };
    (function(w, d, t) {
        var hasLoaded = false;
        function l() { if (hasLoaded) { return; } hasLoaded = true; window.doorbellOptions.windowLoaded = true; var g = d.createElement(t);g.id = 'doorbellScript';g.type = 'text/javascript';g.async = true;g.src = 'https://embed.doorbell.io/button/'+window.doorbellOptions['id']+'?t='+(new Date().getTime());(d.getElementsByTagName('head')[0]||d.getElementsByTagName('body')[0]).appendChild(g); }
        if (w.attachEvent) { w.attachEvent('onload', l); } else if (w.addEventListener) { w.addEventListener('load', l, false); } else { l(); }
        if (d.readyState == 'complete') { l(); }
    }(window, document, 'script'));
</script>

</body>

</html>                               

Whois info of domain

Domain Name: JITCI.COM
Registry Domain ID: 2121118851_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.gandi.net
Registrar URL: http://www.gandi.net
Updated Date: 2025-04-05T02:06:24Z
Creation Date: 2017-05-06T04:57:47Z
Registry Expiry Date: 2026-05-06T04:57:47Z
Registrar: Gandi SAS
Registrar IANA ID: 81
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +33.170377661
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: ALEC.NS.CLOUDFLARE.COM
Name Server: SOFIA.NS.CLOUDFLARE.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-04T13:31:33Z <<<
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