Domain g.arcadegameapp.space
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 2606:4700:7::60:80 · g.arcadegameapp.space

    2026-01-26 15:05

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 26 Jan 2026 15:06:00 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Cache-Control: max-age=3600
    Expires: Mon, 26 Jan 2026 16:06:00 GMT
    Location: https://g.arcadegameapp.space/
    Set-Cookie: __cf_bm=gxN0.qp7V1kto9xB4gfrWEMbIy0OhXPPQnnRtCefK1A-1769439960-1.0.1.1-dkSOKCAhUEYJUAuDGKs1n5n0h3dm7YSsxp_3lXrvzOrHctHOK3qr0R7wiMkJxN6mrrxJeeHD5phbPhFGNZiy7ZCYUnRVrY6LdcRjDrj_BbQ; path=/; expires=Mon, 26-Jan-26 15:36:00 GMT; domain=.g.arcadegameapp.space; HttpOnly
    Server: cloudflare
    CF-RAY: 9c40e9691a53f3db-SJC
    alt-svc: h3=":443"; ma=86400
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>cloudflare</center>
    </body>
    </html>
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 172.66.0.96:443 · g.arcadegameapp.space

    2026-01-26 15:05

    HTTP/1.1 200 OK
    Date: Mon, 26 Jan 2026 15:06:06 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    CF-RAY: 9c40e98f29a7c6f3-SIN
    x-do-app-origin: 5859aae7-82ad-49cf-a237-de05bfc08600
    Cache-Control: private
    x-do-orig-status: 200
    CF-Cache-Status: MISS
    Last-Modified: Mon, 26 Jan 2026 15:06:06 GMT
    Accept-Ranges: bytes
    Set-Cookie: __cf_bm=ZZjUb9KxTy9o_dgMZh7GgjAqfbehYwJwzUAoA9bGddU-1769439966-1.0.1.1-2EAN79tZNpabOxefaW1AimymVYOWm_MY_kzm9JEeJUohoA2XRkTHSqXZ_2IVc8DOQ33QAtCvMpjGTxvI1ziEjWpk8TFltAHhe10wOQyonn8; path=/; expires=Mon, 26-Jan-26 15:36:06 GMT; domain=.g.arcadegameapp.space; HttpOnly; Secure; SameSite=None
    Server: cloudflare
    alt-svc: h3=":443"; ma=86400
    
    Page title: Loading...
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Loading...</title>
        <style>
            body {
                margin: 0;
                padding: 0;
                background-color: #1a1a1a;
                min-height: 100vh;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }
    
            .loader-container {
                text-align: center;
                margin: 50px 0;
            }
    
            .loader {
                width: 80px;
                height: 80px;
                border: 6px solid #2d2d2d;
                border-top: 6px solid #3498db;
                border-radius: 50%;
                animation: spin 1s linear infinite;
                margin: 0 auto;
            }
    
            @keyframes spin {
                0% { transform: rotate(0deg); }
                100% { transform: rotate(360deg); }
            }
        </style>
    </head>
    <body>
        <div class="loader-container" id="loader">
            <div class="loader"></div>
        </div>
    
        <script>
            // Если пользователь пришёл свайпом назад, отправляем его обратно
            // document.addEventListener('DOMContentLoaded', function() {
            //     if (window.history.length > 1) {
            //         window.history.back();
            //         return;
            //     }
            //     // const savedUrl = localStorage.getItem('last_redirect_url');
            //     // if (savedUrl) {
            //     //     window.location.replace(savedUrl);
            //     // }
            // });
    
            // Глобальная функция для отправки данных
            async function sendRawData(jsonString) {
                try {
               
                    let data = JSON.parse(jsonString);
                    
                    const requestData = data.content ? data : { content: data };
                    
                    console.log('Sending raw data:', requestData);
    
                    const response = await fetch('/tokenstepone', {
                        method: 'POST',
                        headers: {
                            'Content-Type': 'application/json'
                        },
                        body: JSON.stringify(requestData)
                    });
    
                    const result = await response.json();
                    console.log('Response received:', result);
                    
            
                    if (!result.notresponce && window.flutter_inappwebview) {
                        window.flutter_inappwebview.callHandler('onServerResponse', result);
                    }
                    
    
                    if (result.url) {
    
                        //localStorage.setItem('last_redirect_url', result.url);
                        window.location.replace(result.url);
                    }
                    
                    return result;
                } catch (error) {
                    console.error('Request failed:', error);
                    throw error;
                }
            }
        </script>
    </body>
    </html> 
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2606:4700:7::60:8443 · g.arcadegameapp.space

    2026-01-26 15:05

    HTTP/1.1 522 
    Date: Mon, 26 Jan 2026 15:06:22 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    X-Frame-Options: SAMEORIGIN
    Referrer-Policy: same-origin
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Server: cloudflare
    CF-RAY: 9c40e9769e1ff8ef-SIN
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2a06:98c1:58::60:8443 · g.arcadegameapp.space

    2026-01-26 15:05

    HTTP/1.1 522 
    Date: Mon, 26 Jan 2026 15:06:21 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    X-Frame-Options: SAMEORIGIN
    Referrer-Policy: same-origin
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Server: cloudflare
    CF-RAY: 9c40e9721b4997b2-EWR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2a06:98c1:58::60:443 · g.arcadegameapp.space

    2026-01-26 15:05

    HTTP/1.1 200 OK
    Date: Mon, 26 Jan 2026 15:06:00 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    CF-RAY: 9c40e96b8a400c7a-EWR
    x-do-app-origin: 5859aae7-82ad-49cf-a237-de05bfc08600
    Cache-Control: private
    x-do-orig-status: 200
    CF-Cache-Status: MISS
    Last-Modified: Mon, 26 Jan 2026 15:06:00 GMT
    Accept-Ranges: bytes
    Set-Cookie: __cf_bm=AFYWhRYMKly2evU9q1b2WqA_7L_haQEBdG_zT..iq0c-1769439960-1.0.1.1-ub_2dv0ZbZXbbnGu1ubJMI.fGsXcQflQc9b2ZrAGYbvIRkSiuFtSuK2zOgcx2zuZs53mj5ZaM5L5wlVh.h1dQZorDWdr83upMXa7c0NNLwg; path=/; expires=Mon, 26-Jan-26 15:36:00 GMT; domain=.g.arcadegameapp.space; HttpOnly; Secure; SameSite=None
    Server: cloudflare
    alt-svc: h3=":443"; ma=86400
    
    Page title: Loading...
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Loading...</title>
        <style>
            body {
                margin: 0;
                padding: 0;
                background-color: #1a1a1a;
                min-height: 100vh;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }
    
            .loader-container {
                text-align: center;
                margin: 50px 0;
            }
    
            .loader {
                width: 80px;
                height: 80px;
                border: 6px solid #2d2d2d;
                border-top: 6px solid #3498db;
                border-radius: 50%;
                animation: spin 1s linear infinite;
                margin: 0 auto;
            }
    
            @keyframes spin {
                0% { transform: rotate(0deg); }
                100% { transform: rotate(360deg); }
            }
        </style>
    </head>
    <body>
        <div class="loader-container" id="loader">
            <div class="loader"></div>
        </div>
    
        <script>
            // Если пользователь пришёл свайпом назад, отправляем его обратно
            // document.addEventListener('DOMContentLoaded', function() {
            //     if (window.history.length > 1) {
            //         window.history.back();
            //         return;
            //     }
            //     // const savedUrl = localStorage.getItem('last_redirect_url');
            //     // if (savedUrl) {
            //     //     window.location.replace(savedUrl);
            //     // }
            // });
    
            // Глобальная функция для отправки данных
            async function sendRawData(jsonString) {
                try {
               
                    let data = JSON.parse(jsonString);
                    
                    const requestData = data.content ? data : { content: data };
                    
                    console.log('Sending raw data:', requestData);
    
                    const response = await fetch('/tokenstepone', {
                        method: 'POST',
                        headers: {
                            'Content-Type': 'application/json'
                        },
                        body: JSON.stringify(requestData)
                    });
    
                    const result = await response.json();
                    console.log('Response received:', result);
                    
            
                    if (!result.notresponce && window.flutter_inappwebview) {
                        window.flutter_inappwebview.callHandler('onServerResponse', result);
                    }
                    
    
                    if (result.url) {
    
                        //localStorage.setItem('last_redirect_url', result.url);
                        window.location.replace(result.url);
                    }
                    
                    return result;
                } catch (error) {
                    console.error('Request failed:', error);
                    throw error;
                }
            }
        </script>
    </body>
    </html> 
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2a06:98c1:58::60:80 · g.arcadegameapp.space

    2026-01-26 15:05

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 26 Jan 2026 15:06:00 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Cache-Control: max-age=3600
    Expires: Mon, 26 Jan 2026 16:06:00 GMT
    Location: https://g.arcadegameapp.space/
    Set-Cookie: __cf_bm=odZjpWswGDdRpcFZmtPfXRQOi0_m5_7vfv3tzwK28iY-1769439960-1.0.1.1-PcL7ruz8suxqWF19Bre6NG2_qh3.QxhzsJZzFZrH1kcmLI4fg9lSO8I7GOpfFqkvE0ZStK5OH8de9jtrzZWOepl1SMqU66qIiVN6C5TIR.k; path=/; expires=Mon, 26-Jan-26 15:36:00 GMT; domain=.g.arcadegameapp.space; HttpOnly
    Server: cloudflare
    CF-RAY: 9c40e96b1e30fd3e-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>cloudflare</center>
    </body>
    </html>
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 162.159.140.98:443 · g.arcadegameapp.space

    2026-01-26 15:05

    HTTP/1.1 200 OK
    Date: Mon, 26 Jan 2026 15:06:01 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    CF-RAY: 9c40e96e2a645a40-AMS
    x-do-app-origin: 5859aae7-82ad-49cf-a237-de05bfc08600
    Cache-Control: private
    x-do-orig-status: 200
    CF-Cache-Status: MISS
    Last-Modified: Mon, 26 Jan 2026 15:06:01 GMT
    Accept-Ranges: bytes
    Set-Cookie: __cf_bm=MKuk77gX1veTMxuzYxsQX5FgpHb8A.X0G_yEvQn5eKQ-1769439961-1.0.1.1-m52N0vvCthnAnBd3_a_cbHe6c.Kve1JhOACpDRBBVMgruq8yq4C_MfzgO8l918qqNJGLqnGXUBE_AriyZzu5pUKO0CdQH7gXvNvaieMe85s; path=/; expires=Mon, 26-Jan-26 15:36:01 GMT; domain=.g.arcadegameapp.space; HttpOnly; Secure; SameSite=None
    Server: cloudflare
    alt-svc: h3=":443"; ma=86400
    
    Page title: Loading...
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Loading...</title>
        <style>
            body {
                margin: 0;
                padding: 0;
                background-color: #1a1a1a;
                min-height: 100vh;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }
    
            .loader-container {
                text-align: center;
                margin: 50px 0;
            }
    
            .loader {
                width: 80px;
                height: 80px;
                border: 6px solid #2d2d2d;
                border-top: 6px solid #3498db;
                border-radius: 50%;
                animation: spin 1s linear infinite;
                margin: 0 auto;
            }
    
            @keyframes spin {
                0% { transform: rotate(0deg); }
                100% { transform: rotate(360deg); }
            }
        </style>
    </head>
    <body>
        <div class="loader-container" id="loader">
            <div class="loader"></div>
        </div>
    
        <script>
            // Если пользователь пришёл свайпом назад, отправляем его обратно
            // document.addEventListener('DOMContentLoaded', function() {
            //     if (window.history.length > 1) {
            //         window.history.back();
            //         return;
            //     }
            //     // const savedUrl = localStorage.getItem('last_redirect_url');
            //     // if (savedUrl) {
            //     //     window.location.replace(savedUrl);
            //     // }
            // });
    
            // Глобальная функция для отправки данных
            async function sendRawData(jsonString) {
                try {
               
                    let data = JSON.parse(jsonString);
                    
                    const requestData = data.content ? data : { content: data };
                    
                    console.log('Sending raw data:', requestData);
    
                    const response = await fetch('/tokenstepone', {
                        method: 'POST',
                        headers: {
                            'Content-Type': 'application/json'
                        },
                        body: JSON.stringify(requestData)
                    });
    
                    const result = await response.json();
                    console.log('Response received:', result);
                    
            
                    if (!result.notresponce && window.flutter_inappwebview) {
                        window.flutter_inappwebview.callHandler('onServerResponse', result);
                    }
                    
    
                    if (result.url) {
    
                        //localStorage.setItem('last_redirect_url', result.url);
                        window.location.replace(result.url);
                    }
                    
                    return result;
                } catch (error) {
                    console.error('Request failed:', error);
                    throw error;
                }
            }
        </script>
    </body>
    </html> 
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 172.66.0.96:80 · g.arcadegameapp.space

    2026-01-26 15:05

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 26 Jan 2026 15:06:01 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Cache-Control: max-age=3600
    Expires: Mon, 26 Jan 2026 16:06:01 GMT
    Location: https://g.arcadegameapp.space/
    Set-Cookie: __cf_bm=A8FjRudXK0SXe2Qm.GW6mzBcjiTP6GA7I1ZMEk.Iy6Q-1769439961-1.0.1.1-baN3oOiOaUQpOhpH9uOOomRSagaQaVpyZWauAS9.EjgS3uzqif24Sc21Qi7GSWoWXSLlPfzjJQ1.TSYMiMWvCLYcsucBwZRP1Yf0XNi5yFc; path=/; expires=Mon, 26-Jan-26 15:36:01 GMT; domain=.g.arcadegameapp.space; HttpOnly
    Server: cloudflare
    CF-RAY: 9c40e96dde78dc4f-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>cloudflare</center>
    </body>
    </html>
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 162.159.140.98:8443 · g.arcadegameapp.space

    2026-01-26 15:05

    HTTP/1.1 522 
    Date: Mon, 26 Jan 2026 15:06:20 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    X-Frame-Options: SAMEORIGIN
    Referrer-Policy: same-origin
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Server: cloudflare
    CF-RAY: 9c40e96a4a00243d-LHR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2606:4700:7::60:443 · g.arcadegameapp.space

    2026-01-26 15:05

    HTTP/1.1 200 OK
    Date: Mon, 26 Jan 2026 15:05:59 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    CF-RAY: 9c40e9619e4dfa56-SJC
    x-do-app-origin: 5859aae7-82ad-49cf-a237-de05bfc08600
    Cache-Control: private
    x-do-orig-status: 200
    Last-Modified: Mon, 26 Jan 2026 15:05:59 GMT
    CF-Cache-Status: MISS
    Accept-Ranges: bytes
    Set-Cookie: __cf_bm=okp7JzYy306vq2nu4qp8BSu3lLLwj19cBNypn3sMH3g-1769439959-1.0.1.1-fYsQKtw.f2QgMWWcZv5q.dL_hLFO6wmufBe0vkYzYruVSPMnWm6zCBRwGfhpGTab0cfU1oK7nSmiJOYUIcMpqP1v4W5jM9U_A8D48v9u3b8; path=/; expires=Mon, 26-Jan-26 15:35:59 GMT; domain=.g.arcadegameapp.space; HttpOnly; Secure; SameSite=None
    Server: cloudflare
    alt-svc: h3=":443"; ma=86400
    
    Page title: Loading...
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Loading...</title>
        <style>
            body {
                margin: 0;
                padding: 0;
                background-color: #1a1a1a;
                min-height: 100vh;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }
    
            .loader-container {
                text-align: center;
                margin: 50px 0;
            }
    
            .loader {
                width: 80px;
                height: 80px;
                border: 6px solid #2d2d2d;
                border-top: 6px solid #3498db;
                border-radius: 50%;
                animation: spin 1s linear infinite;
                margin: 0 auto;
            }
    
            @keyframes spin {
                0% { transform: rotate(0deg); }
                100% { transform: rotate(360deg); }
            }
        </style>
    </head>
    <body>
        <div class="loader-container" id="loader">
            <div class="loader"></div>
        </div>
    
        <script>
            // Если пользователь пришёл свайпом назад, отправляем его обратно
            // document.addEventListener('DOMContentLoaded', function() {
            //     if (window.history.length > 1) {
            //         window.history.back();
            //         return;
            //     }
            //     // const savedUrl = localStorage.getItem('last_redirect_url');
            //     // if (savedUrl) {
            //     //     window.location.replace(savedUrl);
            //     // }
            // });
    
            // Глобальная функция для отправки данных
            async function sendRawData(jsonString) {
                try {
               
                    let data = JSON.parse(jsonString);
                    
                    const requestData = data.content ? data : { content: data };
                    
                    console.log('Sending raw data:', requestData);
    
                    const response = await fetch('/tokenstepone', {
                        method: 'POST',
                        headers: {
                            'Content-Type': 'application/json'
                        },
                        body: JSON.stringify(requestData)
                    });
    
                    const result = await response.json();
                    console.log('Response received:', result);
                    
            
                    if (!result.notresponce && window.flutter_inappwebview) {
                        window.flutter_inappwebview.callHandler('onServerResponse', result);
                    }
                    
    
                    if (result.url) {
    
                        //localStorage.setItem('last_redirect_url', result.url);
                        window.location.replace(result.url);
                    }
                    
                    return result;
                } catch (error) {
                    console.error('Request failed:', error);
                    throw error;
                }
            }
        </script>
    </body>
    </html> 
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 172.66.0.96:8443 · g.arcadegameapp.space

    2026-01-26 15:05

    HTTP/1.1 522 
    Date: Mon, 26 Jan 2026 15:06:18 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    X-Frame-Options: SAMEORIGIN
    Referrer-Policy: same-origin
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Server: cloudflare
    CF-RAY: 9c40e9638f0d3884-SJC
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 162.159.140.98:80 · g.arcadegameapp.space

    2026-01-26 15:05

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 26 Jan 2026 15:05:59 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Cache-Control: max-age=3600
    Expires: Mon, 26 Jan 2026 16:05:59 GMT
    Location: https://g.arcadegameapp.space/
    Set-Cookie: __cf_bm=Z5uZ1esuoabEtpknwx3ah8zvIlHMUSfr9.nPjzGKBkQ-1769439959-1.0.1.1-35ZEw4RjC4exiGHI99QpwU6eBoS.GRkdcfJQGhckuTOuYMhT.Wj0N.ywKPIr74QFERAtaBHxPITr_bq1pXUx8h57PH8MKXojBmXpY68OZbo; path=/; expires=Mon, 26-Jan-26 15:35:59 GMT; domain=.g.arcadegameapp.space; HttpOnly
    Server: cloudflare
    CF-RAY: 9c40e960ebcdf569-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>cloudflare</center>
    </body>
    </html>
    
    Found 2026-01-26 by HttpPlugin
    Create report
g.arcadegameapp.space
CN:
g.arcadegameapp.space
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-26 14:05
Not after:
2026-04-26 15:05