Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
308 Permanent Redirect - ib5k.com
HTTP Status: 308
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Content-Type: text/plain
Location: https://ib5k.com/
Refresh: 0;url=https://ib5k.com/
server: Vercel

HTTP Code 308 Permanent Redirect

http status code 308 is a permanent redirect that, unlike 301, ensures the request method remains unchanged.

When is Code 308 used?

  • When a resource is permanently moved while preserving the request method
  • When enforcing HTTPS without changing form submission behavior

What does Code 308 mean for the user?

The user is permanently redirected to the new URL, and the request method remains the same.

200 OK - https://ib5k.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Age: 1616223
Cache-Control: public, max-age=0, must-revalidate
Content-Disposition: inline
Content-Length: 14997
Content-Type: text/html; charset=utf-8
Date: Wed, 07 May 2025 06:16:59 GMT
Etag: "0e62ab5052589d468b5c75eff0db7e16"
Last-Modified: Fri, 18 Apr 2025 13:19:56 GMT
Server: Vercel
Strict-Transport-Security: max-age=63072000
X-Vercel-Cache: HIT
X-Vercel-Id: arn1::wdw4l-1746598619212-6041992def2f

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: ib5k.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html>
<head lang="en">
    <meta charset="UTF-8">

    <!--Page Title-->
    <title>Home - IB5K - Big Ideas Made Simple</title>

    <!--Meta Keywords and Description-->
    <meta name="keywords" content="video production, shor form documentaries, analytics, software development, interactive experiences, clojure, cinder, ruby, javascript, analytics, correlate.io">
    <meta name="description" content="IB5k is a worldwide network of civically-minded media, design,and software gurus. Create your next project with IB5k">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>

    <!--Favicon-->
    <link rel="shortcut icon" href="images/ib5k-favicon-322484ba5a9a7d0aea20bff24e99892f.ico" title="Favicon"/>

    <!-- Main CSS Files -->
    <link rel="stylesheet" href="css/style.css">

    <!-- Namari Color CSS -->
    <link rel="stylesheet" href="css/namari-color.css">

    <!-- Animate CSS-->
    <link href="css/animate.css" rel="stylesheet" type="text/css">

    <!--Google Webfonts-->
    <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800' rel='stylesheet' type='text/css'>
    <link rel="icon" type="image/png" href="https://ib5k-com.beansmile.com/system/images/W1siZiIsIjIwMTQvMDcvMTAvNHIwMmRxcnVoeF9mYXZpY29uLnBuZyJdXQ/favicon.png">
    <script src="https://kit.fontawesome.com/029c649e94.js" crossorigin="anonymous"></script>
    <script src="https://cdn.tailwindcss.com"></script>
    <script src="https://www.google.com/recaptcha/api.js" async defer></script>
    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-9X0PMYW3R7"></script>
    <script>
        window.dataLayer = window.dataLayer || [];
        function gtag(){dataLayer.push(arguments);}
        gtag('js', new Date());

        gtag('config', 'G-9X0PMYW3R7');
    </script>
</head>
<body>

<div id="wrapper">

    <header class="scrollto clearfix" data-enllax-ratio=".5">
        <div id="header" class="nav-collapse" style="top:0">
            <div class="row clearfix">
                <div class="col-1">

                    <!--Logo-->
                    <div id="logo">

                        <!--The Logo that is shown on the sticky Navigation Bar-->
                        <img src="images/logo-c047e7bda7fbea80c7414bef1c904214.png" id="navigation-logo" alt="Landing Page"/>
                        <!--End of Navigation Logo-->

                    </div>
                    <!--End of Logo-->

                    <aside>

                        <!--Social Icons in Header-->
                        <ul class="social-icons">
                            <li>
                                <a target="_blank" title="Istagram" href="https://www.instagram.com/ib5k">
                                    <i class="fa fa-instagram fa-1x"></i><span>Instragram</span>
                                </a>
                            </li>
                            <li>
                                <a target="_blank" title="Facebook" href="https://www.facebook.com/ib5knetwork">
                                    <i class="fa fa-facebook fa-1x"></i><span>Facebook</span>
                                </a>
                            </li>
                            <li>
                                <a target="_blank" title="Twitter" href="https://www.twitter.com/ib5k">
                                    <i class="fa fa-brands fa-x-twitter fa-1x"></i><span>Twitter</span>
                                </a>
                            </li>
                            <li>
                                <a target="_blank" title="Instagram" href="http://www.linkedin.com/company/ib5k">
                                    <i class="fa fa-linkedin fa-1x"></i><span>Linkedin</span>
                                </a>
                            </li>
                        </ul>
                        <!--End of Social Icons in Header-->

                    </aside>

                </div>
            </div>
        </div><!--End of Header-->

        <!--Banner Content-->
        <div class="row clearfix">

            <div class="col-1">

                <div class="section-heading">
                    <img src="images/logo-c047e7bda7fbea80c7414bef1c904214.png" width="120px" alt="Landing Page" style="margin-top: 30px "/>
                    <h2 style="font-size: 20px">Big Ideas Made Simple</h2>
                </div>

                    <div class="main-title-welcome" style="line-height: 40px;">
                        We bring together the <b>best designers, technologists and multimedia producers</b><br> of a generation from around the world and let them do what they do best: solve your problems.
                    </div>

            </div>

        </div><!--End of Row-->
    </header>

    <!--Main Content Area-->
    <main id="content">

        <section id="pricing" class="secondary-color scrollto clearfix ">
            <div class="row clearfix hero-row">

                <div class="col-2 pricipies-title" style="height:100%; display: flex; justify-content:center; align-items: center">
                    <h1 class="text-left" style="font-size: 24px">Founded in 2009, our clients are <b><br>public servants, governments,<br> non-profits, and civically-minded<br> corporations.<b></h1>
                </div>

                <div class="col-2" style="height:100%; display: flex; justify-content:center; align-items: center; background-color: white">
                    <div class="row clearfix">
                        <div class="section-heading">
                            <h2 class="text-left" style="font-weight: bold; font-size: 22px;">OUR 7 PRINCIPLES</h2>
                            <p class="text-left" style="font-size: 20px; line-height: 40px; font-weight: 200; padding-top: 12px">
                                - <b style="font-weight: 700">Simplify</b> where possible <br>
                                - <b style="font-weight: 700">Enlighten</b> what is dark<br>
                                - <b style="font-weight: 700">Awaken</b> the best creative minds<br>
                                - <b style="font-weight: 700">Partner</b> with good people<br>
                                - <b style="font-weight: 700">Do more</b> with less<br>
                                - <b style="font-weight: 700">Solve</b> big problems<br>
                                - <b style="font-weight: 700">Seek</b> truth<br>
                            </p>
                        </div>
                    </div>
                </div>

            </div>

        </section>
        <section class="scrollto clearfix">
            <div class="row clearfix hero-row" style="height: auto">
                <div class="col-2 contact-col">
                    <h3 style="text-align: left; font-size: 24px">Connect With Us</h3>
                    <p style="text-align: left; padding: 18px 0; font-weight:400; font-size: 18px">Are you interested in starting a project with us? <b>Send us a message or connect to our socials.<b></b></p>
                    <!--Social Icons in Footer-->

                    <ul class="social-icons" style="display: flex; justify-content: stretch"
                        <li>
                            <a target="_blank" title="Istagram" href="https://www.instagram.com/ib5k">
                                <i class="fa fa-instagram fa-1x"></i><span>Instragram</span>
                            </a>
                        </li>
                        <li>
                            <a target="_blank" title="Facebook" href="https://www.facebook.com/ib5knetwork">
                                <i class="fa fa-facebook fa-1x"></i><span>Facebook</span>
                            </a>
                        </li>
                        <li>
                            <a target="_blank" title="Twitter" href="https://www.twitter.com/ib5k">
                                <i class="fa fa-brands fa-x-twitter fa-1x"></i><span>Twitter</span>
                            </a>
                        </li>
                        <li>
                            <a target="_blank" title="Instagram" href="http://www.linkedin.com/company/ib5k">
                                <i class="fa fa-linkedin fa-1x"></i><span>Linkedin</span>
                            </a>
                        </li>
                    </ul>
                    <!--End of Social Icons in Footer-->
                </div>

                <div class="col-2">
                    <div id="error_message" class="text-white"></div>
                   <form action="#" id="myform" onsubmit="event.preventDefault(); validate();"  class="rounded-lg shadow-xl flex flex-col px-8 py-8" >

                        <label for="fullname" class="text-gray-500">Full name<span class="text-red-500">*</span></label>
                        <input id="fullname" type="text" name="fullname" class="pl-4 mt-1 block w-full rounded-md bg-gray-100 border-transparent focus:border-gray-500 focus:bg-white focus:ring-0"/>

                        <label for="email" class="text-gray-500 mt-4">E-mail<span class="text-red-500">*</span></label>
                        <input id="email" type="email" name="email" class="pl-4 mt-1 block w-full rounded-md bg-gray-100 border-transparent focus:border-gray-500 focus:bg-white focus:ring-0"/>

                        <label for="org" class="text-gray-500 mt-4">Organization<span class="text-red-500">*</span></label>
                        <input id="org" type="text" name="org" class="pl-4 mt-1 block w-full rounded-md bg-gray-100 border-transparent focus:border-gray-500 focus:bg-white focus:ring-0"/>

                        <label for="message" class="text-gray-500 mt-4">Message<span class="text-red-500">*</span></label>
                        <textarea id="message" name="message" class="pl-4 pt-4 mt-1 block w-full rounded-md bg-gray-100 border-transparent focus:border-gray-500 focus:bg-white focus:ring-0" rows="3"></textarea>
                        <div class="flex flex-row items-center justify-start mb-4">
                            <button id="send-btn" class="px-10 mt-8 py-2 bg-[#000] text-gray-50 font-light rounded-md text-lg flex flex-row items-center">
                                Send
                            </button>
                            <div id="statusSending" class="la-ball-triangle-path" style="display: none; margin-top: 27px; margin-left: 27px;">
                                <div></div>
                                <div></div>
                                <div></div>
                            </div>
                        </div>
                       <div class="g-recaptcha" data-sitekey="6LdXySgpAAAAAEYfrVtNtcLLS3qNJ83lzbHCGXbH"></div>
                    </form>
                </div>
            </div>
        </section>
    </main>
</div>

<!-- Include JavaScript resources -->
<script src="js/jquery.1.8.3.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/featherlight.min.js"></script>
<script src="js/featherlight.gallery.min.js"></script>
<script src="js/jquery.enllax.min.js"></script>
<script src="js/jquery.scrollUp.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/jquery.stickyNavbar.min.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/images-loaded.min.js"></script>
<script src="js/lightbox.min.js"></script>
<script src="js/site.js"></script>
<script src="js/axios.min.js"></script>
<script>
    const onloadCallback = function() {};
        function validate() {
        const token = grecaptcha.getResponse();
        const myform = document.getElementById("myform");
        const name = document.getElementById("fullname").value;
        const email = document.getElementById("email").value;
        const org = document.getElementById("org").value;
        const message = document.getElementById("message").value;
        const error_message = document.getElementById("error_message");
        const send_btn = document.getElementById('send-btn')
        const statusSending = document.getElementById('statusSending')
        error_message.classList.add('bg-red-400');
        error_message.style.padding = "10px";
        send_btn.disabled = true;

        let text;
        if (name.length <= 2) {
        text = "Please enter valid name";
        error_message.innerHTML = text;
        send_btn.disabled = false;
        return false;
    }


        if (email.indexOf("@") == -1 || email.length < 6) {
        text = "Please Enter valid Email";
        error_message.innerHTML = text;
        send_btn.disabled = false;
        return false;
    }

    if (org.length < 2) {
        text = "Please enter correct org";
        error_message.innerHTML = text;
        send_btn.disabled = false;
        return false;
    }

        if (message.length <= 50) {
        text = "Please enter more than 50 characters.";
        error_message.innerHTML = text;
        send_btn.disabled = false;
        return false;
    }

    if (!token) {
        text = "Resolve the reCaptcha first to submit the form";
        error_message.innerHTML = text;
        send_btn.disabled = false;
        return false;
    }
            error_message.style.padding = "0";
            const form = new FormData();
            form.append('fullName', name);
            form.append('email', email);
            form.append('org', org);
            form.append('message', message);
            send_btn.innerHTML = 'Sending';
            statusSending.style.display = 'block';
            axios.post('/api/form', form).then(function (response) {
                if (response.status === 200){
                    error_message.classList.add('bg-green-400');
                    text = "Thanks for your submission";
                    error_message.innerHTML = text;
                    error_message.style.padding = "10px";
                    myform.reset();
                    send_btn.disabled = false;
                    send_btn.innerHTML = 'Send';
                    statusSending.style.display = 'none';
                }
            }).catch(function (err) {
                error_message.classList.add('bg-red-400');
                text = "An Error Occurred try again.";
                error_message.innerHTML = text;
                send_btn.disabled = false;
            });

            return false;
    }
</script>
<script src="https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit"
        async defer>
</script>
</body>
</html>
                               

Whois info of domain

Domain Name: IB5K.COM
Registry Domain ID: 1531774667_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2024-12-07T16:02:11Z
Creation Date: 2008-12-07T00:20:49Z
Registry Expiry Date: 2025-12-07T00:20:49Z
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: DANE.NS.CLOUDFLARE.COM
Name Server: NADIA.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-07T06:16:49Z <<<
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