Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - ae0s.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: openresty
Date: Tue, 06 May 2025 23:19:32 GMT
Content-Type: text/html
Content-Length: 166
Connection: keep-alive
Location: https://cqqrz.github.io/
X-Frame-Options: sameorigin

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://ae0s.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: 5559
Server: GitHub.com
Content-Type: text/html; charset=utf-8
permissions-policy: interest-cohort=()
Last-Modified: Sun, 04 May 2025 02:19:27 GMT
Access-Control-Allow-Origin: *
Strict-Transport-Security: max-age=31556952
ETag: "6816ceaf-15b7"
expires: Tue, 06 May 2025 23:29:32 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
X-GitHub-Request-Id: 7008:7030B:D1DFE5:D3B1C7:681A9903
Accept-Ranges: bytes
Age: 0
Date: Tue, 06 May 2025 23:19:32 GMT
Via: 1.1 varnish
X-Served-By: cache-hel1410034-HEL
X-Cache: MISS
X-Cache-Hits: 0
X-Timer: S1746573573.687126,VS0,VE151
Vary: Accept-Encoding
X-Fastly-Request-ID: fc620625bd8fbfbbf93f04337d20934764988203

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: ae0s.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>[AE0S]  </title>
    <meta name="description" content="Offial page of the amateur radio (ham) station AE0S featuring experiments, projects, publications, blog and station information">
    <meta name="google-site-verification" content="dv5RKiVqsej9VWfRGw1rU6y43fp3Spg9ULgLUUZQLtQ" />
    <meta name="msvalidate.01" content="36B677FC5749023331AF1AAD8126392C" />
    <meta name="yandex-verification" content="5e1f5584e6f19e04" />
    <script src="/lib/jquery-3.7.1.min.js" type="text/javascript"></script>
    <script src="/menu/script.js" type="text/javascript"></script>
    <script src="/script.js" type="text/javascript"></script>
    <link rel="stylesheet" type="text/css" href="/menu/style.css" />
    <link rel="stylesheet" type="text/css" href="/style.css" />
    <link href="https://fonts.googleapis.com/css?family=Allerta" rel="stylesheet"> 
	
	<script src="/lib/mastodon-timeline.min.js"></script>
	<link rel="stylesheet" href="/lib/mastodon-timeline.min.css" />
    <script>
        window.addEventListener("load", () => {
            const myTimeline = new MastodonTimeline({
                instanceUrl: "https://mastodon.radio",
                timelineType: "profile",
                userId: "109247503699835348",
                profileName: "@Claus",
                maxNbPostShow: "1",
                hideUnlisted: true,
                hideReblog: true,
                hideReplies: true,
                hidePreviewLink: true,
                hideCounterBar: true,
                btnSeeMore: "",
                btnReload: ""
            });
        });
    </script>


    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-TSTBPZ3MJP"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());

      gtag('config', 'G-TSTBPZ3MJP');
    </script>
  </head>

  <body>
    <div id="upper_left">
      <div class="call_sign">AE0S</div>
      <div class="amateur_station">Amateur Radio Station</div>
    </div>
    
    <div id="upper_right">
      <div class="call_sign">AE0S</div>
      <div class="amateur_station">Amateur Radio Station</div>
    </div>
    
    <div class="menu-container">
      <div class="menu-image fade" data-menu="home">
        <img src="/menu/home.png">
      </div>
      <div class="menu-image fade" data-menu="qsl" style="display:none">
        <img src="/menu/qsl.png">
      </div>
      <div class="menu-image fade" data-menu="antennas" style="display:none">
        <img src="/menu/antennas.png">
      </div>
      <div class="menu-image fade" data-menu="station" style="display:none">
        <img src="/menu/station.png">
      </div>
      <div class="menu-image fade" data-menu="projects" style="display:none">
        <img src="/menu/projects.png">
      </div>
      <div class="menu-image fade" data-menu="publications" style="display:none">
        <img src="/menu/publications.png">
      </div>
      <div class="menu-image fade" data-menu="journal" style="display:none">
        <img src="/menu/journal.png">
      </div>
      <br />
      <div style="text-align:center">
        <a class="menu-button" data-menu="home" href="/">Home</a>
        <a class="menu-button" data-menu="qsl" href="/qsl/">QSL</a>
        <a class="menu-button" data-menu="antennas" href="/antennas/">Antennas</a>
        <a class="menu-button" data-menu="station" href="/station/">Station</a>
        <a class="menu-button" data-menu="projects" href="/projects/">Projects</a>
        <a class="menu-button" data-menu="publications" href="/publications/">Publication</a>
        <a class="menu-button" data-menu="journal" href="/journal/">Journal</a>
      </div>
    </div>

    <hr />
    <div id="content-container">
    
      <div class="home_info">
        <div class="center">
          <div class="operator_name">Claus</div>
          <div>Ames, Story County, Iowa, USA</div>
          <div>CQ Zone 4, ITU Zone 7, Grid EN32da</div>
        </div>
        <div>
   		  Prior callsigns:
		  <ul>
		    <li><strong>K0TET:</strong> from Sep. 1st, 2017 through Dec. 17th, 2019</li>
			<li><strong>KE0LMQ:</strong> from Dec. 22nd, 2016 through Sep. 1st, 2017</li>
          </ul>
		  <p>Founding award committee member of the <a href="https://arsaward.com/">Amateur Radio Software Award</a></p>
		  <p>Founder and VE team lead of the <a href="http://www.w0yl.com/ve-team">Story County Amateur Radio Club VE Team</a> with the Laurel VEC</p>
		  <p>Secretary of the <a href="http://www.w0yl.com/">Story County Amateur Radio Club</a>
        </div>
        <div class="center">
          <a href="https://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=4232872"><img src="img/I'm good on FCC.gov.svg" alt="I'm good on FCC.gov" width="150px" /></a>
          <p><span class="postamt" onmouseover="postamt(this)" onclick="postamt(this)">E-Mail</span></p>
        </div>
      </div>
      <hr />
	  <br />
      <div class="memberships">
        <div>3905 CCN: 1601655</div>
        <div>OMISS: 13129</div>
        <div>Field Hell Club: FH6752</div>
      </div>
      <hr />
        <div id="mt-container" class="mt-container" style="max-width: 500px; margin: auto;">
          <div class="mt-body" role="feed">
            <div class="mt-loading-spinner"></div>
          </div>
        </div>

    </div>
  </body>
</html>
                               

Whois info of domain

Domain Name: AE0S.COM
Registry Domain ID: 2835785117_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.porkbun.com
Registrar URL: http://porkbun.com
Updated Date: 2023-12-07T02:52:29Z
Creation Date: 2023-12-07T02:52:24Z
Registry Expiry Date: 2033-12-07T02:52:24Z
Registrar: Porkbun LLC
Registrar IANA ID: 1861
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 5038508351
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: CURITIBA.NS.PORKBUN.COM
Name Server: FORTALEZA.NS.PORKBUN.COM
Name Server: MACEIO.NS.PORKBUN.COM
Name Server: SALVADOR.NS.PORKBUN.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-06T23:19: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