Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - kequc.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Wed, 07 May 2025 01:53:09 GMT
Server: Apache
Location: https://www.kequc.com/
Content-Length: 230
Content-Type: text/html; charset=iso-8859-1

HTTP Code 301 Moved Permanently

301 http 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://kequc.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Wed, 07 May 2025 01:10:52 GMT
Server: Apache
Upgrade: h2
Connection: Upgrade
X-Powered-By: Express
Content-Length: 7642
ETag: W/"1dda-rSvArw4Gh7EBkAUFuPCY8amz6AI"
Age: 2538
Vary: Accept-Encoding
Via: e13s
Content-Type: text/html; charset=utf-8

HTTP Code 200 OK

200 http 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: kequc.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html><html><head><meta property="og:title" content="Nathan Lunde-Berry"><meta property="og:description" content="JavaScript, web technology, skunks"><meta property="og:image" content="https://www.kequc.com/images/skunk-header.png"><meta property="og:url" content="https://www.kequc.com"><meta name="twitter:title" content="Nathan Lunde-Berry"><meta name="twitter:description" content="JavaScript, web technology, skunks"><meta name="twitter:image" content="https://www.kequc.com/images/skunk-badge.png"><meta name="twitter:card" content="summary"><title>Nathan Lunde-Berry - Kequc</title><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway|Roboto+Mono"><link rel="stylesheet" href="/stylesheets/reboot.css"><link rel="stylesheet" href="/stylesheets/hljs/tomorrow-night-bright.css"><link rel="stylesheet" href="/stylesheets/style.css"><script src="/javascripts/marked.js"></script><script src="/javascripts/highlight.pack.js"></script><script src="/javascripts/main.js"></script></head><body><div id="sidebar"><div class="link item has-icon icon-close"></div><a class="item" href="/about">About author</a><a class="item" href="/contact">Contact</a><a class="item has-icon icon-npm" href="https://www.npmjs.com/~kequc" target="_blank">Npm</a><a class="item has-icon icon-github" href="https://github.com/Kequc" target="_blank">GitHub</a></div><div id="header"><div class="pull-right"><div class="menu">Menu</div></div><a class="title" href="/"><h1>Kequc</h1><span>JavaScript, web technology, skunks</span><div class="skunk"><img alt="" src="/images/skunk.png"></div></a></div><div id="content"><div class="hero project-select">Select a project</div><div class="project-list"><div class="project"><div class="inner"><a class="name" href="/projects/getinboxio">Getinbox.io</a><div class="description">A personal SSO implementation with auxiliary email address generation </div><div class="keyword-list"><div class="keyword">diy</div><div class="keyword">domparser</div><div class="keyword">javascript</div><div class="keyword">node.js</div></div></div></div><div class="project"><div class="inner"><a class="name" href="/projects/kequc-www">Kequc www</a><div class="description">Personal blogging/CMS website</div><div class="keyword-list"><div class="keyword">authentication</div><div class="keyword">javascript</div><div class="keyword">node.js</div></div></div></div><div class="project"><div class="inner"><a class="name" href="/projects/spy-agency-game">Spy Agency Game</a><div class="description">An indie RTS base building project</div><div class="keyword-list"></div></div></div><div class="project"><div class="inner"><a class="name" href="/projects/passage">Passage</a><div class="description">JSON-RPC 2.0 websockets</div><div class="keyword-list"></div></div></div><div class="project"><div class="inner"><a class="name" href="/projects/couch-recliner">Couch Recliner</a><div class="description">Utility modules for interacting with CouchDB2.0/Cloudant using Nodejs</div><div class="keyword-list"></div></div></div></div><div class="project-list is-small"><div class="project"><div class="inner"><a class="name" href="/projects/nano-records">Nano Records</a><div class="description">Utility returns objects for interacting with CouchDB</div><div class="keyword-list"><div class="keyword">couchdb</div><div class="keyword">javascript</div></div></div></div><div class="project"><div class="inner"><a class="name" href="/projects/json-artisan">JSON Artisan</a><div class="description">A JSON deep extend library</div><div class="keyword-list"></div></div></div><div class="project"><div class="inner"><a class="name" href="/projects/curry-map">Curry Map</a><div class="description">Currying with pathways</div><div class="keyword-list"></div></div></div><div class="project"><div class="inner"><a class="name" href="/projects/knex-stringcase">Knex Stringcase</a><div class="description">Helper switches key case for npm knex</div><div class="keyword-list"></div></div></div></div><div class="hero">Read an article</div><div class="article-list"><div class="month">February 2018</div><div class="article"><div class="day-of-month">24</div><a class="title" href="/2018/02/24/make-a-css-analog-clock">Make a CSS analog clock</a><div class="keyword-list"><div class="keyword">css</div><div class="keyword">diy</div><div class="keyword">fun</div><div class="keyword">javascript</div></div></div><div class="month">July 2017</div><div class="article"><div class="day-of-month">11</div><a class="title" href="/2017/07/11/typescript-rollup-myth-css-client-side-dev-environment">TypeScript + Rollup + Myth CSS simple client-side dev environment</a><div class="keyword-list"><div class="keyword">compiler</div><div class="keyword">css</div><div class="keyword">environment</div><div class="keyword">typescript</div></div></div><div class="month">July 2016</div><div class="article"><div class="day-of-month">31</div><a class="title" href="/2016/07/31/how-to-score-a-poker-hand-in-javascript">How to score a poker hand in JavaScript</a><div class="keyword-list"><div class="keyword">diy</div><div class="keyword">typescript</div></div></div><div class="article"><div class="day-of-month">31</div><a class="title" href="/2016/07/31/lets-build-a-deck-of-cards-in-javascript">Lets build a deck of cards in JavaScript</a><div class="keyword-list"><div class="keyword">diy</div><div class="keyword">typescript</div></div></div><div class="article"><div class="day-of-month">14</div><a class="title" href="/2016/07/14/a-very-simple-on-off-toggle-checkbox">A very simple on off toggle checkbox</a><div class="keyword-list"><div class="keyword">diy</div><div class="keyword">typescript</div></div></div><div class="article"><div class="day-of-month">13</div><a class="title" href="/2016/07/13/caret-position-and-selection-within-textareas-and-inputs">Caret position and selection within TextAreas and Inputs</a><div class="keyword-list"><div class="keyword">diy</div><div class="keyword">typescript</div></div></div><div class="article"><div class="day-of-month">11</div><a class="title" href="/2016/07/11/selection-and-javascript-range-objects">Selection and JavaScript Range objects</a><div class="keyword-list"><div class="keyword">diy</div><div class="keyword">typescript</div></div></div><div class="month">June 2016</div><div class="article"><div class="day-of-month">30</div><a class="title" href="/2016/06/30/gain-control-of-your-javascript-postmessage-events">Gain control of your JavaScript postMessage events</a><div class="keyword-list"><div class="keyword">diy</div><div class="keyword">postmessage</div><div class="keyword">typescript</div></div></div><div class="article"><div class="day-of-month">10</div><a class="title" href="/2016/06/10/work-with-getusermedia-across-browsers">Work with getUserMedia across browsers</a><div class="keyword-list"><div class="keyword">diy</div><div class="keyword">getusermedia</div><div class="keyword">javascript</div></div></div><div class="article"><div class="day-of-month">3</div><a class="title" href="/2016/06/03/make-your-own-tagging-system-from-scratch">Make your own tagging system from scratch</a><div class="keyword-list"><div class="keyword">diy</div><div class="keyword">typescript</div></div></div><div class="month">May 2016</div><div class="article"><div class="day-of-month">31</div><a class="title" href="/2016/05/31/descriptive-blog-urls-for-express-js">Descriptive blog urls for Express Js</a><div class="keyword-list"><div class="keyword">diy</div><div class="keyword">javascript</div></div></div></div></div><div id="overlay"></div></body></html>                               

Whois info of domain

Domain Name: KEQUC.COM
Registry Domain ID: 1634645781_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.namecheap.com
Registrar URL: http://www.namecheap.com
Updated Date: 2024-12-13T07:29:41Z
Creation Date: 2011-01-12T11:10:58Z
Registry Expiry Date: 2026-01-12T11:10:58Z
Registrar: NameCheap, Inc.
Registrar IANA ID: 1068
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.6613102107
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS.PHX6.NEARLYFREESPEECH.NET
Name Server: NS.PHX8.NEARLYFREESPEECH.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-07T01:53:02Z <<<
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