Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
302 Found - rmc89.com
HTTP Status: 302
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Mon, 19 May 2025 20:06:55 GMT
Content-Type: text/html;charset=ISO-8859-1
Transfer-Encoding: chunked
Connection: keep-alive
Set-Cookie: JSESSIONID=A2463129638AF09E209DEC67F02BA7D9; Path=/spoon; HttpOnly
Location: spoon
Access-Control-Allow-Origin: *
Access-Control-Expose-Headers: *
X-Kong-Upstream-Latency: 2
X-Kong-Proxy-Latency: 1
Via: 1.1 kong/3.9.0
X-Kong-Request-Id: 57b92c5e1410a87cc56d5e587b3e673a
cf-cache-status: DYNAMIC
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=5UQwBsdR4Gvh7A%2BQYfYWLNBNWgzq3ImkkVMebq4HV9UY6oUDeg4EDIrQbY3DhCTD6Jc1QR18fvSvdABEutEDETrewUcrqZLljdsk5FbYWP9zZk5Hx5x1mAYIbeOqjTz%2BmR58DKGvdD0%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 942637b17a19ea2a-AMS
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=27073&min_rtt=27022&rtt_var=7684&sent=5&recv=6&lost=0&retrans=0&sent_bytes=2060&recv_bytes=506&delivery_rate=49885&cwnd=251&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"

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 - spoon.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Mon, 19 May 2025 20:06:55 GMT
Content-Type: text/html;charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Set-Cookie: JSESSIONID=0194AE950FF88FF63B0CB3841C901401; Path=/spoon; HttpOnly
Cache-Control: max-age=0, no-cache, must-revalidate, no-store
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Access-Control-Allow-Origin: *
Access-Control-Expose-Headers: *
X-Kong-Upstream-Latency: 5
X-Kong-Proxy-Latency: 0
Via: 1.1 kong/3.9.0
X-Kong-Request-Id: 426af06e7c6d5b252e7ff04575ecf23d
cf-cache-status: DYNAMIC
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=RwbkMnL64nUN3MwglysyufcqdKSeWGpfQ5rtQZ%2BQrVymr84Q%2BWrjSbQFgoiOqLvO1yW0itnMEpivw83%2FCU%2FfTOsffEYTyhAkXMHTSKkDzTJgTUPjci5Pb6sxdyA7guZcF8%2FA6g6K1KQ%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 942637b2cd66ea2a-AMS
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=27100&min_rtt=27022&rtt_var=5816&sent=7&recv=7&lost=0&retrans=0&sent_bytes=3154&recv_bytes=682&delivery_rate=49885&cwnd=252&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"

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: rmc89.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html>
  <head>
    <title>Spoon</title>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="viewport" content="initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" >
    <!-- IE9 render in standard mode, all older versions in quirksmode -->
    <meta http-equiv="X-UA-Compatible" content="IE=9,10,11;" >
    <link rel="shortcut icon" type="image/x-icon" href="rwt-resources/ui/images/spoon.ico" />
    <!-- Default presentation for supported markup elements -->
    <style type="text/css">
      big {
        font-size: 1.2em;
      }
      small, sup, sub {
        font-size: 0.8em;
      }
      q:before, q:after {
        content: "";
      }
      b, strong {
        font-weight: 700;
      }
      i, em, var, cite, dfn {
        font-style: italic;
      }
      ins {
        text-decoration: underline;
      }
      del {
        text-decoration: line-through;
      }
      code, samp, kbd {
        font-family: "Courier New", Courier, "Nimbus Mono L", monospace;
      }
      abbr {
        border-bottom: 1px dotted;
      }
      .rwt-cell-selectable {
        cursor: pointer;
      }
      /* does (currently) not work in IE7/8: */
      .rwt-cell-selectable:hover {
        text-decoration: underline;
      }
    </style>
    <!-- IE 10 specific styles -->
    <style type="text/css">
      input::-ms-clear, input::-ms-reveal {
        display: none;
      }
    </style>
  </head>

  <body style="background: url( 'rwt-resources/themes/images/3c7d3330.png' );">
    <noscript>
      <p style="z-index:100000;background-color:white">
        Your browser or browser-setup is not supported. <br />Please use one of: IE 9+, Firefox 23+, Safari 6+, Google Chrome 29+ or Opera 15+.<br />Ensure that Javascript is enabled and XMLHttpRequests are allowed.
      </p>
    </noscript>

    <!-- BODY_HTML -->

    <!-- /BODY_HTML -->

    <script type="text/javascript" src="rwt-resources/3120/rap-client.js" charset="UTF-8"></script>


    <script type="text/javascript">
      if( rwt.runtime.System.getInstance().isSupported() ) {
        rwt.remote.MessageProcessor.processMessage( {"head":{"url":"spoon;jsessionid=0194AE950FF88FF63B0CB3841C901401"},"operations":[["call","rwt.theme.ThemeStore","loadFallbackTheme",{"url":"rwt-resources/rap-rwt.theme.Fallback.json"}],["call","rwt.theme.ThemeStore","loadActiveTheme",{"url":"rwt-resources/rap-rwt.theme.Default.json"}],["create","w1","rwt.widgets.Display",{}],["call","rwt.client.TextSizeMeasurement","measureItems",{"items":[["p-785380998","!#$%&()*+,-./0123456789:;<=>?@AzByCxDwEvFuGtHsIrJqKpLoMnNmOlPkQjRiShTgUfVeWdXcYbZa[\\]^_`",["Verdana","Lucida Sans","Arial","Helvetica","sans-serif"],14,true,false,-1,true],["p-785377670","!#$%&()*+,-./0123456789:;<=>?@AzByCxDwEvFuGtHsIrJqKpLoMnNmOlPkQjRiShTgUfVeWdXcYbZa[\\]^_`",["Verdana","Lucida Sans","Arial","Helvetica","sans-serif"],17,true,false,-1,true],["p-785380997","!#$%&()*+,-./0123456789:;<=>?@AzByCxDwEvFuGtHsIrJqKpLoMnNmOlPkQjRiShTgUfVeWdXcYbZa[\\]^_`",["Verdana","Lucida Sans","Arial","Helvetica","sans-serif"],14,false,false,-1,true],["p-785379973","!#$%&()*+,-./0123456789:;<=>?@AzByCxDwEvFuGtHsIrJqKpLoMnNmOlPkQjRiShTgUfVeWdXcYbZa[\\]^_`",["Verdana","Lucida Sans","Arial","Helvetica","sans-serif"],10,false,false,-1,true],["p-785380741","!#$%&()*+,-./0123456789:;<=>?@AzByCxDwEvFuGtHsIrJqKpLoMnNmOlPkQjRiShTgUfVeWdXcYbZa[\\]^_`",["Verdana","Lucida Sans","Arial","Helvetica","sans-serif"],13,false,false,-1,true],["p-785377669","!#$%&()*+,-./0123456789:;<=>?@AzByCxDwEvFuGtHsIrJqKpLoMnNmOlPkQjRiShTgUfVeWdXcYbZa[\\]^_`",["Verdana","Lucida Sans","Arial","Helvetica","sans-serif"],17,false,false,-1,true],["p-1672374259","!#$%&()*+,-./0123456789:;<=>?@AzByCxDwEvFuGtHsIrJqKpLoMnNmOlPkQjRiShTgUfVeWdXcYbZa[\\]^_`",["Courier"],14,false,false,-1,true]]}]]});
      } else {
        var msg='<p style="z-index:100000;background-color:white">' + "Your browser or browser-setup is not supported. <br />Please use one of: IE 9+, Firefox 23+, Safari 6+, Google Chrome 29+ or Opera 15+.<br />Ensure that Javascript is enabled and XMLHttpRequests are allowed." + '</p>';
        document.write( msg );
      }
    </script>
  </body>
</html>
                               

Whois info of domain

Domain Name: RMC89.COM
Registry Domain ID: 2798649580_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.namecheap.com
Registrar URL: http://www.namecheap.com
Updated Date: 2024-06-16T07:38:58Z
Creation Date: 2023-07-16T08:16:49Z
Registry Expiry Date: 2025-07-16T08:16:49Z
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: LELAND.NS.CLOUDFLARE.COM
Name Server: ROBIN.NS.CLOUDFLARE.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-19T20:06:40Z <<<
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