Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - 3dpnt.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Location: https://www.3dpnt.com/
Content-Type: text/html; charset=UTF-8
Date: Sat, 17 May 2025 19:39:03 GMT
Expires: Sat, 17 May 2025 19:39:03 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
Content-Security-Policy: frame-ancestors 'self'
X-XSS-Protection: 1; mode=block
Server: GSE
Accept-Ranges: none
Vary: Accept-Encoding
Transfer-Encoding: chunked

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.

200 OK - http://www.3dpnt.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Content-Type: text/html; charset=UTF-8
Expires: Sat, 17 May 2025 19:39:04 GMT
Date: Sat, 17 May 2025 19:39:04 GMT
Cache-Control: private, max-age=0
Last-Modified: Tue, 25 Mar 2025 03:04:26 GMT
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Server: GSE
Accept-Ranges: none
Vary: Accept-Encoding
Transfer-Encoding: chunked

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: 3dpnt.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>
  <link rel="icon" type="image/x-icon" href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjlx1PnG1GLY7GWQCD67KhTEX9v3WwO51sj4TYTT8MWZZI8tATjjRL6hyB0kcNdLEmOWskANsm0kICyzL7nOul49oIt6ZjwD4KBnDcl5ca8R1mGt9qiqZo8bUiqF86cL16f1pucgiRS4W9GxyKnWZi9uiB94KKbI8O3XE5ffEhvbkfaK0aa6JuH2G7FhQw/s1600/3d-printer.png">
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>3DPnt.com - Premium 3D Printing Domain for Sale</title>
    <meta name="description" content="Acquire 3DPnt.com, the perfect domain for your 3D printing business. Boost your online presence with this memorable and industry-specific domain name.">
    <style>
        @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: 'Roboto', sans-serif;
            line-height: 1.6;
            color: #333;
            background-color: #f0f0f0;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 1rem;
            display: flex;
            flex-direction: column;
            min-height: 100vh;
        }
        header {
            background-color: rgb(44 62 80 / 48%);
            color: #ecf0f1;
            text-align: center;
            padding: 2rem 1rem;
            position: relative;
            overflow: hidden;
            border-radius: 15px 15px 0 0;
        }
        .hero-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 0.3;
            z-index: -1;
        }
        .header-content {
            position: relative;
            z-index: 1;
        }
        h1 {
            font-size: clamp(2rem, 5vw, 3.5rem);
            margin-bottom: 0.5rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
        }
        .tagline {
            font-size: clamp(1rem, 3vw, 1.5rem);
            font-weight: 300;
            margin-bottom: 1rem;
        }
        main {
            background-color: #fff;
            padding: 2rem 1rem;
            box-shadow: 0 0 20px rgba(0,0,0,0.1);
            position: relative;
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }
        .image-container {
            order: -1;
            margin: 1rem 0 2rem;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            max-width: 100%;
            height: auto;
        }
        .printer-image {
            max-width: 100%;
            height: auto;
            z-index: 2;
          margin-right: 80px;
        }
        .image-shape {
            position: absolute;
            width: 115%;
            height: 115%;
            background-color: #3498db;
            opacity: 0.1;
            border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
            z-index: 1;
        }
        .content {
            position: relative;
            z-index: 1;
        }
        .shape {
            position: absolute;
            opacity: 0.1;
            z-index: 0;
        }
        .circle {
            width: 200px;
            height: 200px;
            border-radius: 50%;
            background-color: #3498db;
            top: -100px;
            left: -100px;
        }
        .triangle {
            width: 0;
            height: 0;
            border-left: 100px solid transparent;
            border-right: 100px solid transparent;
            border-bottom: 175px solid #e74c3c;
            bottom: -100px;
            left: -50px;
            transform: rotate(45deg);
        }
        section {
            margin-bottom: 2rem;
        }
        h2 {
            color: #2c3e50;
            margin-bottom: 1rem;
            font-size: clamp(1.5rem, 4vw, 2rem);
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        ul {
            list-style-type: none;
            padding-left: 1rem;
        }
        li {
            margin-bottom: 0.5rem;
        }
        li:before {
            content: "✓ ";
            color: #27ae60;
            font-weight: bold;
        }
        .cta {
            background-color: #e74c3c;
            color: #fff;
            padding: 1rem 2rem;
            font-size: 1.2rem;
            text-decoration: none;
            display: inline-block;
            border-radius: 50px;
            transition: all 0.3s;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: bold;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }
        .cta:hover {
            background-color: #c0392b;
            transform: translateY(-2px);
            box-shadow: 0 6px 8px rgba(0,0,0,0.15);
        }
        footer {
            background-color: #34495e;
            color: #ecf0f1;
            text-align: center;
            padding: 1rem;
            margin-top: auto;
            border-radius: 0 0 15px 15px;
        }
        @media (min-width: 768px) {
            main {
                flex-direction: row;
                justify-content: space-between;
                align-items: stretch;
                padding: 3rem;
            }
            .content {
                flex: 1;
                margin-right: 2rem;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
            }
            .image-container {
                order: 2;
                flex: 1;
                margin: 0;
                max-width: 45%;
                align-self: center;              
            }
          
        }
      @media (max-width: 768px) {
    .circle {
        top: 100px;
    }
}
    </style>
<meta name='google-adsense-platform-account' content='ca-host-pub-1556223355139109'/>
<meta name='google-adsense-platform-domain' content='blogspot.com'/>

<script type="text/javascript" language="javascript">
  // Supply ads personalization default for EEA readers
  // See https://www.blogger.com/go/adspersonalization
  adsbygoogle = window.adsbygoogle || [];
  if (typeof adsbygoogle.requestNonPersonalizedAds === 'undefined') {
    adsbygoogle.requestNonPersonalizedAds = 1;
  }
</script>

</head>
<body>
    <div class="container">
        <header>
            <img src="https://imageio.forbes.com/specials-images/imageserve/5f74c36afbc1eb3aba9d44bb/0x0.jpg?format=jpg&height=900&width=1600&fit=bounds" alt="3D Printing" class="hero-image">
            <div class="header-content">
                <h1>3DPnt.com</h1>
                <p class="tagline">The Perfect Domain for Your 3D Printing Empire</p>
            </div>
        </header>
        <main>
            <div class="content">
                <div class="shape circle"></div>
                <div class="shape triangle"></div>
                <section>
                    <h2>Why Choose 3DPnt.com?</h2>
                    <ul>
                        <li>Memorable and industry-specific domain name</li>
                        <li>Instant credibility for your 3D printing business</li>
                        <li>Improved search engine visibility</li>
                        <li>Perfect for e-commerce, blogs, or service websites</li>
                        <li>Potential for high type-in traffic</li>
                    </ul>
                </section>
                <section>
                    <h2>Boost Your Online Presence</h2>
                    <p>In the competitive world of 3D printing, having a strong online presence is crucial. 3DPnt.com offers you the perfect foundation to build your digital empire. Whether you're selling 3D printers, offering printing services, or sharing industry insights, this domain will help you stand out from the crowd.</p>
                </section>
                <section>
                    <h2>Limited Time Offer</h2>
                    <p>Don't miss this opportunity to own a premium domain in the rapidly growing 3D printing industry. Act now before it's gone!</p>
                    <a href="https://www.namecheap.com/domains/registration/results/?domain=3dpnt" class="cta">Inquire Now</a>
                </section>
            </div>
            <div class="image-container">
                <div class="image-shape"></div>
                <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjgoQVJlKkMY4W2CsHhVK4QmgJCtto_qv430F76qwJ1HsSD7gbGUWLYcKLi9viv1osHK7OVO8YGRgCtHp_ie8tYFDg2Lfmz1rcGtNzL9IEnhO-kwEfCVr5cDUHdA7qa5XmgkPeg93NxVRg-C-XY29C25P6Vz9Hk2X7gwSGnmFf4P3mfZujEFjFMEidIlzQ/s1600/3d-printing-machine.png" alt="3D Printer" class="printer-image">
            </div>
        </main>
        <footer>
            <p>&copy; 2024 3DPnt.com | All Rights Reserved</p>
        </footer>
    </div>


<!-- 'Es liegt in deiner Verantwortung, deine Besucher über die in deinem Blog verwendeten Cookies und die dort erfassten Daten zu informieren. Blogger stellt dafür eine Standardbenachrichtigung zur Verfügung, die du übernehmen, anpassen oder durch deine eigene Mitteilung ersetzen kannst. Weitere Informationen findest du unter http://www.blogger.com/go/cookiechoices.' -->
<script src="/js/cookienotice.js" defer></script>
<script>
  document.addEventListener('DOMContentLoaded', function(event) {
    window.cookieChoices && cookieChoices.showCookieConsentBar && cookieChoices.showCookieConsentBar(
        (window.cookieOptions && cookieOptions.msg) || 'Diese Website verwendet Cookies von Google, um Dienste anzubieten und Zugriffe zu analysieren. Deine IP-Adresse und dein User-Agent werden zusammen mit Messwerten zur Leistung und Sicherheit für Google freigegeben. So können Nutzungsstatistiken generiert, Missbrauchsfälle erkannt und behoben und die Qualität des Dienstes gewährleistet werden.',
        (window.cookieOptions && cookieOptions.close) || 'Ok',
        (window.cookieOptions && cookieOptions.learn) || 'Weitere Informationen',
        (window.cookieOptions && cookieOptions.link) || 'https://www.blogger.com/go/blogspot-cookies');
  });
</script>

</body>
</html>                               

Whois info of domain

Domain Name: 3DPNT.COM
Registry Domain ID: 2900458381_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.namecheap.com
Registrar URL: http://www.namecheap.com
Updated Date: 2024-07-18T19:28:35Z
Creation Date: 2024-07-18T19:28:32Z
Registry Expiry Date: 2025-07-18T19:28:32Z
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: DNS1.REGISTRAR-SERVERS.COM
Name Server: DNS2.REGISTRAR-SERVERS.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-17T19:38:50Z <<<
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