Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - letrs.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Location: https://letrs.com/
Server: :)
Date: Tue, 06 May 2025 20:38:03 GMT
Connection: close
Content-Length: 0

HTTP Code 301 Moved Permanently

301 response 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.

200 OK - https://letrs.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Tue, 06 May 2025 20:38:05 GMT
Content-Type: text/html
Last-Modified: Fri, 25 Apr 2025 17:14:22 GMT
Etag: "680bc2ee-1b7d"
Expires: Thu, 01 Jan 1970 00:00:01 GMT
Cache-Control: no-cache
Accept-Ranges: bytes
Content-Security-Policy: base-uri 'self';default-src 'self' *.voyagersopris.com:443 *.letrs.com:443 letrs.com:433 http://*.clg.local:* ;script-src 'self' *.voyagersopris.com:443 *.letrs.com:443 letrs.com:433 http://*.clg.local:* https://cdn.pendo.io https://data.pendo.io https://pendo-static-6298861489225728.storage.googleapis.com https://pendo-io-static.storage.googleapis.com 'unsafe-inline' 'unsafe-eval';style-src 'self' *.voyagersopris.com:443 *.letrs.com:443 letrs.com:433 http://*.clg.local:* https://pendo-static-6298861489225728.storage.googleapis.com 'unsafe-inline';media-src 'self' *.voyagersopris.com:443 *.letrs.com:443 letrs.com:433 http://*.clg.local:* blob:;img-src 'self' *.voyagersopris.com:443 *.letrs.com:443 letrs.com:433 http://*.clg.local:* data: https://cdn.pendo.io https://data.pendo.io https://pendo-static-6298861489225728.storage.googleapis.com;connect-src 'self' *.voyagersopris.com:443 *.letrs.com:443 letrs.com:433 http://*.clg.local:* https://data.pendo.io https://pendo-static-6298861489225728.storage.googleapis.com;frame-ancestors 'self' *.voyagersopris.com:443 *.letrs.com:443 letrs.com:433 http://*.clg.local:*
Strict-Transport-Security: max-age=31536000
Set-Cookie: 57f503=9wpWVZJsItItSIVjGTTMZW+5c6VXblNmSqIgI/ySM7VP0F6uprIT79lxJEX8zLAhjRdURVv4DQer6T/PbcxNKa1DXmovnnPoXpxlcXxu6D/lBJCtRShqlsaRhRTgoDJQ/i7rwQDgi1Zbztb3tKWBZjkZ7+B6Y8aPxu2mjsIyIg32c3Vy; path=/
Server: :)
Transfer-Encoding: chunked

HTTP Code 200 OK

200 response 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.

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: letrs.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">
    <title>Learning Platform</title>
    <base href="/">

    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="icon" type="image/x-icon" href="assets/images/favicon.ico">
    <link href="./assets/css/material-icons.css" rel="stylesheet" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="./assets/css/material-icons.css"></noscript>
    <script type="text/javascript" src="assets/json/vars.js"></script>
    
    <script type="application/javascript">
      var global = window;
      var href = window.location.href;
      var domainFound = false;

      supportedDomains.forEach(info => {
        if (href.indexOf(info.domain) >= 0) domainFound = true;
      });

      if (!domainFound && href.indexOf('localhost') < 0) {
        const linkElement = document.querySelector('link[rel=icon]');
        linkElement.href = 'assets/images/favicon.png';
      }

      //PENDO
      var enablePendo = true; // ENABLE PROD
      enviromentsPendo.forEach(enviroment => {
        if (href.indexOf(enviroment.name) >= 0) enablePendo = enviroment.enabled; // CHECK LOWER ENV
      });

      if (enablePendo) {
        (function(apiKey){
          (function(p,e,n,d,o){var v,w,x,y,z;o=p[d]=p[d]||{};o._q=o._q||[];
            v=['initialize','identify','updateOptions','pageLoad','track'];for(w=0,x=v.length;w<x;++w)(function(m){
            o[m]=o[m]||function(){o._q[m===v[0]?'unshift':'push']([m].concat([].slice.call(arguments,0)));};})(v[w]);
            y=e.createElement(n);y.async=!0;y.src='assets/external/pendo.jsonp.js';
            z=e.getElementsByTagName(n)[0];z.parentNode.insertBefore(y,z);})(window,document,'script','pendo');
        })('5cca1b57-4fc2-47c9-7db4-12c80482f80d');
      }
    </script>
  <style>@charset "UTF-8";@-webkit-keyframes cdk-text-field-autofill-start{}@-webkit-keyframes cdk-text-field-autofill-end{}*{margin:0;font-family:Source Sans Pro}body,html{height:100%}body::-webkit-scrollbar,html::-webkit-scrollbar{width:8px}body app-root,html app-root{display:block;height:100%;width:100%}@font-face{font-family:Source Sans Pro;src:url(SourceSansPro-BlackItalic.37feb348097df4afed82.woff2) format("woff2"),url(SourceSansPro-BlackItalic.d51c9457047dfed3628f.woff) format("woff"),url(SourceSansPro-BlackItalic.84c2ef88ead64a68ef83.ttf) format("truetype");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:Source Sans Pro;src:url(SourceSansPro-Italic.9020ec62ff7517aeb439.woff2) format("woff2"),url(SourceSansPro-Italic.77d2d5e49a217a05236f.woff) format("woff"),url(SourceSansPro-Italic.4c30b75047d65136a6d0.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Source Sans Pro;src:url(SourceSansPro-Black.81d2ea4f58a97da78192.woff2) format("woff2"),url(SourceSansPro-Black.9ce09cc6466422ea36ef.woff) format("woff"),url(SourceSansPro-Black.0190bca66b51da81552f.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Source Sans Pro;src:url(SourceSansPro-Light.e6d53210bd8035c73f6e.woff2) format("woff2"),url(SourceSansPro-Light.5a5436839d4709599968.woff) format("woff"),url(SourceSansPro-Light.f6aca8b57d9450ac29ba.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Source Sans Pro;src:url(SourceSansPro-ExtraLightItalic.faf347ca1bac1c7ded5a.woff2) format("woff2"),url(SourceSansPro-ExtraLightItalic.df709696ded4fd8aeaa4.woff) format("woff"),url(SourceSansPro-ExtraLightItalic.43da8b3869279c26a6bd.ttf) format("truetype");font-weight:200;font-style:italic;font-display:swap}@font-face{font-family:Source Sans Pro;src:url(SourceSansPro-BoldItalic.b71f244f23de5764c483.woff2) format("woff2"),url(SourceSansPro-BoldItalic.e7910f74b51dbefa56c8.woff) format("woff"),url(SourceSansPro-BoldItalic.6e216efae2c49fece5d8.ttf) format("truetype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Source Sans Pro;src:url(SourceSansPro-ExtraLight.4bba4dbf4c37b9e1f2fb.woff2) format("woff2"),url(SourceSansPro-ExtraLight.a89797b81e5d1ae6cff4.woff) format("woff"),url(SourceSansPro-ExtraLight.f5630d91f140df708962.ttf) format("truetype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Source Sans Pro;src:url(SourceSansPro-Bold.e94498b5ac906f5c591a.woff2) format("woff2"),url(SourceSansPro-Bold.c43eb42a9b3de83c88f7.woff) format("woff"),url(SourceSansPro-Bold.d0bd5994a5d25c850984.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Source Sans Pro;src:url(SourceSansPro-Regular.7130bfd617067e53f080.woff2) format("woff2"),url(SourceSansPro-Regular.e85d8d9c12074e064fa5.woff) format("woff"),url(SourceSansPro-Regular.4cf62cb6b75d00a61260.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Source Sans Pro;src:url(SourceSansPro-LightItalic.05285b5e3ca183aa60fd.woff2) format("woff2"),url(SourceSansPro-LightItalic.c5fd8a877e85434840f7.woff) format("woff"),url(SourceSansPro-LightItalic.72f64ad1672505db4c23.ttf) format("truetype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Source Sans Pro;src:url(SourceSansPro-SemiBoldItalic.720692331625e63287f3.woff2) format("woff2"),url(SourceSansPro-SemiBoldItalic.e1be3d8ccb217fecd177.woff) format("woff"),url(SourceSansPro-SemiBoldItalic.119302f8b282953a4bdc.ttf) format("truetype");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:Source Sans Pro;src:url(SourceSansPro-SemiBold.60f337fa73ffca9e1607.woff2) format("woff2"),url(SourceSansPro-SemiBold.d671d624f839b8eda0ee.woff) format("woff"),url(SourceSansPro-SemiBold.77196f3ca32a595f5f66.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}</style><link rel="stylesheet" href="/styles.dbce9966a15af2b8f08d.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="/styles.dbce9966a15af2b8f08d.css"></noscript></head>
  <body>
    <app-root></app-root>
  <script src="/runtime-es2015.fdf6bfd42c3bc683ccfa.js" type="module"></script><script src="/runtime-es5.fdf6bfd42c3bc683ccfa.js" nomodule defer></script><script src="/polyfills-es5.9a32feececfdb2b6289a.js" nomodule defer></script><script src="/polyfills-es2015.07c786561ac0955d0ce2.js" type="module"></script><script src="/scripts.2606bb012821f2faba39.js" defer></script><script src="/main-es2015.c934bbfa4ba4688abf76.js" type="module"></script><script src="/main-es5.c934bbfa4ba4688abf76.js" nomodule defer></script>


</body></html><!-- Uncomment when Scott Neilsen confirms we're ready for it --><!-- <script type="application/javascript">
  navigator.serviceWorker.register('interceptor.worker.js')
    .then(function(registration) {
       //console.log('Service worker registered with scope: ', registration.scope);
     }, function(err) {
       console.error('ServiceWorker registration failed: ', err);
     });
 </script> -->                               

Whois info of domain

Domain Name: LETRS.COM
Registry Domain ID: 96419639_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.networksolutions.com
Registrar URL: http://networksolutions.com
Updated Date: 2024-01-12T00:50:59Z
Creation Date: 2003-04-02T23:23:54Z
Registry Expiry Date: 2029-04-02T22:23:54Z
Registrar: Network Solutions, LLC
Registrar IANA ID: 2
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.8777228662
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS1.CAMBIUMLEARNING.COM
Name Server: NS2.CAMBIUMLEARNING.COM
DNSSEC: signedDelegation
DNSSEC DS Data: 19621 13 1 A41E725FE025B770FBFA62A5E144BB25D80202A9
DNSSEC DS Data: 19621 13 2 613B167DA9DFA98E3959B4AD1999DC1882B1A33601042E903C18927E6CB58C4B
DNSSEC DS Data: 19621 13 4 51267CCDD7F3657AE9F5B4EEFA6241D425FEAAE4544C5989A4F0D0A0746B3F727259B985F9B3E53932453E6A7C8FDC43
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-06T20:37:52Z <<<
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