Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - myi3.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Tue, 13 May 2025 19:38:29 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: keep-alive
Location: https://myi3.com/
cf-cache-status: DYNAMIC
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Z5Aq76qMHbH8rasOpd%2FMYHZMDTsMc0ZGotS7FZho3KItAvUaC2rhKrzZ9JjTdjIXba7uyMba9fOAQCsuunGyWcYtaYIk4BoVx%2FAWv6g4qIU6WH0iJnbd7udcQicAVVJOTNMALhYLkQ%3D%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 93f49dcba813d376-FRA
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=24270&min_rtt=24270&rtt_var=12135&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 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.

302 Found - https://myi3.com/
HTTP Status: 302
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Tue, 13 May 2025 19:38:29 GMT
Content-Length: 0
Connection: keep-alive
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Location: https://myi3.com/Account/Login?ReturnUrl=%2F
Strict-Transport-Security: max-age=2592000
X-Content-Type-Options: nosniff
X-Xss-Protection: 1; mode=block
X-Frame-Options: SAMEORIGIN
X-Correlation-Id: c12bcbd12be848789de36aeaa7ce70a8
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, POST, OPTIONS
Access-Control-Allow-Headers: Content-Type, X-Request-Verification-Token
Cf-Cache-Status: DYNAMIC
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=wgOKcFrLb1PSjQQtjQnBjuqBbDuiy5W25CcPrXXHYaxeqhEgsTO%2FOh1y43TibRTuztQmQ6y5v48aHAOrqu9aGlDsJgiXgsAJ2DeHIDG1usScal0tSbHDZR1cBbN0Sy80mqxvI%2FAY3A%3D%3D"}]}
CF-RAY: 93f49dcc5f3862d7-HAM
alt-svc: h3=":443"; ma=86400

HTTP Code 302 Found (Moved Temporarily)

302 status 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 - https://myi3.com/Account/Login?ReturnUrl=%2F
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Tue, 13 May 2025 19:38:29 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Cache-Control: no-cache, no-store
Pragma: no-cache
Strict-Transport-Security: max-age=2592000
X-Content-Type-Options: nosniff
X-Xss-Protection: 1; mode=block
X-Frame-Options: SAMEORIGIN
X-Correlation-Id: 3dc570b8d099473e8ee6750c1a80d933
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, POST, OPTIONS
Access-Control-Allow-Headers: Content-Type, X-Request-Verification-Token
Vary: accept-encoding
Cf-Cache-Status: DYNAMIC
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=BN0ZKZLWpVmj5N0s4VqHH5TX%2FGvUKjGXKk7lIZJ6TyngffDE1u6GTMoTasnS0HKdVmuUNp0fYU9B09YF383TOe9P%2F%2FOt6yFB74qrYrb204VEvnbLUoDR4AFRMRIlwjrmPI%2Fs9%2F9weg%3D%3D"}]}
Set-Cookie: .AspNetCore.Culture=c%3Den-GB%7Cuic%3Den-GB; Path=/; Expires=Wed, 13 May 2026 19:38:29 GMT
Set-Cookie: .AspNetCore.Antiforgery.uk7ag1zo8o4=CfDJ8KQQ0hb_UpNPrkFiSm31Byap9GdfHhd9MWZBXmltXQUclTZH11DqDcXmFmRfsM7Pp3M1r3vF43JIA2rir-xGSP9bjyZE5UCirY7KkUTTRQ7L6NritDgbcVD_W4eD7NadSX4b7cIsiXC8-bKiIyNpzNM; HttpOnly; SameSite=Strict; Path=/
CF-RAY: 93f49dccefdb62d7-HAM
alt-svc: h3=":443"; ma=86400

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: myi3.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])

<!DOCTYPE html>

<html lang="ar" dir="rtl">
<head>
    

    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">

    <title>I3</title>

    <link rel="stylesheet" href="/__bundles/Metronic.Global.77ACED90A211617C134EE31FAEF6A4C3.css?_v=638815328017209101" />


    
    



    

    <link rel="stylesheet" href="/__bundles/app.css.custom.AD9D6A76ADB4FB75DB8317BBA22D4563.css?_v=638815328017616403" />

<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=Tajawal:wght@200;300;400;500;700;800;900&display=swap" rel="stylesheet">
</head>
<body class="abp-account-layout rtl">
    

    

<!--begin::Header-->
<div id="kt_app_header" class="app-header">
    <!--begin::Container-->
    <div class="app-container container-fluid d-flex align-items-stretch justify-content-between">
        <!--begin::sidebar mobile toggle-->
        <div class="d-flex align-items-center d-lg-none ms-n2 me-2" title="Show sidebar menu">
            <div class="btn btn-icon btn-active-color-primary w-35px h-35px" id="kt_app_sidebar_mobile_toggle">
                <!--begin::Svg Icon | path: icons/duotune/abstract/abs015.svg-->
                <span class="svg-icon svg-icon-1">
                    <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
                        <path d="M21 7H3C2.4 7 2 6.6 2 6V4C2 3.4 2.4 3 3 3H21C21.6 3 22 3.4 22 4V6C22 6.6 21.6 7 21 7Z" fill="currentColor" />
                        <path opacity="0.3" d="M21 14H3C2.4 14 2 13.6 2 13V11C2 10.4 2.4 10 3 10H21C21.6 10 22 10.4 22 11V13C22 13.6 21.6 14 21 14ZM22 20V18C22 17.4 21.6 17 21 17H3C2.4 17 2 17.4 2 18V20C2 20.6 2.4 21 3 21H21C21.6 21 22 20.6 22 20Z" fill="currentColor" />
                    </svg>
                </span>
                <!--end::Svg Icon-->
            </div>
        </div>
        <!--end::sidebar mobile toggle-->
        <!--begin::Mobile logo-->
        <div class="d-flex align-items-center flex-grow-1 flex-lg-grow-0">
            <a href="./" class="d-lg-none">
                <img alt="Logo" src="/themes/metronic/assets/media/logos/logo2.svg" class="h-30px" />
            </a>
        </div>
        <!--end::Mobile logo-->
        <!--begin::Wrapper-->
        <div class="d-flex align-items-stretch justify-content-between flex-lg-grow-1" id="kt_app_header_wrapper">
            <div class="app-header-menu app-header-mobile-drawer align-items-stretch" >
                <!--begin::Menu-->
                <!--end::Menu-->
            </div>
            <!--begin::Toolbar wrapper-->
            <div class="app-navbar flex-shrink-0">

                

            </div>
            <!--end::Toolbar wrapper-->
        </div>
        <!--end::Wrapper-->
    </div>
    <!--end::Container-->
</div>
<!--end::Header-->


    <div class="container">
        <div class="row">
            <div class="col mx-auto" style="max-width: 500px">

                <div class="card shadow-sm rounded mb-3">
                    <div class="card-header border-0">
                        <h3 class="card-title align-items-start flex-column">
                            <span class="card-label fw-bolder fs-3 mb-1">تسجيل الدخول</span>
                        </h3>

                        <div class="card-toolbar">
                            <div class="dropdown btn-group">
    <button class="dropdown-toggle btn btn-light btn-sm" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false" type="button" data-busy-text="معالجة..."><i class="fa fa-bi bi-translate me-1"></i> <span>عربي</span></button>
<div></div>
    <div class="dropdown-menu">
            <a href="/Abp/Languages/Switch?culture=en-GB&uiCulture=en-GB&returnUrl=%2FAccount%2FLogin%3FReturnUrl%3D%252F" class="dropdown-item">
                English
            </a>

    </div>
</div>



                        </div>

                    </div>

                    <div class="card-body px-5">
                        <div class="separator my-1"></div>

                        
                        
                        <div class="abp-account-container">
    







    <form method="post" id="login" class="mt-4">
        <div class="mb-3">
            <label class="form-label" for="LoginInput_UserNameOrEmailAddress">اسم المستخدم أو البريد الإلكتروني</label>
            <input class="form-control" type="text" data-val="true" data-val-length="يجب أن يكون الحقل اسم المستخدم أو البريد الإلكتروني سلسلة أحرف طولها كحد أقصى 256." data-val-length-max="256" data-val-required="الحقل اسم المستخدم أو البريد الإلكتروني إجباري." id="LoginInput_UserNameOrEmailAddress" maxlength="256" name="LoginInput.UserNameOrEmailAddress" value="" />
            <span class="Microsoft.AspNetCore.Mvc.TagHelpers.TagHelperOutputExtensions&#x2B;ClassAttributeHtmlContent text-danger" data-valmsg-for="LoginInput.UserNameOrEmailAddress" data-valmsg-replace="true"></span>
        </div>

        <div class="mb-3">
            <label class="form-label" for="LoginInput_Password">كلمة المرور</label>
            <div class="input-group">
                <input type="password" id="password-input" class="form-control" autocomplete="current-password" data-val="true" data-val-length="يجب أن يكون الحقل كلمة المرور سلسلة أحرف طولها كحد أقصى 128." data-val-length-max="128" data-val-required="الحقل كلمة المرور إجباري." maxlength="128" name="LoginInput.Password" />
                <button type="button" id="PasswordVisibilityButton" class="btn btn-outline-secondary">
                    <i class="fa fa-eye-slash"></i>
                </button>
            </div>
            <span class="Microsoft.AspNetCore.Mvc.TagHelpers.TagHelperOutputExtensions&#x2B;ClassAttributeHtmlContent text-danger" data-valmsg-for="LoginInput.Password" data-valmsg-replace="true"></span>
            <i id="capslockicon" class="fas fa-exclamation-triangle text-warning d-none">مفتاح Caps lock مفعل</i>
        </div>

        <div class="row">
            <div class="col">
                <div class="mb-2 custom-checkbox custom-control form-check"><input class="mb-4 form-check-input " type="checkbox" data-val="true" data-val-required="The تذكرني field is required." id="LoginInput_RememberMe" name="LoginInput.RememberMe" value="true" /><label class="form-check-label" for="LoginInput_RememberMe">تذكرني</label></div>
            </div>
            <div class="text-end col">
                <a href="/Account/ForgotPassword?returnUrl=%2F">نسيت كلمة المرور؟</a>
            </div>
        </div>
        <div class="d-grid gap-2">
            <button type="submit" name="Action" value="Login" class="btn-lg mt-3 btn btn-primary" data-busy-text="معالجة..."><i class="bi bi-box-arrow-in-left me-1"></i>تسجيل الدخول</button>
        </div>
    <input name="__RequestVerificationToken" type="hidden" value="CfDJ8KQQ0hb_UpNPrkFiSm31ByZlmC67yRnU5b9CbKlc-VmAm3z_rDjBzI1dGqRbcibHSJ8CQKPujYwDD5lpvEznwr1WCCEc0HQSEPDYucv9QT085MOFRPLpVr7WGHbCyvdh_xUvyy15vdx_Oz7ww1uDHlA" /><input name="LoginInput.RememberMe" type="hidden" value="false" /></form>




</div>

                        
                    </div>


                </div>

            </div>
        </div>
    </div>
    <script src="/Themes/Metronic/assets/plugins/global/plugins.bundle.js"></script>

    <script src="/__bundles/Metronic.Global.0A9B143EA7C7B409A2201F8049E75260.js?_v=638815328053753909"></script>

    <script src="/Themes/Metronic/assets/js/scripts.bundle.js"></script>
    <script src="/Abp/ApplicationLocalizationScript?cultureName=ar-AE"></script>

    <script src="/Abp/ApplicationConfigurationScript"></script>

    
    
    <script src="/__bundles/EraTech.Account.Web.Pages.Account.LoginModel.F7A5911E28D6821FA25AF0D82E7F53BF.js?_v=638815333844056170"></script>






    

    
</body>
</html>
                               

Whois info of domain

Domain Name: MYI3.COM
Registry Domain ID: 2940526242_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2024-12-08T18:39:32Z
Creation Date: 2024-12-08T06:08:33Z
Registry Expiry Date: 2025-12-08T06:08:33Z
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: LUCIANE.NS.CLOUDFLARE.COM
Name Server: MIKE.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-13T19:38:20Z <<<
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