Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - cvmgr.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
location: https://cvmgr.com/
server: Fly/f22fdaf3f (2025-04-30)
via: 1.1 fly.io
fly-request-id: 01JT6R7DTDYX4KN71E36BC94NR-arn
content-length: 0
date: Thu, 01 May 2025 20:22:20 GMT

HTTP Code 301 Moved Permanently

301 status 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://cvmgr.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
cache-control: max-age=0, private, must-revalidate
content-length: 9365
content-type: text/html; charset=utf-8
date: Thu, 01 May 2025 20:22:21 GMT
referrer-policy: strict-origin-when-cross-origin
server: Fly/f22fdaf3f (2025-04-30)
x-content-type-options: nosniff
x-download-options: noopen
x-frame-options: SAMEORIGIN
x-permitted-cross-domain-policies: none
x-request-id: GDuA1xmDrUofDBYABMCi
set-cookie: _dj_key=SFMyNTY.g3QAAAABbQAAAAtfY3NyZl90b2tlbm0AAAAYMnV4a2phN3VYSHpPNno1bDQ1MlR5MEhh.TR6ytw7ieMEEaLQwFPE8S-tN37QZmGODC2sMrLWE7pg; path=/; HttpOnly; SameSite=Lax
via: 1.1 fly.io, 1.1 fly.io
fly-request-id: 01JT6R7DW44WRWZPPS3G0W0Y68-arn

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: cvmgr.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="[scrollbar-gutter:stable]">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="csrf-token" content="UxQ7HFM1XQU6GxsuQzsNGnB8SjAjVRhYaaCw9TjpbSaauA8vDIxdZeP9">
    <title data-prefix="CV Mgr ·">CV Mgr ·
Welcome
    </title>
    <link phx-track-static rel="stylesheet" href="/assets/app-cacab5f3e0f2ed07bb7226ca667af059.css?vsn=d">
    <script defer phx-track-static type="text/javascript" src="/assets/app-7a60f631ae8694bf5fcddd7b64689c7a.js?vsn=d">
    </script>
    <script defer data-domain="cvmgr.com" src="https://plausible.io/js/script.file-downloads.hash.outbound-links.js"></script>
<script>window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
    <script>
      // On page load or when changing themes, best to add inline in `head` to avoid FOUC
      if (localStorage.getItem('color-theme') === 'dark' || (!('color-theme' in localStorage) && window.matchMedia('(prefers-color-scheme: dark)').matches)) {
        document.documentElement.classList.add('dark');
      } else {
        document.documentElement.classList.remove('dark')
      }
    </script>
  </head>
  <body class="antialiased">
<nav class="border-gray-200">
  <div class="navbar">
    <div class="navbar-start">
      <div class="dropdown">
        <label tabindex="0" class="btn btn-ghost lg:hidden">
          <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h8m-8 6h16"></path></svg>
        </label>

      </div>

      <a href="/" class="btn btn-ghost text-xl">CV Mgr</a>

    </div>
    <div class="navbar-center hidden lg:flex">

    </div>
    <div class="navbar-end">

      <ul class="menu menu-horizontal px-1">
        <li>
  <a href="/users/register" aria-current="page">Register</a>
</li>
        <li>
  <a href="/users/log_in" aria-current="page">Log in</a>
</li>
      </ul>

    </div>
  </div>
</nav>
<div class="grow mx-auto prose max-w-none min-h-[30vh] md:min-h-[70vh] w-full md:w-3/4">
<main class="px-4 py-20 sm:px-6 lg:px-8">
  <div class="mx-auto max-w-5xl">
    <div id="flash-group">
  
  
  
  <div id="client-error" phx-click="[[&quot;push&quot;,{&quot;value&quot;:{&quot;key&quot;:&quot;error&quot;},&quot;event&quot;:&quot;lv:clear-flash&quot;}],[&quot;hide&quot;,{&quot;time&quot;:200,&quot;to&quot;:&quot;#client-error&quot;,&quot;transition&quot;:[[&quot;transition-all&quot;,&quot;transform&quot;,&quot;ease-in&quot;,&quot;duration-200&quot;],[&quot;opacity-100&quot;,&quot;translate-y-0&quot;,&quot;sm:scale-100&quot;],[&quot;opacity-0&quot;,&quot;translate-y-4&quot;,&quot;sm:translate-y-0&quot;,&quot;sm:scale-95&quot;]]}]]" role="alert" class="fixed top-12 right-2 mr-2 w-80 sm:w-96 z-50 rounded-lg p-3 ring-1 bg-rose-50 text-rose-900 shadow-md ring-rose-500 fill-rose-900" hidden phx-connected="[[&quot;hide&quot;,{&quot;time&quot;:200,&quot;to&quot;:&quot;#client-error&quot;,&quot;transition&quot;:[[&quot;transition-all&quot;,&quot;transform&quot;,&quot;ease-in&quot;,&quot;duration-200&quot;],[&quot;opacity-100&quot;,&quot;translate-y-0&quot;,&quot;sm:scale-100&quot;],[&quot;opacity-0&quot;,&quot;translate-y-4&quot;,&quot;sm:translate-y-0&quot;,&quot;sm:scale-95&quot;]]}]]" phx-disconnected="[[&quot;show&quot;,{&quot;to&quot;:&quot;.phx-client-error #client-error&quot;,&quot;transition&quot;:[[&quot;transition-all&quot;,&quot;transform&quot;,&quot;ease-out&quot;,&quot;duration-300&quot;],[&quot;opacity-0&quot;,&quot;translate-y-4&quot;,&quot;sm:translate-y-0&quot;,&quot;sm:scale-95&quot;],[&quot;opacity-100&quot;,&quot;translate-y-0&quot;,&quot;sm:scale-100&quot;]]}]]">
  <p class="flex items-center gap-1.5 text-sm font-semibold leading-6">
    
    
    <span class="hero-exclamation-circle-mini h-4 w-4"></span>
    We can&#39;t find the internet
  </p>
  <p class="mt-2 text-sm leading-5">
    Attempting to reconnect <span class="hero-arrow-path ml-1 h-3 w-3 animate-spin"></span>
  </p>
  <button type="button" class="group absolute top-1 right-1 p-2" aria-label="close">
    <span class="hero-x-mark-solid h-5 w-5 opacity-40 group-hover:opacity-70"></span>
  </button>
</div>

  <div id="server-error" phx-click="[[&quot;push&quot;,{&quot;value&quot;:{&quot;key&quot;:&quot;error&quot;},&quot;event&quot;:&quot;lv:clear-flash&quot;}],[&quot;hide&quot;,{&quot;time&quot;:200,&quot;to&quot;:&quot;#server-error&quot;,&quot;transition&quot;:[[&quot;transition-all&quot;,&quot;transform&quot;,&quot;ease-in&quot;,&quot;duration-200&quot;],[&quot;opacity-100&quot;,&quot;translate-y-0&quot;,&quot;sm:scale-100&quot;],[&quot;opacity-0&quot;,&quot;translate-y-4&quot;,&quot;sm:translate-y-0&quot;,&quot;sm:scale-95&quot;]]}]]" role="alert" class="fixed top-12 right-2 mr-2 w-80 sm:w-96 z-50 rounded-lg p-3 ring-1 bg-rose-50 text-rose-900 shadow-md ring-rose-500 fill-rose-900" hidden phx-connected="[[&quot;hide&quot;,{&quot;time&quot;:200,&quot;to&quot;:&quot;#server-error&quot;,&quot;transition&quot;:[[&quot;transition-all&quot;,&quot;transform&quot;,&quot;ease-in&quot;,&quot;duration-200&quot;],[&quot;opacity-100&quot;,&quot;translate-y-0&quot;,&quot;sm:scale-100&quot;],[&quot;opacity-0&quot;,&quot;translate-y-4&quot;,&quot;sm:translate-y-0&quot;,&quot;sm:scale-95&quot;]]}]]" phx-disconnected="[[&quot;show&quot;,{&quot;to&quot;:&quot;.phx-server-error #server-error&quot;,&quot;transition&quot;:[[&quot;transition-all&quot;,&quot;transform&quot;,&quot;ease-out&quot;,&quot;duration-300&quot;],[&quot;opacity-0&quot;,&quot;translate-y-4&quot;,&quot;sm:translate-y-0&quot;,&quot;sm:scale-95&quot;],[&quot;opacity-100&quot;,&quot;translate-y-0&quot;,&quot;sm:scale-100&quot;]]}]]">
  <p class="flex items-center gap-1.5 text-sm font-semibold leading-6">
    
    
    <span class="hero-exclamation-circle-mini h-4 w-4"></span>
    Something went wrong!
  </p>
  <p class="mt-2 text-sm leading-5">
    Hang in there while we get back on track
    <span class="hero-arrow-path ml-1 h-3 w-3 animate-spin"></span>
  </p>
  <button type="button" class="group absolute top-1 right-1 p-2" aria-label="close">
    <span class="hero-x-mark-solid h-5 w-5 opacity-40 group-hover:opacity-70"></span>
  </button>
</div>
</div>
<h1>Landing</h1>
landing

  </div>
</main>
</div>
    <footer class="container mx-auto p-4 sm:px-6 sm:mb-28 md:px-8 text-based-content mb-14" id="footer">
  <div class="lg:px-[12%] md:px-[12%]">
    <div class="flex flex-col md:flex-row gap-4">
      <nav class="mt-5 md:basis-1/6 order-2 md:order-1">
        <h6 class="footer-title">Social</h6>
        <div class="flex gap-2">
          <a href="https://x.com/cv_mgr">
            <svg class="h-6 w-6 text-zinc-500" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
              <path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M4 4l11.733 16h4.267l-11.733 -16z"></path><path d="M4 20l6.768 -6.768m2.46 -2.46l6.772 -6.772"></path>
            </svg>
          </a>

          <div class="tooltip tooltip-top" data-tip="Copy mail to the clipboard.">
            <span id="mailIcon" class="hero-envelope cursor-pointer text-lg text-gray-500 hover:text-gray-700"></span>
          </div>

          <div id="emailMessage" class="fixed bottom-20 left-1/2 transform -translate-x-1/2 translate-y-full p-4 bg-secondary text-white text-lg font-semibold rounded-lg shadow-md transition-all duration-700 ease-in-out opacity-100 hidden z-50">
            Email copied to clipboard
          </div>
        </div>
      </nav>
      <aside class="mt-5 md:basis-1/6 order-3 md:order-2">
        <h6 class="footer-title">Support</h6>
        <div class="flex gap-2 items-end prose">
          <div>
            Here and Here
          </div>
        </div>
      </aside>
      <nav class="mt-5 order-last md:basis-1/6 md:order-3">
      <h6 class="footer-title">Legal</h6>
        <div class="flex flex-col">
          <a href="/terms">Terms</a>
          <a href="/privacy-policy">Privacy policy</a>
          <a href="/cookie-policy">Cookie policy</a>
        </div>
      </nav>
    </div>
    <aside class="mt-10">
      <small>
        &copy; 2025 Cv Mgr ApS. All rights reserved. Built by <a href="https:///kristianras.com">Kristian Ras</a>, proudly made in Denmark 🇩🇰, v.
      </small>
    </aside>
  </div>
</footer>

    <div id="cookieConsent" class="fixed bottom-0 left-0 right-0 bg-gray-800 text-white p-4 shadow-lg flex flex-col md:flex-row gap-4 justify-between items-center">
      <div class="flex flex-row items-top md:items-center">
        <span class="mr-2 min-w-fit">
          <img src="/images/cookie.svg" alt="A cookie with a bite taken of it" class="w-10 md:w-8">
        </span>
        <span class="prose text-zinc-50 max-w-none">
          Welcome to CV Mgr. We have cookies and promise to use them for improving your user experience. By continuing, you accept out <a href="/cookie-policy" class="text-zinc-50">cookie policy</a>.
        </span>
      </div>
      <button id="acceptCookies" class="btn btn-primary ml-4 mr-4 px-4 py-2 transition">Accept</button>
    </div>
  </body>
</html>                               

Whois info of domain

Domain Name: CVMGR.COM
Registry Domain ID: 2930314986_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.rrpproxy.net
Registrar URL: http://www.key-systems.net
Updated Date: 2024-10-31T10:32:11Z
Creation Date: 2024-10-31T10:27:04Z
Registry Expiry Date: 2025-10-31T10:27:04Z
Registrar: Key-Systems GmbH
Registrar IANA ID: 269
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +49.68949396850
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS1.SIMPLY.COM
Name Server: NS2.SIMPLY.COM
Name Server: NS3.SIMPLY.COM
DNSSEC: signedDelegation
DNSSEC DS Data: 13242 13 2 1D48B555D7241B237D24AA33C39A12E208DE2965309BCF817D6E7DF1AA872770
DNSSEC DS Data: 13242 13 4 173CFE15D1FB7465F3862C2D3FD714CA449B6127AF2A1E88423CB5857E9E7893DC385E7FBDA106B7623BC9B662E3B920
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-01T20:22:12Z <<<
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