Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - x3js.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Fri, 09 May 2025 01:40:04 GMT
Content-Type: text/html
Content-Length: 167
Connection: keep-alive
Cache-Control: max-age=3600
Expires: Fri, 09 May 2025 02:40:04 GMT
Location: https://x3js.com/
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=mfOWX6kBHIrv1h6O%2FovyGjI5Nvk6Zw3SAzS%2FPeegeHjlW%2FqbAbLlesqEfmoyBsZjAEHL7EH6jNLh8toD0KP4mf%2FYscYuNALFVAnFFwT2yYB0utbnqUOD35j43Tkhtyn6cC4LOhi1mQ%3D%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 93cd7c98dcd4d35c-FRA
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=20397&min_rtt=20397&rtt_var=10198&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=164&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=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.

302 Found - https://x3js.com/
HTTP Status: 302
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Fri, 09 May 2025 01:40:04 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: keep-alive
Server: cloudflare
Nel: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Cf-Ray: 93cd7c996912d205-FRA
Cache-Control: no-cache
Cache-Control: public, max-age=14400
Location: /en
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
Content-Security-Policy: frame-ancestors 'self';
Cf-Cache-Status: DYNAMIC
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=0%2BOv3MdMpA1URWb0f6KSP8l%2F%2Bm5kmKFj31eW4aU%2F1lpB9n7S6yema8OE%2FerFPTOUDq3yQBulJH%2F2KjA%2Bjvl28BnMIuxeuFDTEngPZcxO8dyZ5HseirBuEaO3r34XHrO%2F1pe1uWo7Dg%3D%3D"}],"group":"cf-nel","max_age":604800}
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=20439&min_rtt=20420&rtt_var=5777&sent=5&recv=7&lost=0&retrans=0&sent_bytes=2832&recv_bytes=783&delivery_rate=197210&cwnd=252&unsent_bytes=0&cid=091a2a828d5afa0a&ts=78&x=0"

HTTP Code 302 Found (Moved Temporarily)

302 response code indicates that the requested resource is temporarily available at a different URL.

When is Code 302 used?

  • When temporarily changing a page URL
  • When testing new content
  • During temporary maintenance

What does Code 302 mean for the user?

The user is automatically redirected to the new URL, but search engines continue to index the old address.

200 OK - /en.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Fri, 09 May 2025 01:40:04 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: keep-alive
Server: cloudflare
Nel: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Cf-Ray: 93cd7c99e96bd205-FRA
Vary: Accept-Encoding
Content-Language: en
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
Content-Security-Policy: frame-ancestors 'self';
Cache-Control: public, max-age=14400
Cf-Cache-Status: DYNAMIC
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=H5enNGAE8l9E9DbKJwYCpNS%2FCEhyAeMQEaBcbK46oGrKpvFIrVLvr%2FPGqp4R2dMI3%2BD0mVrYR7hG3VtWHlSc%2B5bdZFXwlROJ5BBPOK%2FSCs3Y%2FHyyWR3zys7KUEZ38hrdcA%2Byp60%2FwA%3D%3D"}],"group":"cf-nel","max_age":604800}
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=20434&min_rtt=20397&rtt_var=4343&sent=7&recv=9&lost=0&retrans=0&sent_bytes=4405&recv_bytes=971&delivery_rate=197210&cwnd=254&unsent_bytes=0&cid=091a2a828d5afa0a&ts=122&x=0"

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: x3js.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang=en style="background-color: #000000;">
    <head>
       <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
       <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, viewport-fit=cover" />
       <title>X3JS - Three.js Game Engine</title>
       <meta name="description" content="Discover X3JS, a free and user-friendly Three.js game engine that empowers everyone, even those without coding experience, to create stunning 3D games compatible with all browsers.">
       <meta name="keywords" content="threejs, three.js, threejs game engine, three.js game engine">
       <link rel="shortcut icon" href="https://d1lqjrg61hv8il.cloudfront.net/favicon.ico">
       <link rel="canonical" href="https://x3js.com/en" />
       
          <link rel="alternate" hreflang="en" href="https://x3js.com/en" />
       
          <link rel="alternate" hreflang="fr" href="https://x3js.com/fr" />
       
          <link rel="alternate" hreflang="de" href="https://x3js.com/de" />
       
          <link rel="alternate" hreflang="tr" href="https://x3js.com/tr" />
       
          <link rel="alternate" hreflang="es" href="https://x3js.com/es" />
       
          <link rel="alternate" hreflang="it" href="https://x3js.com/it" />
       
          <link rel="alternate" hreflang="pt" href="https://x3js.com/pt" />
       
          <link rel="alternate" hreflang="zh" href="https://x3js.com/zh" />
       
          <link rel="alternate" hreflang="ja" href="https://x3js.com/ja" />
       
          <link rel="alternate" hreflang="ko" href="https://x3js.com/ko" />
       
          <link rel="alternate" hreflang="hi" href="https://x3js.com/hi" />
       
          <link rel="alternate" hreflang="ro" href="https://x3js.com/ro" />
       
          <link rel="alternate" hreflang="ru" href="https://x3js.com/ru" />
       
          <link rel="alternate" hreflang="id" href="https://x3js.com/id" />
       
       <link rel="alternate" hreflang="x-default" href="https://x3js.com/en">
       <link rel="preconnect" href="https://fonts.googleapis.com">
       <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
       <link href="https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap" rel="stylesheet">
       <link href="https://d1lqjrg61hv8il.cloudfront.net/home/css/x3js_1.0.0.css" rel="stylesheet">

       <meta property="og:title" content="X3JS - Three.js Game Engine">
       <meta property="og:description" content="Discover X3JS, a free and user-friendly Three.js game engine that empowers everyone, even those without coding experience, to create stunning 3D games compatible with all browsers.">
       <meta property="og:type" content="website">
       <meta property="og:url" content="https://x3js.com/en">
       <meta property="og:image" content="https://d1lqjrg61hv8il.cloudfront.net/shared/img/share_img.webp">

       <meta name="twitter:card" content="summary_large_image">
       <meta name="twitter:title" content="X3JS - Three.js Game Engine">
       <meta name="twitter:description" content="Discover X3JS, a free and user-friendly Three.js game engine that empowers everyone, even those without coding experience, to create stunning 3D games compatible with all browsers.">
       <meta name="twitter:image" content="https://d1lqjrg61hv8il.cloudfront.net/shared/img/share_img.webp">

       <script src="https://www.google.com/recaptcha/api.js?hl=en" async defer></script>
    </head>

    <body data-js-version=1.0.0 data-css-version=1.0.0 data-cdn="https://d1lqjrg61hv8il.cloudfront.net">
        <section id="main_section">
            <div id="logo_container">
                <img src="https://d1lqjrg61hv8il.cloudfront.net/home/img/x3js_logo.webp" alt="X3JS Logo" id="x3js-logo">
            </div>
            <div id="separator"></div>
            <div id="auth_container">
                <div id="authModal" class="modal" style="display: none;">
                    <div class="modal-content">
                        <div id="modal_header" class="modal-header">
                            <p class="modal-title" id="signup_title">REGISTER</p>
                            <p class="modal-title" id="signin_title">LOG IN</p>
                        </div>
                        <div id="signupSection" style="display: none;">
                            <form id="signupForm">
                                <div class="form-group">
                                    <label for="signupEmail">EMAIL</label>
                                    <input type="email" id="signupEmail" name="email" required placeholder="Enter your email">
                                    <span class="warning" id="emailWarning">You need to enter a valid email</span>
                                    <span class="warning" id="emailWarningInUse">Email is in use</span>
                                </div>
                                <div class="form-group">
                                    <label for="signupNick">USERNAME</label>
                                    <input type="text" id="signupNick" name="nick" maxlength="15" pattern="[A-Za-z0-9]+" required placeholder="Enter your username">
                                    <span class="warning" id="nickWarning">Username must be 3-15 characters long</span>
                                    <span class="warning" id="nickWarningInUse">Username is in use</span>
                                </div>
                                <div class="form-group">
                                    <label for="signupPassword">PASSWORD</label>
                                    <input type="password" id="signupPassword" name="password" required placeholder="Enter your password">
                                    <span class="warning" id="passwordWarning">Password must be at least 5 characters</span>
                                </div>
                                <div class="form-group">
                                    <label for="signupPasswordConfirm">REPEAT PASSWORD</label>
                                    <input type="password" id="signupPasswordConfirm" name="passwordConfirm" required placeholder="Repeat your password">
                                    <span class="warning" id="passwordConfirmWarning">Passwords do not match</span>
                                    <span class="warning" id="signUpErrorWarning">An error occurred</span>
                                </div>
                                <div class="form-group">
                                    <div id="signup_recaptcha"></div>
                                </div>
                                <button type="submit" id="signupSubmit" class="cred-submit">REGISTER</button>
                            </form>
                        </div>
                        <div id="signinSection" style="display: none;">
                            <form id="signinForm">
                                <div class="form-group">
                                    <label for="signinEmail">EMAIL</label>
                                    <input type="email" id="signinEmail" name="email" required placeholder="Enter your email">
                                    <span class="warning" id="signinEmailWarning">You need to enter a valid email</span>
                                </div>
                                <div class="form-group">
                                    <label for="signinPassword">PASSWORD</label>
                                    <input type="password" id="signinPassword" name="password" required placeholder="Enter your password">
                                    <span class="warning" id="signinPasswordWarning">Incorrect login information</span>
                                    <span class="warning" id="signInErrorWarning">An error occurred</span>
                                </div>
                                <div class="form-group">
                                    <div id="signin_recaptcha"></div>
                                    <span class="warning" id="recaptchaWarning">Please verify you are not a robot</span>
                                </div>
                                <button type="submit" id="signinSubmit" class="cred-submit">LOG IN</button>
                            </form>
                        </div>
                        <div id="modal_activate" style="display: none;">
                            <p class="modal-msg" id="coming_soon">X3JS is still under development, you will be notified via email upon the first release!</p>
                            <!--<p class="modal-title" id="signupSuccessTitle">Your account has been successfully created</p>
                            <p class="modal-title" id="activationCodeMsg">We&#039;ve sent a verification link to your email, click the link to activate your account</p>-->
                        </div>
                    </div>
                </div>
            </div>
        </section>


        <section id="description_section">
            <h1>X3JS Three.js Game Engine</h1>
            <p>We ❤️ Three.js and X3JS is a browser-based game engine built on Three.js, designed to empower developers to create visually stunning and engaging games effortlessly. Discover <a href='https://jamir.io' target='_blank'>JAMIR</a>, an innovative <a href='https://jamir.io' target='_blank'>browser FPS game</a> that showcases the evolution and capabilities of X3JS Engine.</p>

            <h2>An 8-Year Optimized Game Engine</h2>
            <p>X3JS has been refined and perfected over 8 years to handle complex, large-scale scenes with ease. With unparalleled support for detailed 3D objects and environments, it ensures smooth performance even in the most demanding scenarios. Whether you're building intricate landscapes or action-packed game worlds, X3JS is ready to deliver. Its advanced capabilities include optimized floor and hit detection, efficient resource management, and seamless handling of physics-based interactions. From realistic terrains to immersive gameplay mechanics, X3JS empowers developers to push boundaries and create stunning experiences effortlessly.</p>

            <h3>Benefits of X3JS</h3>
            <p>X3JS empowers developers to create high-quality and fast-working web games, whether they know how to code or not, and all without any costs. It removes the burden of managing hosting expenses for your game assets and files. By leveraging our platform, developers can directly publish their games with <a href='https://miramtech.com' target='_blank'>Miramtech Game Network</a>, gaining instant exposure to a global audience. In addition, with <a href='https://adglitch.com' target='_blank'>adGlitch</a> integration, developers can seamlessly monetize their creations and start earning revenue with no additional setup required. X3JS allows iframe access for a game only on the developer's dedicated game website, providing control and flexibility for developers who want to establish a unique online presence for their games.</p>

            <h4>Effortless Online Game Creation Without the Server-Side Hassle</h4>
            <p>Say goodbye to server-side headaches and costs! X3JS takes care of all server-side functionality for your online games, making the process 100% easier than building it from scratch. Our robust backend system, concurrently designed to handle the demands of modern multiplayer games, streamlines real-time interactions, connects players across the globe, and provides essential features like matchmaking, session management, and data synchronization—all completely free. While you might need minimal customization for unique requirements, X3JS dramatically reduces the effort and complexity involved, freeing you to focus on crafting exceptional game design and mechanics. With X3JS, you can build immersive multiplayer experiences effortlessly, with zero server-side hassle or expenses.</p>

            <h5>Everything Sounds Great, But Will I Still Have Full Control Over My Game?</h5>
            <p>Absolutely! The game you create is completely yours, and we do not claim any rights over it—all rights are fully reserved to the developer. However, the game will operate on the X3JS platform and cannot be iframed or hosted by online gaming websites outside the Miramtech Game Network. As described previously, X3JS allows you to iframe your game on your own dedicated game website, enabling you to establish and grow your own brand. This ensures the integrity of the platform while keeping you in full control of your intellectual property.</p>
        </section>


        <div id="footer">
            <div class="footer-links">
                <a href="https://x.com/X3JS_app" target="_blank">
                   <img src="https://d1lqjrg61hv8il.cloudfront.net/home/img/x_icon.webp" alt="Twitter">
                </a>
                <a href="https://discord.gg/9H7UhNXQGh" target="_blank">
                   <img src="https://d1lqjrg61hv8il.cloudfront.net/home/img/discord_icon.webp" alt="Discord">
                </a>
                <a href="https://threejs.org" target="_blank">
                   <img src="https://d1lqjrg61hv8il.cloudfront.net/home/img/threejs_icon.webp" alt="Three.js">
                </a>
            </div>
            <div class="footer-languages">
                
                   
                       <a href="/en">English</a>
                   
            
                   
                       <a href="/fr">French</a>
                   
            
                   
                       <a href="/de">German</a>
                   
            
                   
                       <a href="/tr">Turkish</a>
                   
            
                   
                       <a href="/es">Spanish</a>
                   
            
                   
                       <a href="/it">Italian</a>
                   
            
                   
                       <a href="/pt">Portuguese</a>
                   
            
                   
                       <a href="/zh">Chinese</a>
                   
            
                   
                       <a href="/ja">Japanese</a>
                   
            
                   
                       <a href="/ko">Korean</a>
                
            
                   
                       <a href="/hi">Hindi</a>
                   
            
                   
                       <a href="/ro">Romanian</a>
                   
            
                   
                       <a href="/ru">Russian</a>
                   
            
                   
                       <a href="/id">Indonesian</a>
                   
            
            </div>
            <div><br>© 2024 X3JS</div>
            <div class="footer-languages">
                <a href="https://miramtech.com" target="_blank">MIRAMTECH</a>
            </div>
        </div>
       <script src="https://d1lqjrg61hv8il.cloudfront.net/home/js/x3js_1.0.0.js"></script>
    </body>
</html> 
                               

Whois info of domain

Domain Name: X3JS.COM
Registry Domain ID: 2888093039_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2024-06-07T12:34:41Z
Creation Date: 2024-06-06T17:55:05Z
Registry Expiry Date: 2025-06-06T17:55:05Z
Registrar: GoDaddy.com, LLC
Registrar IANA ID: 146
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 480-624-2505
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientRenewProhibited https://icann.org/epp#clientRenewProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: TIA.NS.CLOUDFLARE.COM
Name Server: VICENTE.NS.CLOUDFLARE.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-09T01:39:48Z <<<
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