Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - 2qip.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Connection: close
Content-Length: 0
Server: Varnish
Retry-After: 0
Location: https://2qip.com/
Accept-Ranges: bytes
Date: Sun, 11 May 2025 05:30:40 GMT
X-Served-By: cache-hel1410028-HEL
X-Cache: HIT
X-Cache-Hits: 0
X-Timer: S1746941440.114016,VS0,VE0
alt-svc: h3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400

HTTP Code 301 Moved Permanently

301 Moved Permanently 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://2qip.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Connection: keep-alive
Content-Length: 3616
Cache-Control: max-age=3600
Content-Type: text/html; charset=utf-8
Etag: "ad35061077b5978b6a3cfd336369986ff09cd1ac32c615692c54aaaa50f33af4"
Last-Modified: Sun, 11 Sep 2022 11:31:41 GMT
Strict-Transport-Security: max-age=31556926
Accept-Ranges: bytes
Date: Sun, 11 May 2025 05:30:40 GMT
X-Served-By: cache-hel1410023-HEL
X-Cache: MISS
X-Cache-Hits: 0
X-Timer: S1746941440.140953,VS0,VE100
Vary: x-fh-requested-host, accept-encoding
alt-svc: h3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400

HTTP Code 200 OK

200 OK 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: 2qip.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>
    <title>2qip</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0">
    <meta name="theme-color" content="#002fa7">
    <meta name="application-name" content="2qip">
    <meta name="description" lang="en" content="A free app to keep your personal and micro-business finances well organized. Customizable, collaborative, easy to use.">
    <link rel="icon" href="/images/icons/icon.svg" type="image/svg+xml">
    <link rel="icon" type="image/png" sizes="512x512" href="/images/icons/icon-512.png">
    <link rel="apple-touch-icon" href="/images/icons/apple-touch-icon.png">
    <style>
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url("/fonts/roboto-v20-latin-regular.woff2") format('woff2');
  }

  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: fallback;
    src: url("/fonts/roboto-v20-latin-500.woff2") format('woff2');
  }

  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: url("/fonts/roboto-v20-latin-700.woff2") format('woff2');
  }

  @font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("/fonts/material-icons.woff2") format('woff2');
  }

  @font-face {
    font-family: 'Material Icons Outlined';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("/fonts/material-icons-outlined.woff2") format('woff2');
  }
</style>
    <style>
      body,
      html {
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
        font-family: Roboto,sans-serif;
      }
      @page {
        margin: 3mm;
      }
    </style>
    
  <link rel="manifest" href="/manifest.json">
  <meta property="og:url" content="https://2qip.com">
<meta property="og:type" content="website">
<meta property="og:title" content="2qip">
<meta property="og:description" content="A free app to keep your personal and micro-business finances well organized. Customizable, collaborative, easy to use.">
<meta property="og:image" content="https://2qip.com/images/content/og.png">
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="2qip.com">
<meta property="twitter:url" content="https://2qip.com">
<meta name="twitter:title" content="2qip">
<meta name="twitter:description" content="A free app to keep your personal and micro-business finances well organized. Customizable, collaborative, easy to use.">
<meta name="twitter:image" content="https://2qip.com/images/content/og.png">

  </head>
  <body>
    
  <bf-start></bf-start>
  <noscript>Please enable JavaScript to view this website.</noscript>
  <script>
    const process = {
      env: {}
    }
    if (!('noModule' in HTMLScriptElement.prototype)) {
      document.body.innerHTML = 'Please upgrade your browser to view this website.';
    }
  </script>
  

  
<script type="module" src="./71fbd684.js"></script><script inject-service-worker="">
    if ('serviceWorker' in navigator) {
      window.addEventListener('load', function() {
        navigator.serviceWorker
          .register('../sw.js')
          .then(function() {
            console.log('ServiceWorker registered from "../sw.js".');
          })
          .catch(function(err) {
            console.log('ServiceWorker registration failed: ', err);
          });
      });
    }
  </script></body></html>                               

Whois info of domain

Domain Name: 2QIP.COM
Registry Domain ID: 2668871892_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.squarespace.domains
Registrar URL: http://domains2.squarespace.com
Updated Date: 2025-01-02T12:06:49Z
Creation Date: 2022-01-17T09:09:23Z
Registry Expiry Date: 2026-01-17T09:09:23Z
Registrar: Squarespace Domains II LLC
Registrar IANA ID: 895
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.6466935324
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS-CLOUD-D1.GOOGLEDOMAINS.COM
Name Server: NS-CLOUD-D2.GOOGLEDOMAINS.COM
Name Server: NS-CLOUD-D3.GOOGLEDOMAINS.COM
Name Server: NS-CLOUD-D4.GOOGLEDOMAINS.COM
DNSSEC: signedDelegation
DNSSEC DS Data: 49219 8 2 0CFAA00C05337BA1D50D3D97B17D3E6EC629A59078586E386D2D15F1F62FFA36
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-11T05:30:28Z <<<
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