Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - gr81.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Fri, 09 May 2025 09:01:32 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 74
Connection: keep-alive
Location: https://app.gatherup.com/f-19519-lazdaz
Server: ip-100-74-5-157.eu-west-2.compute.internal
Vary: Accept-Encoding
X-Request-Id: 4c7c575d-fbb9-4c73-b93b-c60ea24dcefb

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.

302 Found - https://app.gatherup.com/f-19519-lazdaz
HTTP Status: 302
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Fri, 09 May 2025 09:01:33 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
Set-Cookie: PHPSESSID=1a7m5v0163rtnna6f7ha99b5dj; expires=Fri, 09 May 2025 17:01:33 GMT; Max-Age=28800; path=/; secure; HttpOnly
Cache-Control: max-age=0, must-revalidate, private
location: /review/feedback/19519.0.0
x-content-type-options: nosniff
app-user: anonymous
x-frame-options: SAMEORIGIN
link: <https://app.gatherup.com/iapi/docs.jsonld>; rel="http://www.w3.org/ns/hydra/core#apiDocumentation"
expires: Fri, 09 May 2025 09:01:33 GMT
cf-cache-status: DYNAMIC
Permissions-Policy: accelerometer=(), ambient-light-sensor=(), autoplay=(), battery=(), camera=(), cross-origin-isolated=(), display-capture=(), document-domain=(), encrypted-media=(), execution-while-not-rendered=(), execution-while-out-of-viewport=(), fullscreen=*, geolocation=*, gyroscope=(), keyboard-map=(), magnetometer=(), microphone=(), midi=(), navigation-override=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), sync-xhr=(), usb=(), web-share=(), xr-spatial-tracking=()
Referrer-Policy: strict-origin-when-cross-origin
Server: cloudflare
CF-RAY: 93d003476a278da4-HEL

HTTP Code 302 Found (Moved Temporarily)

302 Found indicates that the requested resource is temporarily available at a different URL.

When is Code 302 used?

  • When temporarily changing a page URL
  • When testing new content
  • During temporary maintenance

What does Code 302 mean for the user?

The user is automatically redirected to the new URL, but search engines continue to index the old address.

200 OK - /review/feedback/19519.0.0
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Fri, 09 May 2025 09:01:33 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Cache-Control: max-age=0, must-revalidate, private
x-content-type-options: nosniff
app-user: anonymous
x-frame-options: SAMEORIGIN
link: <https://app.gatherup.com/iapi/docs.jsonld?businessId=19519>; rel="http://www.w3.org/ns/hydra/core#apiDocumentation"
expires: Fri, 09 May 2025 09:01:33 GMT
cf-cache-status: DYNAMIC
vary: accept-encoding
Permissions-Policy: accelerometer=(), ambient-light-sensor=(), autoplay=(), battery=(), camera=(), cross-origin-isolated=(), display-capture=(), document-domain=(), encrypted-media=(), execution-while-not-rendered=(), execution-while-out-of-viewport=(), fullscreen=*, geolocation=*, gyroscope=(), keyboard-map=(), magnetometer=(), microphone=(), midi=(), navigation-override=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), sync-xhr=(), usb=(), web-share=(), xr-spatial-tracking=()
Referrer-Policy: strict-origin-when-cross-origin
Server: cloudflare
CF-RAY: 93d0034aef348da4-HEL

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: gr81.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.0, maximum-scale=1.0, user-scalable=no">
    <meta name="robots" content="noindex, nofollow">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="description" content="">
    <meta name="author" content="">
            <link rel="shortcut icon" href="/images/favicon.ico"/>
        <link rel="apple-touch-icon" sizes="99x99" href="/images/favicon.ico"/>
        <title>We'd love to hear from you</title>
    <link rel="stylesheet" type="text/css" href="https://cdn.reviewability.com/css/app/feedback-mode/landing-page/main.css"/>
    <link href="https://fonts.googleapis.com/css?family=Inter:400,700" rel="stylesheet" type="text/css">

    
    <style>
    .has-primary-border {
        border-color: #545454;
    }

    .button.is-primary, .button.is-primary.is-outlined:hover, .button.is-primary.is-outlined:focus, .item {
        border-color: #545454 !important;
        background-color: #545454 !important;
        color: #fff;
    }

    .button.is-primary:hover, .item:hover, .item.selected {
        /* Programatically set to 10% darker than primary */
        background-color: #3a3a3a !important;
    }

    .button.is-primary.is-outlined {
        background-color: transparent !important;
        border-color: #545454 !important;
        color: #545454;
    }

    a.has-text-primary {
        color: #545454 !important;
    }

    a.has-text-primary:hover, a.has-text-primary:focus {
        /* Programatically set to 10% darker than primary */
        color: #3a3a3a !important;
    }

    .hidden {
        display: none !important;
        visibility: hidden !important;
    }
</style>
    <meta property="og:description" content="Please share your feedback with us through a quick survey of a few questions.">
</head>
<body class="bordered-top has-primary-border">

<div class="container">
    <section class="section header">
                    <img class="logo" src="https://http-assets.s3.amazonaws.com/template/business-small-logo-19519?4093861" alt="logo">
        
                    <div class="brand-banner">
                <img src="https://http-assets.s3.amazonaws.com/feedback/banner-19519" alt="Branded Banner">
            </div>
            </section>

        


    <div class="spaced-content is-half-space">
        Hi,<br />
 <br />
 My name is Charles & Robin, the owner of A Lazee Daze in the Ozarks and we’d love to hear about your recent experience with us. It will take just a minute to answer a couple of questions from us, the first one is below. Thanks!
    </div>

    <form class="content-form"
                            action="/review/leave-feedback/19519/4208b981f821f6408038958fef59cad7349489e0"
                      method="post" novalidate>

        

                                
                                                    
<div class="spaced-content question-wrapper" data-selected-value="">
    <input type="hidden" name="questions[score]"
           required>
    <div class="question-divider">
        <h5 class="size-5 question-index highlight-when-error">
            Question 1/2            <span class="error-message">(Please select a rating)</span></h5>
    </div>
    <label class="label">                            How likely is it that you would recommend A Lazee Daze in the Ozarks to a friend or colleague?                </label>

    <div class="ratings-box ">
                    <div class="row">
                <div class="item" data-value="0">0</div>
                <div class="item" data-value="1">1</div>
                <div class="item" data-value="2">2</div>
                <div class="item" data-value="3">3</div>
                <div class="item" data-value="4">4</div>
                <div class="item" data-value="5">5</div>
            </div>
            <div class="row">
                <div class="item" data-value="6">6</div>
                <div class="item" data-value="7">7</div>
                <div class="item" data-value="8">8</div>
                <div class="item" data-value="9">9</div>
                <div class="item" data-value="10">10</div>
            </div>
        
                    <div class="row">
                <div class="is-pulled-left"> 0 = Not likely </div>
                <div class="is-pulled-right"> 10 = Very likely </div>
            </div>
            </div>
</div>
                    
                            
                    
    
    
            <div class="spaced-content question-wrapper" data-selected-value="">
            <div class="question-divider">
                <h5 class="size-5 question-index highlight-when-error">
                    Question 2/2                    <span class="error-message">(Please fill out this field)</span>
                </h5>
            </div>
            <label class="label">How did you feel about your experience with us?</label>
            <div class="comment-wrapper">
    <div class="vertical-range">
        <svg class="feedback-strength-indicator" width="100%" height="100%">
            <circle class="immobile-circle" cx="40%" cy="20%" r="9px" fill="silver"></circle>
            <rect class="js-immobile-bar" x="32%" y="10%" width="16%" height="100%" fill="silver"></rect>
            <rect class="js-mobile-bar strength-color percent-y" x="35%" y="96%" width="10%"
                  height="100%"></rect>
            <circle class="js-mobile-outline-circle percent-cy" cx="40%" cy="96%" r="11px"
                    fill="silver"></circle>
            <circle class="js-mobile-circle strength-color percent-cy" cx="40%" cy="96%" r="9px"
                    stroke="white" width="1"></circle>
            <path class="js-mobile-triangle strength-color" d="M 40,288 60,278 60,298"></path>
        </svg>
        <div class="feedback-strength-label">Feedback<br/>Strength</div>
    </div>
    <div class="comment">
        <textarea class="textarea" name="reviewText" placeholder="Write comments here..."
                      maxlength=1200" required></textarea>
        <div class="characters"><span class="num-characters">0</span> /
            1200 characters maximum</div>
    </div>
</div>
        </div>
            
            
<div class="spaced-content">
            <h5 class="size-5 question-index highlight-when-error">Contact Information:</h5>
    
    
            <div class="question-wrapper">
            <div class="field">
                <label class="label"><span class="highlight-when-error">First Name*
                        <span class="error-message"> (Please provide first name)</span>
                    </span>
                    <span class="tooltip-wrapper"> ? <span class="tooltip">
                            <p class="has-text-weight-bold">Why do we ask?</p>
                            <p>First Name is collected for the customer record of feedback and if the business owner shares your feedback and rating on their website. It’s displayed with your first name and last initial.</p>
                        </span>
                    </span>
                </label>
                <div class="control">
                    <input class="input" type="text" name="firstName" required=""
                           value="">
                </div>
            </div>
        </div>

        <div class="question-wrapper">
            <div class="field">
                <label class="label">
                    <span class="highlight-when-error">Last Name*
                        <span class="error-message"> (Please provide last name)</span>
                    </span>
                    <span class="tooltip-wrapper"> ? <span class="tooltip">
                        <p class="has-text-weight-bold">Why do we ask?</p>
                        <p>Last name is collected for the customer record of feedback and if the business owner shares your feedback and rating on their website. It’s displayed with your first name and last initial.</p>
                        </span>
                    </span>
                </label>
                <div class="control">
                    <input class="input" type="text" name="lastName" id="lastName" required
                           value="">
                </div>
            </div>
        </div>
        <div class="question-wrapper">
            <div class="field">
                <label class="label">
                    <span class="highlight-when-error">Email*
                        <span class="error-message"> (Email seems to be incorrect)</span>
                    </span>
                    <span class="tooltip-wrapper"> ? <span class="tooltip">
                            <p class="has-text-weight-bold">Why do we ask?</p>
                            <p>Your email address is collected for the customer record and to follow-up with you.</p>
                        </span>
                    </span>
                </label>
                <div class="control">
                    <input class="input" type="text" name="email" id="email" required
                           value="">
                </div>
            </div>
        </div>
    
    
    </div>

<div class="spaced-content">
    <button type="submit"
            class="button is-rounded is-large is-primary give-feedback-button">Send Feedback</button>
</div>

    <div class="spaced-content">
        <label >
            <input type="hidden" name="allowFeedback" value="0">
            <input type="checkbox" checked="checked" name="allowFeedback" value="1">
            By checking this box, I agree to allow my rating and review to be used by A Lazee Daze in the Ozarks for marketing and promotional purposes and to be posted publicly on review sites across the web with my name.        </label>
    </div>


    </form>

    
    <section class="section has-text-centered footer-info">
            <p>
                        <br>
                                                                            By submitting this feedback, I understand and agree to the <a target="_blank" href="https://gatherup.com/review-policy/" class="review-policy has-text-primary">Review and Mobile Marketing Policy</a>.
        </p>
    
            <p>
            <strong>A Lazee Daze in the Ozarks</strong><br>
            5432 Highway 23 S <br/>
            Eureka Springs, AR, 72632<br/>
            (479) 253-7026
        </p>
    
            <p>*Your email address will not be shared or publicly visible.</p>
    
            <p>Powered by            <a href="https://gatherup.com" class="has-text-primary" target="_blank">
                GatherUp
            </a>
        </p>
    </section>

</div>

    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js" type="text/javascript"></script>
    <script src="https://cdn.reviewability.com/js/feedback-mode/feedback.js" type="text/javascript"></script>
    <script src="https://cdn.reviewability.com/js/feedback-mode/rating-change.js" type="text/javascript"></script>
</body>
</html>
                               

Whois info of domain

Domain Name: GR81.COM
Registry Domain ID: 1648850326_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2024-08-20T12:17:10Z
Creation Date: 2011-04-02T18:31:39Z
Registry Expiry Date: 2025-08-19T11:59:59Z
Registrar: GoDaddy.com, LLC
Registrar IANA ID: 146
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 480-624-2505
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientRenewProhibited https://icann.org/epp#clientRenewProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: NS05.DOMAINCONTROL.COM
Name Server: NS06.DOMAINCONTROL.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-09T09:01: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