Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - 39bps.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: openresty
Date: Mon, 19 May 2025 19:45:22 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Keep-Alive: timeout=10
Vary: Accept-Encoding

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: 39bps.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>
      <title>Registrácia domén, hosting a servery :: WebSupport.sk</title>
      <meta charset="utf-8">
      <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0" />
      <meta name="format-detection" content="telephone=no">
      <meta name="keywords" content="">
      <meta name="description" content="">
      <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
      <link rel="shortcut icon" href="https://cdn.websupport.sk/default-pages/images/favicon.png" type="image/x-icon">
      <link rel="icon" href="https://cdn.websupport.sk/default-pages/images/favicon.png" type="image/x-icon">
      <!--css styles starts-->
      <link rel="stylesheet" href="https://cdn.websupport.sk/default-pages/images/style.css">
      <!--css styles ends-->
      <meta name="author" content="Shaunda Wiggins, [email protected]">   </head>
   <body class="up page_4">

      <div class="wrapper">
         <!--mid container starts here-->
         <div class="mid-container">
            <div class="main">
               <!-- Middle Blk -->
               <div class="imgblk">
                  <div class="mobile"> </div>
                  <div class="content">
                     <!-- logo -->
                     <div class="desktop">
                        <a href="https://www.websupport.sk/" class="logo">
                           <img src="https://cdn.websupport.sk/default-pages/images/logo.png" alt="">
                         </a>
                     </div>
                     <!-- logo -->
                     <div class="slovak">
                        <h1>Na tejto<br> doméne zatiaľ<br> nič nič nič nie je</h1>
                        <p>Dôvodov, prečo sa nezobrazuje žiadny obsah, môže byť<br> viacero. Ak ste správca webu, môžete nahrať/zmazať<br> existujúci obsah alebo kontaktovať svojho webadmina.</p>
                        <p>S nahraním obsahu vám pomôže <a href="https://www.websupport.sk/support/kb-categories/ftp/">tento návod.</a></p>
                        <div class="search_blk">
                           <h2>Overte si novú doménu vo Websupporte</h2>
                           <form role="search" method="get" action="https://www.websupport.sk/cart/domain-checker">
                              <input type="text" name="qd" class="textbox" placeholder="www.yourdomain.com">
                              <a href="javascript:void(0);" class="search_btn"><img src="https://cdn.websupport.sk/default-pages/images/search_icon.png" alt="" class="sear_icon"></a>
                           </form>
                        </div>
                     </div>
                     <div class="english">
                        <h1>Nothing to see<br> here yet</h1>
                        <p>There might be several reasons why no content is displayed. If <br> you're the web admin, you can upload/delete the existing content,<br> 
                           and if not, you can contact them.</p>
                        <p>This guide can help you upload <a href="https://www.websupport.sk/support/kb-categories/ftp/">the content.</a></p>
                        <div class="search_blk">
                           <h2>Set up a new domain in Websupport</h2>
                           <form role="search" method="get" action="https://www.websupport.sk/cart/domain-checker">
                              <input type="text" name="qd" class="textbox" placeholder="www.yourdomain.com">
                              <a href="javascript:void(0);" class="search_btn"><img src="https://cdn.websupport.sk/default-pages/images/search_icon.png" alt="" class="sear_icon"></a>
                           </form>
                        </div>
                     </div>
                     <div class="bottom_blk">
                        <div class="country">
                           <select name="webmenu" id="webmenu">
                              <option value="Slovak" title="https://cdn.websupport.sk/default-pages/images/flag_sl.png">Slovensky</option>
                              <option value="English" title="https://cdn.websupport.sk/default-pages/images/flag_en.png">English</option>
                           </select>
                        </div>
                        <div class="social_blk">
                           <ul>
                              <li><a href="https://admin.websupport.sk/">Webadmin</a></li>
                              <li><a href="https://www.websupport.sk/">Websupport</a></li>
                              <li><a href="https://www.websupport.sk/podpora">Help</a></li>
                           </ul>
                        </div>
                     </div>
                  </div>
                  <div class="imgbox">
                     <img src="https://cdn.websupport.sk/default-pages/images/error_500_4.png" alt="">
                  </div>
               </div>
               <!-- Middle Blk -->
            </div>
         </div>
         <!--mid container ends here-->
         
      </div>

      <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
      <script src="https://cdn.websupport.sk/default-pages/images/jquery.dd.min.js"></script>
      <script>
        $("body select").msDropDown();
      </script>

      <script>
         $(function () {
            $("#webmenu").change(function () {
               if ($(this).val() == "Slovak") {
                     $(".slovak").show();
                     $(".english").hide();
               } else {
                     $(".slovak").hide();
                     $(".english").show();
               }
            });
         });
      </script>

      <script>
         $(window).on('beforeunload', function() {
            $(window).scrollTop(0);
         });
      </script>

<script>
   //After Before
   $(document).ready(function () {
   
   $(window).resize(function(){
      checkScreenSize();
   });
   
   function checkScreenSize(){
            var newWindowWidth = window.innerWidth;
            if (newWindowWidth < 768) {
               $(".up .logo").detach().appendTo(".up .imgblk .mobile");
            }
            else
            {
               $(".up .logo").detach().appendTo(".up .imgblk .content .desktop");
            }
      }
   // Execute on load
      checkScreenSize();
      // Bind event listener
      $(window).resize(checkScreenSize);
   });
</script>
   </body>
</html>
                               

Whois info of domain

Domain Name: 39BPS.COM
Registry Domain ID: 2510515133_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.regtons.com
Registrar URL: http://regtons.com
Updated Date: 2025-03-20T00:50:12Z
Creation Date: 2020-04-03T09:02:09Z
Registry Expiry Date: 2026-04-03T09:02:09Z
Registrar: Gransy, s.r.o.
Registrar IANA ID: 1505
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +420.734 463 373
Domain Status: ok https://icann.org/epp#ok
Name Server: NS1.WEBSUPPORT.SK
Name Server: NS2.WEBSUPPORT.SK
Name Server: NS3.WEBSUPPORT.SK
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-19T19:45:06Z <<<
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