Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - csn.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Sat, 03 May 2025 06:21:42 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
redirect-status: CD-Miss
location: https://www.wayfair.com
Lb_Id: iad1.2.159
TXID: IpHrx2gVtfYGm4BI102TAg==
wfr-cdn-valid: No

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.

429 Too Many Requests - https://www.wayfair.com
HTTP Status: 429
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sat, 03 May 2025 06:21:42 GMT
Content-Type: text/html
Content-Length: 5810
Connection: keep-alive
Set-Cookie: _pxhd=1tyBAXipkRmhP1GmuwuPQHMQraOES9Ykq0xfB/w/x65KtamGdk7DL4qaozE4bPyxz7oxpb9wyAUXW9bfsovv6Q==:uMBbZQ6NaRmIFOpfKkEL9idhQOYwMb8VdBpkByc1TL95FqwK/0PVW5rXaZtlDRs/1nSkXzbRXxtiF7yOJU2JTJh-eKcd-KaOEkilxa4RYLw=; path=/; SameSite=Lax
NEL: {"report_to":"network-errors","max_age":7776000,"include_subdomains":true,"success_fraction":0,"failure_fraction":0.1,"response_headers":["TXID"]}
Report-To: {"group":"network-errors","max_age":7776000,"endpoints":[{"url":"https://nel.wayfair.io/nel/cloudflare"}]}
Strict-Transport-Security: max-age=15552000; includeSubDomains; preload
Server: cloudflare
CF-RAY: 939da8e31aba8dbf-HEL
alt-svc: h3=":443"; ma=86400

HTTP Code 429 Too Many Requests

429 status code means that the client has sent too many requests in a short period.

When is Code 429 used?

  • When an API rate limit is exceeded
  • When a user sends too many login attempts

What does Code 429 mean for the user?

The user must wait before making more requests.

GET / HTTP/1.1
Host: csn.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>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="description" content="px-captcha">
    <title>Access to this page has been denied</title>
    
</head>
<body>
    <script>
        /* PerimeterX assignments */
        window._pxVid = '';
        window._pxUuid = 'e1381259-27e6-11f0-b9be-05b3928b93bc';
        window._pxAppId = 'PX3Vk96I6i';
        window._pxHostUrl = '/3Vk96I6i/xhr';
        window._pxCustomLogo = '';
        window._pxJsClientSrc = '/3Vk96I6i/init.js';
        window._pxMobile = false;
        window._pxFirstPartyEnabled = true;
        var pxCaptchaSrc = '/3Vk96I6i/captcha/captcha.js?a=c&u=e1381259-27e6-11f0-b9be-05b3928b93bc&v=&m=0&b=aHR0cHM6Ly93d3cud2F5ZmFpci5jb20v';
        var script = document.createElement('script');
        script.src = pxCaptchaSrc;
        script.onload = onScriptLoad;
        script.onerror = onScriptError;
        var onScriptErrorCalled;
        document.head.appendChild(script);
        var timeoutID = setTimeout(onScriptError, 5000);
        function onScriptLoad() {
            clearTimeout(timeoutID);
            setTimeout(function() {
                if (isCaptchaNotLoaded()) {
                    onScriptError();
                }
            }, 1000);
        }
        function onScriptError() {
            if (onScriptErrorCalled) {
                return;
            }
            onScriptErrorCalled = true;
            script = document.createElement('script');
            script.src = 'https://captcha.px-cloud.net/PX3Vk96I6i/captcha.js?a=c&u=e1381259-27e6-11f0-b9be-05b3928b93bc&v=&m=0&b=aHR0cHM6Ly93d3cud2F5ZmFpci5jb20v';
            script.onload = function() {
                clearTimeout(timeoutID);
            };
            script.onerror = window._pxOnError;
            document.head.appendChild(script);
            timeoutID = setTimeout(function() {
                if (isCaptchaNotLoaded()) {
                    window._pxOnError();
                }
            }, 5000);
        }
        function isCaptchaNotLoaded() {
            return !document.querySelector('div');
        }
        window._pxOnError = function () {
            var style = document.createElement('style');
            style.innerText = '@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);body{background-color:#fafbfc}.px-captcha-error-container{position:fixed;height:340px;background-color:#fff;font-family:Roboto,sans-serif}.px-captcha-error-header{color:#f0f1f2;font-size:29px;margin:67px 0 33px;font-weight:500;line-height:.83;text-align:center}.px-captcha-error-message{color:#f0f1f2;font-size:18px;margin:0 0 29px;line-height:1.33;text-align:center}.px-captcha-error-button{text-align:center;line-height:48px;width:253px;margin:auto;border-radius:50px;border:solid 1px #f0f1f2;font-size:20px;color:#f0f1f2}.px-captcha-error-wrapper{margin:18px 0 0}div.px-captcha-error{margin:auto;text-align:center;width:400px;height:30px;font-size:12px;background-color:#fcf0f2;color:#ce0e2d}img.px-captcha-error{margin:6px 8px -2px 0}.px-captcha-error-refid{border-top:solid 1px #f0eeee;height:27px;margin:13px 0 0;border-radius:0 0 3px 3px;background-color:#fafbfc;font-size:10px;line-height:2.5;text-align:center;color:#b1b5b8}@media (min-width:620px){.px-captcha-error-container{width:530px;top:50%;left:50%;margin-top:-170px;margin-left:-265px;border-radius:3px;box-shadow:0 2px 9px -1px rgba(0,0,0,.13)}}@media (min-width:481px) and (max-width:620px){.px-captcha-error-container{width:85%;top:50%;left:50%;margin-top:-170px;margin-left:-42.5%;border-radius:3px;box-shadow:0 2px 9px -1px rgba(0,0,0,.13)}}@media (max-width:480px){body{background-color:#fff}.px-captcha-error-header{color:#f0f1f2;font-size:29px;margin:55px 0 33px}.px-captcha-error-container{width:530px;top:50%;left:50%;margin-top:-170px;margin-left:-265px}.px-captcha-error-refid{position:fixed;width:100%;left:0;bottom:0;border-radius:0;font-size:14px;line-height:2}}@media (max-width:390px){div.px-captcha-error{font-size:10px}.px-captcha-error-refid{font-size:11px;line-height:2.5}}';
            document.head.appendChild(style);
            var div = document.createElement('div');
            div.className = 'px-captcha-error-container';
            div.innerHTML = '<div class="px-captcha-error-header">Before we continue...</div><div class="px-captcha-error-message">Press & Hold to confirm you are<br>a human (and not a bot).</div><div class="px-captcha-error-button">Press & Hold</div><div class="px-captcha-error-wrapper"><div class="px-captcha-error"><img class="px-captcha-error" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAMAAADDGrRQAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABFUExURUdwTNYELOEGONQILd0AONwALtwEL+AAL9MFLfkJSNQGLdMJLdQJLdQGLdQKLtYFLNcELdUGLdcBL9gFL88OLdUFLNEOLglBhT4AAAAXdFJOUwC8CqgNIRgRoAS1dWWuR4RTjzgryZpYblfkcAAAAI9JREFUGNNdj+sWhCAIhAdvqGVa1r7/oy6RZ7eaH3D4ZACBIed9wlOOMtUnSrEmZ6cHa9YAIfsbCkWrdpi/c50Bk2CO9mNLdMAu03wJA3HpEnfpxbyOg6ruyx8JJi6KNstnslp1dbPd9GnqmuYq7mmcv1zjnbQw8cV0xzkqo+fX1zkjUOO7wnrInUTxJiruC3vtBNRoQQn2AAAAAElFTkSuQmCC">Please check your internet connection' + (window._pxMobile ? '' : ' or disable your ad-blocker') + '.</div></div><div class="px-captcha-error-refid">Reference ID ' + window._pxUuid + '</div>';
            document.body.appendChild(div);
            if (window._pxMobile) {
                setTimeout(function() {
                    location.href = '/px/captcha_close?status=-1';
                }, 5000);
            }
        };
    </script>
    <script src="https://assets.wfcdn.com/webpack/sf-ui-perimeterx-block/bundles/px.js?cb=1746253302267"></script>
</body>
</html>                               

Whois info of domain

Domain Name: CSN.COM
Registry Domain ID: 55346_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.markmonitor.com
Registrar URL: http://www.markmonitor.com
Updated Date: 2024-11-12T09:20:47Z
Creation Date: 1991-12-15T05:00:00Z
Registry Expiry Date: 2026-12-14T05:00:00Z
Registrar: MarkMonitor Inc.
Registrar IANA ID: 292
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.2086851750
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: DNS1.P08.NSONE.NET
Name Server: DNS2.P08.NSONE.NET
Name Server: DNS3.P08.NSONE.NET
Name Server: DNS4.P08.NSONE.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-03T06:21:29Z <<<
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