Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
308 Permanent Redirect - onmcu.com
HTTP Status: 308
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Fri, 02 May 2025 17:29:44 GMT
Content-Length: 0
Connection: keep-alive
Location: https://onmcu.com/
cf-cache-status: DYNAMIC
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=IPcbrgTNitmz4IJQuKB2UAYbs3%2BJ5rrJxcnSkcOdkIXwCwAZV%2FG97UVzd0kDsf8qJnz7e%2FkF4S%2BiTMUnCNvTMMZFh1PPb6YhUp0O6oIdz2doN9FWSxySA%2Bd%2BXbbtdra2HvGJrhoOuTw%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 93993e135d01750c-HAM
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=21160&min_rtt=21160&rtt_var=10580&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 308 Permanent Redirect

308 status code 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.

302 Found - https://onmcu.com/
HTTP Status: 302
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Fri, 02 May 2025 17:29:44 GMT
Content-Length: 0
Connection: keep-alive
Alt-Svc: h3=":443"; ma=86400
Location: https://www.onmcu.com/
Server: cloudflare
Cf-Cache-Status: DYNAMIC
CF-RAY: 93993e145c1718da-FRA

HTTP Code 302 Found (Moved Temporarily)

302 status code 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.onmcu.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Fri, 02 May 2025 17:29:44 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
Accept-Ch: Sec-CH-UA, Sec-CH-UA-Mobile, Sec-CH-UA-Platform, Sec-CH-UA-Platform-Version, Sec-CH-Width, Sec-CH-Viewport-Width
Accept-Ranges: bytes
Alt-Svc: h3=":443"; ma=86400
Last-Modified: Sat, 15 Feb 2025 16:13:20 GMT
Permissions-Policy: ch-ua=(self "https://api.pirsch.io"), ch-ua-mobile=(self "https://api.pirsch.io"), ch-ua-platform=(self "https://api.pirsch.io"), ch-ua-platform-version=(self "https://api.pirsch.io"), ch-width=(self "https://api.pirsch.io"), ch-viewport-width=(self "https://api.pirsch.io")
Server: cloudflare
Vary: Accept-Encoding
Cf-Cache-Status: DYNAMIC
CF-RAY: 93993e173ce262b8-HAM

HTTP Code 200 OK

200 status 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: onmcu.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="en" class="bg-gray-50 dark:bg-gray-900">

<head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <title>OnMCU Beta - Microcontroller Testing in the Cloud</title>
    <link rel="icon" href="/favicon.svg" sizes="any" type="image/svg+xml">
    <link href="/fonts/fonts.css" rel="stylesheet" integrity="sha384-wIq+uFcSbd1FcgXbtv0zlFihb4BL85qI2Memgz3c4sdXuRNGexwmCEEScIw5azEC">
    <link href="/css/style.css" rel="stylesheet" integrity="sha384-TZhDCNGaGkSOCeeQeHeI5xdkJTznXMuPGh+KSN0AxaVEt86Y1vyme9G5u/mhxg2I">
    <script defer src="/js/mobile-menu.js" integrity="sha384-Q24VuyGpZ1ipcG5Smi20l80FIItDISHPKyp3AzVZqYs3Sq71hGBhfi/ZdABi7u4w"></script>
    <script defer src="/js/email-mod.js" integrity="sha384-dUNknj/WZWc3fyEyb/u86GJBDxXi/iiKzz1+22C46ldKAwmTcPHhrSM/i3KhZTEC"></script>


    
    
</head>

<body class="min-h-screen flex flex-col text-black dark:text-white">
    <header>
        <nav class="container mx-auto px-4 py-3">
            <div class="flex justify-between items-center">
                <a href="/" class="orange-link text-2xl md:text-3xl font-extrabold">OnMCU</a>
                <button class="md:hidden text-gray-600 dark:text-gray-300 focus:outline-none" id="menu-toggle">
                    <svg class="h-6 w-6" fill="none" stroke="currentColor" viewBox="0 0 24 24"
                        xmlns="http://www.w3.org/2000/svg">
                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
                            d="M4 6h16M4 12h16m-7 6h7"></path>
                    </svg>
                </button>
                <div class="hidden md:flex items-center space-x-6" id="menu"> 
    <a href="/pricing">Pricing</a>
    <a href="/signin" class="orange-button">Sign In</a>
 </div>
            </div>
            <div class="hidden md:hidden mt-4 flex flex-col space-y-2" id="mobile-menu"> 
    <a href="/pricing">Pricing</a>
    <a href="/signin" class="orange-button">Sign In</a>
 </div>
        </nav>
    </header>

    
<main class="flex-grow">
    <article class="w-full">
        <!-- Hero Section -->
        <section class="container mx-auto px-8 py-16">
            <div class="flex flex-col md:flex-row items-center gap-8">
                <div class="md:w-1/2 flex flex-col items-start">
                    <h1 class="text-4xl lg:text-5xl font-extrabold !leading-[1.2] text-left mb-6">
                        Real Hardware.<br>Real Time.<br>Real Simple.
                    </h1>
                    <p class="text-lg md:text-xl text-gray-700 dark:text-gray-200 mb-8">
                        Instant remote access to microcontroller devboards for seamless testing.
                    </p>
                    <a href="/register?utm_source=home&utm_content=get-started" class="orange-button w-full md:w-auto font-bold py-4 px-8">
                        Start Free Trial
                    </a>
                </div>
                <div class="md:w-1/2 mt-8 md:mt-0">
                    <img src="hero.svg" alt="Microcontroller connected to cloud" class="w-full h-auto" />
                </div>
            </div>
        </section>

        <!-- Benefits Section -->
        <section class="bg-gray-100 dark:bg-gray-800 pt-8 pb-16">
            <div class="container mx-auto px-4 text-xl">
                <h2 class="text-2xl md:text-3xl font-bold text-center mb-8">Your Benefits</h2>
                <div class="highlighted-grid-element">
                    <div class="grid grid-cols-1 md:grid-cols-2 gap-x-8 gap-y-4">
                        <ul class="space-y-4">
                            <li class="flex items-center">
                                <svg role="img" aria-label="check mark" class="w-5 h-5 text-onmcu-orange dark:text-orange-400 mr-3" fill="none" stroke="currentColor" viewbox="0 0 24 24">
                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
                                </svg>
                                <span>Reduce development costs by up to 70%</span>
                            </li>
                            <li class="flex items-center">
                                <svg role="img" aria-label="check mark" class="w-5 h-5 text-onmcu-orange dark:text-orange-400 mr-3" fill="none" stroke="currentColor" viewbox="0 0 24 24">
                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
                                </svg>
                                <span>Use your favorite boards from anywhere</span>
                            </li>
                            <li class="flex items-center">
                                <svg role="img" aria-label="check mark" class="w-5 h-5 text-onmcu-orange dark:text-orange-400 mr-3" fill="none" stroke="currentColor" viewbox="0 0 24 24">
                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
                                </svg>
                                <span>Accelerate time-to-market</span>
                            </li>
                        </ul>
                        <ul class="space-y-4">
                            <li class="flex items-center">
                                <svg role="img" aria-label="check mark" class="w-5 h-5 text-onmcu-orange dark:text-orange-400 mr-3" fill="none" stroke="currentColor" viewbox="0 0 24 24">
                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
                                </svg>
                                <span>Eliminate hardware procurement delays</span>
                            </li>
                            <li class="flex items-center">
                                <svg role="img" aria-label="check mark" class="w-5 h-5 text-onmcu-orange dark:text-orange-400 mr-3" fill="none" stroke="currentColor" viewbox="0 0 24 24">
                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
                                </svg>
                                <span>Access 100+ different MCU models</span>
                            </li>
                            <li class="flex items-center">
                                <svg role="img" aria-label="check mark" class="w-5 h-5 text-onmcu-orange dark:text-orange-400 mr-3" fill="none" stroke="currentColor" viewbox="0 0 24 24">
                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
                                </svg>
                                <span>Make testing blissful, not a burden</span>
                            </li>
                        </ul>
                    </div>
                </div>
            </div>
        </section>

        <!-- Core Features Grid -->
        <section class="py-16">
            <div class="container mx-auto px-4">
                <h2 class="text-2xl md:text-3xl font-bold text-center mb-8">Core Features</h2>
                <div class="grid grid-cols-1 md:grid-cols-2 gap-8">

                    <!-- Cloud Infrastructure -->
                    <div class="highlighted-grid-element">
                        <div class="text-onmcu-orange dark:text-orange-400 mb-6">
                            <svg role="img" aria-label="share" class="w-8 h-8" fill="none" viewbox="0 0 24 24" stroke="currentColor">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.684 13.342C8.886 12.938 9 12.482 9 12c0-.482-.114-.938-.316-1.342m0 2.684a3 3 0 110-2.684m0 2.684l6.632 3.316m-6.632-6l6.632-3.316m0 0a3 3 0 105.367-2.684 3 3 0 00-5.367 2.684zm0 9.316a3 3 0 105.368 2.684 3 3 0 00-5.368-2.684z" />
                            </svg>
                        </div>
                        <h3 class="text-xl font-bold mb-4">Cloud-Based Hardware Access</h3>
                        <p class="text-gray-600 dark:text-gray-300">
                            Access a wide range of MCUs through our secure cloud platform, ideal for remote teams and
                            distributed development.
                        </p>
                    </div>

                    <!-- Real Hardware Testing -->
                    <div class="highlighted-grid-element">
                        <div class="text-onmcu-orange dark:text-orange-400 mb-6">
                            <svg role="img" aria-label="slider controllers" class="w-8 h-8" fill="none" viewbox="0 0 24 24" stroke="currentColor">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 6V4m0 2a2 2 0 100 4m0-4a2 2 0 110 4m-6 8a2 2 0 100-4m0 4a2 2 0 110-4m0 4v2m0-6V4m6 6v10m6-2a2 2 0 100-4m0 4a2 2 0 110-4m0 4v2m0-6V4" />
                            </svg>
                        </div>
                        <h3 class="text-xl font-bold mb-4">Real Hardware Testing</h3>
                        <p class="text-gray-600 dark:text-gray-300">
                            Run unit tests and integration tests on real development boards with integrated measurement tools. No need to buy any hardware yourself.
                        </p>
                    </div>
                    <!-- CI/CD Integration -->
                    <div class="highlighted-grid-element">
                        <div class="text-onmcu-orange dark:text-orange-400 mb-6">
                            <svg role="img" aria-label="code" class="w-8 h-8" fill="none" viewbox="0 0 24 24" stroke="currentColor">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4" />
                            </svg>
                        </div>
                        <h3 class="text-xl font-bold mb-4">Seamless CI/CD Integration</h3>
                        <p class="text-gray-600 dark:text-gray-300">
                            Easily integrate with your existing CI/CD pipeline (GitHub, GitLab, ...) to automate testing
                            on actual hardware for continuous delivery.
                        </p>
                    </div>


                    <div class="highlighted-grid-element">
                        <div class="text-onmcu-orange dark:text-orange-400 mb-6">
                            <svg role="img" aria-label="flash" class="w-8 h-8" fill="none" viewbox="0 0 24 24" stroke="currentColor">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 10V3L4 14h7v7l9-11h-7z" />
                            </svg>
                        </div>
                        <h3 class="text-xl font-bold mb-4">Automated and Instant Testing</h3>
                        <p class="text-gray-600 dark:text-gray-300">
                            Reduce testing time by 70% with automated execution and instant setup &mdash; no complex
                            configurations or initial investments required.
                        </p>
                    </div>
                </div>
            </div>
        </section>


        <!-- Backed By Section -->
        <section class="bg-gray-100 dark:bg-gray-800 pt-8 pb-16">
            <div class="container mx-auto px-4">
                <h2 class="text-2xl md:text-3xl font-bold text-center mb-8">Backed by</h2>
                <div class="grid grid-cols-1 md:grid-cols-2 gap-16 items-center max-w-4xl mx-auto">
                    <a href="https://www.tum-venture-labs.de/" target="_blank" class="highlighted-grid-element group flex justify-center h-48 max-w-md mx-auto w-full">
                        <img class="h-full w-auto object-contain grayscale group-hover:grayscale-0 contrast-[.80] group-hover:contrast-100 transition duration-300" src="/images/vlabs.svg" alt="Venture Labs" />
                    </a>
                    <a href="https://www.unternehmertum.de/" target="_blank" class="highlighted-grid-element group flex justify-center h-48 max-w-md mx-auto w-full">
                        <img class="h-full max-h-32 w-auto object-contain grayscale group-hover:grayscale-0 contrast-[.80] group-hover:contrast-100 transition duration-300" src="/images/utum.svg" alt="UnternehmerTUM" />
                    </a>
                </div>
            </div>
        </section>

        <!-- CTA Section -->
        <section class="py-16">
            <div class="container mx-auto px-4">
                <div class="highlighted-grid-element max-w-3xl mx-auto">
                    <h2 class="text-3xl font-bold mb-6">Ready to Transform Your Testing?</h2>
                    <p class="text-xl text-gray-600 dark:text-gray-300 mb-8">
                        Join innovative companies that already use OnMCU to streamline their embedded development.
                    </p>
                    <a href="/register?utm_source=home&utm_content=cta" class="orange-button py-3 px-8">
                        Start Free Trial
                    </a>
                </div>
            </div>
        </section>
    </article>
</main>


    <footer>
        <div class="container mx-auto px-4">
            <div class="flex flex-col md:flex-row justify-between items-center">
                <div class="mb-4 md:mb-0">
                    <a href="/" class="text-2xl font-bold text-onmcu-orange">OnMCU</a>
                </div>
                <div class="flex flex-wrap justify-center">
                    <a href="/imprint" class="mx-2 my-1 md:mx-4">Imprint</a>
                    <a href="/privacy" class="mx-2 my-1 md:mx-4">Privacy</a>
                </div>
            </div>
            <div class="mt-8 text-center"> &copy; 2025 OnMCU. All rights reserved.
            </div>
        </div>
    </footer>
</body>

</html>
                               

Whois info of domain

Domain Name: ONMCU.COM
Registry Domain ID: 2903737805_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.cloudflare.com
Registrar URL: http://www.cloudflare.com
Updated Date: 2024-07-30T10:41:37Z
Creation Date: 2024-07-30T10:41:34Z
Registry Expiry Date: 2025-07-30T10:41:34Z
Registrar: Cloudflare, Inc.
Registrar IANA ID: 1910
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.6503198930
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: ARON.NS.CLOUDFLARE.COM
Name Server: TITAN.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-02T17:29:26Z <<<
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