301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
302 status code indicates that the requested resource is temporarily available at a different URL.
The user is automatically redirected to the new URL, but search engines continue to index the old address.
200 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.
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: cow.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 name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>COW.COM</title> <meta name="description" content="COW.COM - Contact us for any business inquiries"> <base href="https://www.cow.com/"> <!-- FAVICON --> <link rel="icon" type="image/png" href="img/y.png"> <link href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> <link href='https://fonts.googleapis.com/css?family=Oswald:400,700' rel='stylesheet' type='text/css'> <link rel="stylesheet" type="text/css" href="css/page_specific/landing_themes/indrp_fresku/style.css"> <link rel="stylesheet" type="text/css" href="css/page_specific/landing_themes/loading_spinner.css"> <!-- Font Awesome --> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous"> <!-- Google recaptcha --> <script src='https://www.google.com/recaptcha/api.js'></script> <!-- Efty infrastructure UA --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-51651642-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-51651642-1'); </script> <!-- ./Efty infrastructure UA --> <!-- /Efty user GA4 / UA --> <!-- /Efty user GA4 / UA --> </script> </head> <body> <!-- www.efty.com lander theme 'indrp_fresku' --> <div id="preloader"> <div id="status"> <div class="spinner"> <div class="spinner-wrapper"> <div class="rotator"> <div class="inner-spin"></div> <div class="inner-spin"></div> </div> </div> </div> </div> </div> <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700" rel="stylesheet"> <script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script> <div class="bottom-corner-left d-block d-sm-none d-md-none d-lg-block"></div> <div class="bottom-corner-right d-none d-lg-block"></div> <nav class="navbar fixed-top"> <div class="col-md-3"> </div> <div class="col-md-6 text-center"> </div> <div class="col-md-3 d-none d-md-block text-right"> </div> </nav> <section id="main"> <div class="container h-100"> <div class="row align-items-center h-100"> <div class="col-12 col-lg-6 mx-auto"> <div class="mb-2"> <div class="pr-3"> <h1 id="logo_text"> COW.COM </h1> </div> </div> <p class="align-middle mb-4 bio">Contact us for any business inquiries</p> </div> <div class="col-12 col-lg-6 mx-auto"> <div class="jumbotron mb-0 mt-0 pt-4 pb-2"> <div id="make_offer" class=""> <h4>Contact us</h4> <form action="routes/ajax_actions/landing_themes/add_udrp_inquiry_cap.ajaxa.php" method="post" class="odf_ajax" data-target="form_feedback" autocomplete="off" id="contact_form"> <input type="hidden" name="domain_id" value="4736588"> <input type="hidden" name="user_id" value="13851"> <div id="form_feedback"> </div> <div class="row"> <div class="col-sm-6"> <div class="form-group row mb-2"> <label for="name" class="col-sm-3 col-form-label">Name</label> <div class="col-sm-9"> <input type="text" name="name" id="name" autocomplete="off" class="form-control" required> </div> </div> </div> <div class="col-sm-6"> <div class="form-group row mb-2"> <label for="email" class="col-sm-3 col-form-label">Email</label> <div class="col-sm-9"> <input type="email" name="email" id="email" autocomplete="off" class="form-control" required> </div> </div> </div> </div> <div class="row"> <div class="col-sm-6"> <div class="form-group row mb-2"> <label for="phone" class="col-sm-3 col-form-label">Phone</label> <div class="col-sm-9"> <input type="text" name="phone" id="phone" autocomplete="off" class="form-control" required> </div> </div> </div> <div class="col-sm-6"> </div> </div> <div class="row"> <div class="col-sm-12"> <label for="name" class="col-sm-2 pl-0 col-form-label">Message</label> <textarea class="form-control" name="message" rows="2" autocomplete="off" required></textarea> </div> </div> <div class="form-group row mb-0 mt-2"> <div class="col-sm-8"> <div class="g-recaptcha" data-sitekey="6LfLJxMTAAAAACSYGZUH0OCGhnoq50xexhkAGCe7" style=""></div> </div> <div class="col-sm-4 text-right"> <input type="submit" class="btn btn-lg btn-primary mt-1 pl-4 pr-4" value=" Send"> </div> </div> </form> </div> </div> </div> </div> </div> </section> <script src="js/fitty.min.js"></script> <script src="https://www.cow.com/odf/js/odf.js"></script><script>Odf.set('website_base_url', 'https://www.cow.com/');$(document).ready(function() {Odf.init();});</script> <script> $( document ).ready(function() { fitty('#logo_text', { maxSize: 50 }); $( 'input[type="submit"]' ).click(function() { if ($('form#contact_form').checkValidity()) { $('div#preloader').show(); $('div#preloader').fadeTo( 0, 0.8); $('div#preloader #status').show(); } }); $( document ).ajaxComplete(function() { $('div#preloader').hide(); $('div#preloader #status').hide(); }); }); </script> </body> </html><div id="stat_div" style="display:none;"></div> <script> $( document ).ready(function() { Odf.ajax.get('https://www.cow.com/ajax/visitors/create/', 'div#stat_div', { domain_id: '4736588' }); }); </script>