Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - yokaf.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Wed, 30 Apr 2025 17:43:41 GMT
Server: Apache
Location: https://www.yokaf.com/
Content-Length: 230
Content-Type: text/html; charset=iso-8859-1

HTTP Code 301 Moved Permanently

301 status 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://www.yokaf.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Wed, 30 Apr 2025 17:43:41 GMT
Server: Apache
Upgrade: h2
Connection: Upgrade
Cache-Control: max-age=600
Expires: Wed, 30 Apr 2025 17:53:41 GMT
Vary: Accept-Encoding,User-Agent
Content-Length: 11069
Content-Type: text/html; charset=UTF-8

HTTP Code 200 OK

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.

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: yokaf.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="zh">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Yuanchen Electronic Technology Co., Limited - Digital Marketing Solutions</title>
    <style>
        body {
            font-family: 'Arial', sans-serif;
            line-height: 1.6;
            margin: 0;
            padding: 0;
            color: #333;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }
        header {
            background-color: #1a5f7a;
            color: white;
            padding: 40px 0;
            text-align: center;
        }
        .services {
            padding: 40px 0;
            background-color: #f5f5f5;
        }
        .contact {
            padding: 40px 0;
        }
        .footer {
            background-color: #333;
            color: white;
            text-align: center;
            padding: 20px 0;
            position: fixed;
            bottom: 0;
            width: 100%;
        }
        .service-item {
            margin: 20px 0;
            padding: 20px;
            background-color: white;
            border-radius: 5px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
        .achievements {
            padding: 40px 0;
            background-color: #e9f0f3;
        }
        .achievement-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin-top: 20px;
        }
        .achievement-item {
            text-align: center;
            padding: 20px;
            background: white;
            border-radius: 5px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
        .achievement-number {
            font-size: 2.5em;
            color: #1a5f7a;
            font-weight: bold;
        }
        .why-us {
            padding: 40px 0;
        }
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
            margin-top: 20px;
        }
        .feature-item {
            padding: 20px;
            background: white;
            border-radius: 5px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
        .partners {
            padding: 40px 0;
            background-color: #f9f9f9;
        }
        .partners-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 30px;
            align-items: center;
            margin-top: 20px;
        }
        .partner-logo {
            text-align: center;
            padding: 20px;
            background: white;
            border-radius: 5px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
        }
        .workflow {
            padding: 40px 0;
        }
        .workflow-steps {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
            margin-top: 30px;
        }
        .step {
            flex: 1;
            min-width: 200px;
            text-align: center;
            padding: 20px;
            position: relative;
        }
        .step-number {
            width: 40px;
            height: 40px;
            background: #1a5f7a;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 15px;
            font-weight: bold;
        }
        .contact-form {
            max-width: 600px;
            margin: 30px auto;
        }
        .form-group {
            margin-bottom: 20px;
        }
        .form-group label {
            display: block;
            margin-bottom: 5px;
            font-weight: bold;
        }
        .form-group input,
        .form-group textarea {
            width: 100%;
            padding: 8px;
            border: 1px solid #ddd;
            border-radius: 4px;
            box-sizing: border-box;
        }
        .form-group textarea {
            height: 120px;
        }
        .submit-btn {
            background-color: #1a5f7a;
            color: white;
            padding: 10px 20px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            font-size: 16px;
        }
        .submit-btn:hover {
            background-color: #154c61;
        }
    </style>
</head>
<body>
    <header>
        <div class="container">
            <h1>Yuanchen Electronic Technology Co., Limited</h1>
            <p>Professional Digital Marketing Solutions Provider</p>
        </div>
    </header>

    <section class="services">
        <div class="container">
            <h2>Our Services</h2>
            <div class="service-item">
                <h3>Digital Advertising</h3>
                <p>Specialized in Google and Taboola advertising platforms, providing precise audience targeting and optimized advertising performance for our clients.</p>
                <ul>
                    <li>Search Engine Marketing (SEM)</li>
                    <li>Display Advertising</li>
                    <li>Native Advertising</li>
                    <li>Remarketing Campaigns</li>
                </ul>
            </div>
            <div class="service-item">
                <h3>Performance Marketing</h3>
                <p>Helping advertisers achieve their product promotion and sales goals through affiliate marketing strategies.</p>
                <ul>
                    <li>Affiliate Program Management</li>
                    <li>ROI-Focused Campaigns</li>
                    <li>Performance Tracking & Analytics</li>
                    <li>Conversion Rate Optimization</li>
                </ul>
            </div>
        </div>
    </section>

    <section class="achievements">
        <div class="container">
            <h2>Our Achievements</h2>
            <div class="achievement-grid">
                <div class="achievement-item">
                    <div class="achievement-number">500+</div>
                    <p>Successful Campaigns</p>
                </div>
                <div class="achievement-item">
                    <div class="achievement-number">50M+</div>
                    <p>Ad Impressions</p>
                </div>
                <div class="achievement-item">
                    <div class="achievement-number">95%</div>
                    <p>Client Satisfaction</p>
                </div>
            </div>
        </div>
    </section>

    <section class="why-us">
        <div class="container">
            <h2>Why Choose Us</h2>
            <div class="features-grid">
                <div class="feature-item">
                    <h3>Expert Team</h3>
                    <p>Our team consists of certified digital marketing professionals with years of experience in performance marketing.</p>
                </div>
                <div class="feature-item">
                    <h3>Data-Driven Approach</h3>
                    <p>We make decisions based on comprehensive data analysis and real-time performance metrics.</p>
                </div>
                <div class="feature-item">
                    <h3>Global Reach</h3>
                    <p>With our Hong Kong base, we serve clients worldwide and understand diverse market needs.</p>
                </div>
            </div>
        </div>
    </section>

    <section class="workflow">
        <div class="container">
            <h2>Our Work Process</h2>
            <div class="workflow-steps">
                <div class="step">
                    <div class="step-number">1</div>
                    <h3>Initial Consultation</h3>
                    <p>Understanding your business goals and target audience</p>
                </div>
                <div class="step">
                    <div class="step-number">2</div>
                    <h3>Strategy Development</h3>
                    <p>Creating customized marketing plans and campaigns</p>
                </div>
                <div class="step">
                    <div class="step-number">3</div>
                    <h3>Implementation</h3>
                    <p>Executing campaigns across chosen platforms</p>
                </div>
                <div class="step">
                    <div class="step-number">4</div>
                    <h3>Optimization</h3>
                    <p>Continuous monitoring and performance improvement</p>
                </div>
            </div>
        </div>
    </section>

    <section class="partners">
        <div class="container">
            <h2>Our Partners & Platforms</h2>
            <div class="partners-grid">
                <div class="partner-logo">
                    <h3>Google Ads</h3>
                    <p>Certified Partner</p>
                </div>
                <div class="partner-logo">
                    <h3>Taboola</h3>
                    <p>Premium Partner</p>
                </div>
                <div class="partner-logo">
                    <h3>Analytics</h3>
                    <p>Data Partner</p>
                </div>
                <div class="partner-logo">
                    <h3>AdSense</h3>
                    <p>Publisher Partner</p>
                </div>
            </div>
        </div>
    </section>

    <section class="contact">
        <div class="container">
            <h2>Contact Us</h2>
            <div class="contact-info">
                <p><strong>Contact Person:</strong> Qi Chenchen</p>
                <p><strong>Company Name:</strong> YUANCHEN ELECTRONIC TECHNOLOGY CO., LIMITED</p>
                <p><strong>Address:</strong> UNIT 83 3/F YAU LEE CENTER, NO.45 HOI YUEN ROAD, KWUN TONG, Hong Kong</p>
                <p><strong>Email:</strong> [email protected]</p>
            </div>
            
            <div class="contact-form">
                <h3>Send Us a Message</h3>
                <form action="#" method="POST">
                    <div class="form-group">
                        <label for="name">Name:</label>
                        <input type="text" id="name" name="name" required>
                    </div>
                    <div class="form-group">
                        <label for="email">Email:</label>
                        <input type="email" id="email" name="email" required>
                    </div>
                    <div class="form-group">
                        <label for="message">Message:</label>
                        <textarea id="message" name="message" required></textarea>
                    </div>
                    <button type="submit" class="submit-btn">Send Message</button>
                </form>
            </div>
        </div>
    </section>

    <footer class="footer">
        <div class="container">
            <p>&copy; 2024 Yuanchen Electronic Technology Co., Limited. All Rights Reserved.</p>
        </div>
    </footer>
</body>
</html>                                

Whois info of domain

Domain Name: YOKAF.COM
Registry Domain ID: 1995214195_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.dreamhost.com
Registrar URL: http://www.DreamHost.com
Updated Date: 2024-12-17T09:00:32Z
Creation Date: 2016-01-17T19:40:49Z
Registry Expiry Date: 2026-01-17T19:40:49Z
Registrar: DreamHost, LLC
Registrar IANA ID: 431
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.7148729370
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS1.DREAMHOST.COM
Name Server: NS2.DREAMHOST.COM
Name Server: NS3.DREAMHOST.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-04-30T17:43:27Z <<<
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