Domain p00a.pages.dev
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 172.66.47.87:443 · p00a.pages.dev

    2026-01-11 17:51

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 17:51:28 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 1467
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "f29a3290caf938a7f11c071b233411d1"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=sOC3Y6wib%2BKbi8nGTgF8cmFWVf5BxfonRLTEIvbM%2FbJBMNca1nd7%2F9IJqqWQdW%2BkshOfTGkvUyrauraR1S9kJJTiuz5odM63jSN4lSDA"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc6432b09738172-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: xUpload File ke Google Apps Script
    
    <!DOCTYPE html>
    <html lang="id">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>xUpload File ke Google Apps Script</title>
    </head>
    <body>
      <h2>Upload File</h2>
      <form id="form">
        <label for="uploadfile">Pilih File:</label>
        <input name="file" id="uploadfile" type="file" required>
        <br><br>
        <label for="filename">Nama File:</label>
        <input name="filename" id="filename" type="text">
        <br><br>
        <input id="submit" type="submit" value="Kirim">
      </form>
    
      <script>
        const form = document.getElementById('form');
        form.addEventListener('submit', e => {
          e.preventDefault();
          const file = form.file.files[0];
          const fr = new FileReader();
          fr.readAsArrayBuffer(file);
          fr.onload = f => {
            
            const url = "https://script.google.com/macros/s/AKfycbzHJZQtZxddTzSsSVeQOvqgrhlqxNA9o6VX-S12PGV5g_R25Rc-a00GrtD90WoQgEdE/exec";  // Aplikasi Web URL yang diupdate
            
            const qs = new URLSearchParams({filename: form.filename.value || file.name, mimeType: file.type});
            fetch(`${url}?${qs}`, {method: "POST", body: JSON.stringify([...new Int8Array(f.target.result)])})
              .then(res => res.json())
              .then(e => console.log(e))  // Anda dapat mengambil nilai yang dikembalikan di sini.
              .catch(err => console.log(err));
          }
        });
      </script>
    </body>
    </html>
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2ca9:8443 · p00a.pages.dev

    2026-01-11 17:51

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 17:51:29 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 1467
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "f29a3290caf938a7f11c071b233411d1"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=kfpP7VTX1RVrrNnsYIsEAa32cZWDnpmOR1pQYtHM3CEwyZsntVcaQB%2Bd4lbhHYTksGtsB2Tf1zeF9WXKz52T5tWZXFus0RaMdLzKJIFh4eWS6anVhCAPu0rn"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc6432f399f3e92-BLR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: xUpload File ke Google Apps Script
    
    <!DOCTYPE html>
    <html lang="id">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>xUpload File ke Google Apps Script</title>
    </head>
    <body>
      <h2>Upload File</h2>
      <form id="form">
        <label for="uploadfile">Pilih File:</label>
        <input name="file" id="uploadfile" type="file" required>
        <br><br>
        <label for="filename">Nama File:</label>
        <input name="filename" id="filename" type="text">
        <br><br>
        <input id="submit" type="submit" value="Kirim">
      </form>
    
      <script>
        const form = document.getElementById('form');
        form.addEventListener('submit', e => {
          e.preventDefault();
          const file = form.file.files[0];
          const fr = new FileReader();
          fr.readAsArrayBuffer(file);
          fr.onload = f => {
            
            const url = "https://script.google.com/macros/s/AKfycbzHJZQtZxddTzSsSVeQOvqgrhlqxNA9o6VX-S12PGV5g_R25Rc-a00GrtD90WoQgEdE/exec";  // Aplikasi Web URL yang diupdate
            
            const qs = new URLSearchParams({filename: form.filename.value || file.name, mimeType: file.type});
            fetch(`${url}?${qs}`, {method: "POST", body: JSON.stringify([...new Int8Array(f.target.result)])})
              .then(res => res.json())
              .then(e => console.log(e))  // Anda dapat mengambil nilai yang dikembalikan di sini.
              .catch(err => console.log(err));
          }
        });
      </script>
    </body>
    </html>
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 172.66.47.87:80 · p00a.pages.dev

    2026-01-11 17:51

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 11 Jan 2026 17:51:28 GMT
    Content-Length: 0
    Connection: close
    Location: https://p00a.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=3enOpDNrxxSMUo323w3hMA7w8B61k1Fv7lV4UBWGi22nVdbDwiuG03kqeOTjYO%2BCoL1HeHfzfgAXdOs1zoWbDBYJq52st51Xu2ha4Pxi"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc6432a8eba973b-FRA
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 172.66.44.169:80 · p00a.pages.dev

    2026-01-11 17:51

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 11 Jan 2026 17:51:28 GMT
    Content-Length: 0
    Connection: close
    Location: https://p00a.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=MRzcq3FjFsjEnSDUHpJFzFBxURpLrVCjVFqP5Wsisk1geZ87gH8HO1fZvfsZKzdB3W%2F7R20DB1%2B%2Fioh0sv8ITLP%2FMqAI0sZcbqG6HmLF"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc6432a7a119421-LHR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f57:80 · p00a.pages.dev

    2026-01-11 17:51

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 11 Jan 2026 17:51:28 GMT
    Content-Length: 0
    Connection: close
    Location: https://p00a.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=mq61fv9RpqB0MkzHMIa%2FwWg%2BJYLG3C5BqA3%2BpvmqhQyTjd9P0p1M%2BDBf2o%2BZjV%2BfVsR2te8szrNoBxws8lJJ3wizFrBu6%2BC9MXvv%2FOTmYXHNYVXZNzAP7Q%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc6432a7d51edf2-LHR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f57:443 · p00a.pages.dev

    2026-01-11 17:51

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 17:51:28 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 1467
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "f29a3290caf938a7f11c071b233411d1"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=F%2BVjvNcPWxfDOxxMcyzPTXngv7mPsX4yzjFkULCFmSX87tSELCNBHmQ%2BWtniDg3o6XEau%2Bp%2FLUTLxZlJALiQyyr9LePCAwhRqMmS5Te%2BxO6BjSxJnqFDuLuX"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc6432a7801d290-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: xUpload File ke Google Apps Script
    
    <!DOCTYPE html>
    <html lang="id">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>xUpload File ke Google Apps Script</title>
    </head>
    <body>
      <h2>Upload File</h2>
      <form id="form">
        <label for="uploadfile">Pilih File:</label>
        <input name="file" id="uploadfile" type="file" required>
        <br><br>
        <label for="filename">Nama File:</label>
        <input name="filename" id="filename" type="text">
        <br><br>
        <input id="submit" type="submit" value="Kirim">
      </form>
    
      <script>
        const form = document.getElementById('form');
        form.addEventListener('submit', e => {
          e.preventDefault();
          const file = form.file.files[0];
          const fr = new FileReader();
          fr.readAsArrayBuffer(file);
          fr.onload = f => {
            
            const url = "https://script.google.com/macros/s/AKfycbzHJZQtZxddTzSsSVeQOvqgrhlqxNA9o6VX-S12PGV5g_R25Rc-a00GrtD90WoQgEdE/exec";  // Aplikasi Web URL yang diupdate
            
            const qs = new URLSearchParams({filename: form.filename.value || file.name, mimeType: file.type});
            fetch(`${url}?${qs}`, {method: "POST", body: JSON.stringify([...new Int8Array(f.target.result)])})
              .then(res => res.json())
              .then(e => console.log(e))  // Anda dapat mengambil nilai yang dikembalikan di sini.
              .catch(err => console.log(err));
          }
        });
      </script>
    </body>
    </html>
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f57:8443 · p00a.pages.dev

    2026-01-11 17:51

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 17:51:28 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 1467
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "f29a3290caf938a7f11c071b233411d1"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=QAUPzy6RgKV7u47OrD%2BqVXZN5biakgYog0QFkoRFfZ3CUiJlzs0DxArxSztkVnh%2FuGFCBA9djCapovADYYumGbfwxCYwd%2BudRDP2Vr5zJyallUthT3idinjW"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc6432bf9baab99-YYZ
    alt-svc: h3=":8443"; ma=86400
    
    Page title: xUpload File ke Google Apps Script
    
    <!DOCTYPE html>
    <html lang="id">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>xUpload File ke Google Apps Script</title>
    </head>
    <body>
      <h2>Upload File</h2>
      <form id="form">
        <label for="uploadfile">Pilih File:</label>
        <input name="file" id="uploadfile" type="file" required>
        <br><br>
        <label for="filename">Nama File:</label>
        <input name="filename" id="filename" type="text">
        <br><br>
        <input id="submit" type="submit" value="Kirim">
      </form>
    
      <script>
        const form = document.getElementById('form');
        form.addEventListener('submit', e => {
          e.preventDefault();
          const file = form.file.files[0];
          const fr = new FileReader();
          fr.readAsArrayBuffer(file);
          fr.onload = f => {
            
            const url = "https://script.google.com/macros/s/AKfycbzHJZQtZxddTzSsSVeQOvqgrhlqxNA9o6VX-S12PGV5g_R25Rc-a00GrtD90WoQgEdE/exec";  // Aplikasi Web URL yang diupdate
            
            const qs = new URLSearchParams({filename: form.filename.value || file.name, mimeType: file.type});
            fetch(`${url}?${qs}`, {method: "POST", body: JSON.stringify([...new Int8Array(f.target.result)])})
              .then(res => res.json())
              .then(e => console.log(e))  // Anda dapat mengambil nilai yang dikembalikan di sini.
              .catch(err => console.log(err));
          }
        });
      </script>
    </body>
    </html>
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2ca9:80 · p00a.pages.dev

    2026-01-11 17:51

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 11 Jan 2026 17:51:28 GMT
    Content-Length: 0
    Connection: close
    Location: https://p00a.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=JxfFqNp657yn0FAWMAZh0c3u2DaPkJjXQDo7l3808r%2BtfneHpGOuzEgnPOcCT1F3WxLK6%2Bb4gyQ2xjXDxMsBVsV0WtC0ck1HoSmXX%2FatDfRHAj5qT%2Fgz%2BA%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc6432a3b8ec882-EWR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 172.66.47.87:8443 · p00a.pages.dev

    2026-01-11 17:51

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 17:51:28 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 1467
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "f29a3290caf938a7f11c071b233411d1"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=TPJEMENnfBTO%2Faay%2Ba%2BjcSTFo6oxNnOZLuizsxWKRRTv4UN88K6bDHTTG1LnJeQ9bvob7blh%2BZZULQzca6uTeL2hKNmDvwtIqjia6kHq"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc6432bbbe9d5a9-YYZ
    alt-svc: h3=":8443"; ma=86400
    
    Page title: xUpload File ke Google Apps Script
    
    <!DOCTYPE html>
    <html lang="id">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>xUpload File ke Google Apps Script</title>
    </head>
    <body>
      <h2>Upload File</h2>
      <form id="form">
        <label for="uploadfile">Pilih File:</label>
        <input name="file" id="uploadfile" type="file" required>
        <br><br>
        <label for="filename">Nama File:</label>
        <input name="filename" id="filename" type="text">
        <br><br>
        <input id="submit" type="submit" value="Kirim">
      </form>
    
      <script>
        const form = document.getElementById('form');
        form.addEventListener('submit', e => {
          e.preventDefault();
          const file = form.file.files[0];
          const fr = new FileReader();
          fr.readAsArrayBuffer(file);
          fr.onload = f => {
            
            const url = "https://script.google.com/macros/s/AKfycbzHJZQtZxddTzSsSVeQOvqgrhlqxNA9o6VX-S12PGV5g_R25Rc-a00GrtD90WoQgEdE/exec";  // Aplikasi Web URL yang diupdate
            
            const qs = new URLSearchParams({filename: form.filename.value || file.name, mimeType: file.type});
            fetch(`${url}?${qs}`, {method: "POST", body: JSON.stringify([...new Int8Array(f.target.result)])})
              .then(res => res.json())
              .then(e => console.log(e))  // Anda dapat mengambil nilai yang dikembalikan di sini.
              .catch(err => console.log(err));
          }
        });
      </script>
    </body>
    </html>
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 172.66.44.169:443 · p00a.pages.dev

    2026-01-11 17:51

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 17:51:28 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 1467
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "f29a3290caf938a7f11c071b233411d1"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Qz0GJG%2FCcIx5MgcoinhcECcSN9JLsC98tYe7G6%2Fgys2wlJqiJKaOZIrUrGO4TZ36frVBkBR4CYNcD%2Fe3vGG3yHgrdmUis7%2F%2BVbI8Y5Th"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc6432bfd0d17e4-SJC
    alt-svc: h3=":443"; ma=86400
    
    Page title: xUpload File ke Google Apps Script
    
    <!DOCTYPE html>
    <html lang="id">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>xUpload File ke Google Apps Script</title>
    </head>
    <body>
      <h2>Upload File</h2>
      <form id="form">
        <label for="uploadfile">Pilih File:</label>
        <input name="file" id="uploadfile" type="file" required>
        <br><br>
        <label for="filename">Nama File:</label>
        <input name="filename" id="filename" type="text">
        <br><br>
        <input id="submit" type="submit" value="Kirim">
      </form>
    
      <script>
        const form = document.getElementById('form');
        form.addEventListener('submit', e => {
          e.preventDefault();
          const file = form.file.files[0];
          const fr = new FileReader();
          fr.readAsArrayBuffer(file);
          fr.onload = f => {
            
            const url = "https://script.google.com/macros/s/AKfycbzHJZQtZxddTzSsSVeQOvqgrhlqxNA9o6VX-S12PGV5g_R25Rc-a00GrtD90WoQgEdE/exec";  // Aplikasi Web URL yang diupdate
            
            const qs = new URLSearchParams({filename: form.filename.value || file.name, mimeType: file.type});
            fetch(`${url}?${qs}`, {method: "POST", body: JSON.stringify([...new Int8Array(f.target.result)])})
              .then(res => res.json())
              .then(e => console.log(e))  // Anda dapat mengambil nilai yang dikembalikan di sini.
              .catch(err => console.log(err));
          }
        });
      </script>
    </body>
    </html>
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2ca9:443 · p00a.pages.dev

    2026-01-11 17:51

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 17:51:28 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 1467
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "f29a3290caf938a7f11c071b233411d1"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=DYBnER1bJg0A%2Fy4F81QkA85yPk73Lbge5Fr%2BysuSckHrpHqVsqDf%2FTnxfikDf6X6FYMTONjOJKwXCK4UfeAQ6e34wlT4StCx4qhfbV1DsCwwv34ptO37Q9ak"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc6432a0ff99f40-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: xUpload File ke Google Apps Script
    
    <!DOCTYPE html>
    <html lang="id">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>xUpload File ke Google Apps Script</title>
    </head>
    <body>
      <h2>Upload File</h2>
      <form id="form">
        <label for="uploadfile">Pilih File:</label>
        <input name="file" id="uploadfile" type="file" required>
        <br><br>
        <label for="filename">Nama File:</label>
        <input name="filename" id="filename" type="text">
        <br><br>
        <input id="submit" type="submit" value="Kirim">
      </form>
    
      <script>
        const form = document.getElementById('form');
        form.addEventListener('submit', e => {
          e.preventDefault();
          const file = form.file.files[0];
          const fr = new FileReader();
          fr.readAsArrayBuffer(file);
          fr.onload = f => {
            
            const url = "https://script.google.com/macros/s/AKfycbzHJZQtZxddTzSsSVeQOvqgrhlqxNA9o6VX-S12PGV5g_R25Rc-a00GrtD90WoQgEdE/exec";  // Aplikasi Web URL yang diupdate
            
            const qs = new URLSearchParams({filename: form.filename.value || file.name, mimeType: file.type});
            fetch(`${url}?${qs}`, {method: "POST", body: JSON.stringify([...new Int8Array(f.target.result)])})
              .then(res => res.json())
              .then(e => console.log(e))  // Anda dapat mengambil nilai yang dikembalikan di sini.
              .catch(err => console.log(err));
          }
        });
      </script>
    </body>
    </html>
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 172.66.44.169:8443 · p00a.pages.dev

    2026-01-11 17:51

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 17:51:28 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 1467
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "f29a3290caf938a7f11c071b233411d1"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=PSYB1lR%2BOJlZfJorgVF9hMasqwSo%2FOMAIqKtosq2AsUOS3Tr8oQiO6gQcHi5UQ9sjHxHed3Li4CVd79k6M7g5%2Bupct5ooqO2KcoYzbOE"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc64329fa2adbc9-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: xUpload File ke Google Apps Script
    
    <!DOCTYPE html>
    <html lang="id">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>xUpload File ke Google Apps Script</title>
    </head>
    <body>
      <h2>Upload File</h2>
      <form id="form">
        <label for="uploadfile">Pilih File:</label>
        <input name="file" id="uploadfile" type="file" required>
        <br><br>
        <label for="filename">Nama File:</label>
        <input name="filename" id="filename" type="text">
        <br><br>
        <input id="submit" type="submit" value="Kirim">
      </form>
    
      <script>
        const form = document.getElementById('form');
        form.addEventListener('submit', e => {
          e.preventDefault();
          const file = form.file.files[0];
          const fr = new FileReader();
          fr.readAsArrayBuffer(file);
          fr.onload = f => {
            
            const url = "https://script.google.com/macros/s/AKfycbzHJZQtZxddTzSsSVeQOvqgrhlqxNA9o6VX-S12PGV5g_R25Rc-a00GrtD90WoQgEdE/exec";  // Aplikasi Web URL yang diupdate
            
            const qs = new URLSearchParams({filename: form.filename.value || file.name, mimeType: file.type});
            fetch(`${url}?${qs}`, {method: "POST", body: JSON.stringify([...new Int8Array(f.target.result)])})
              .then(res => res.json())
              .then(e => console.log(e))  // Anda dapat mengambil nilai yang dikembalikan di sini.
              .catch(err => console.log(err));
          }
        });
      </script>
    </body>
    </html>
    
    Found 2026-01-11 by HttpPlugin
    Create report
p00a.pages.dev*.p00a.pages.dev
CN:
p00a.pages.dev
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-11 16:50
Not after:
2026-04-11 17:47