Domain order.kisansathi.tech
United States
AMAZON-02
Software information

AmazonS3 AmazonS3

tcp/443

CloudFront

tcp/443 tcp/80

  • Open service 2600:9000:225b:4000:2:a0ab:2ac0:93a1:80 · order.kisansathi.tech

    2026-01-12 04:51

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Mon, 12 Jan 2026 04:51:42 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://order.kisansathi.tech/
    X-Cache: Redirect from cloudfront
    Via: 1.1 6ef87569c26a159f552948d3c30a2be0.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: eGKlj09i_1JDNzNmBbpvm4VXMHm4qwIDTCzpyyNcxkRlXNXvd4vCVw==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 18.66.192.81:80 · order.kisansathi.tech

    2026-01-12 04:51

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Mon, 12 Jan 2026 04:51:43 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://order.kisansathi.tech/
    X-Cache: Redirect from cloudfront
    Via: 1.1 f8d34d99bd5a267bad6857ae101ea8e2.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: tdAkHjw-q1L2M3R9Cc89PGzx1m1_2JUXsqq4Wd0Bv7SD984ELTyNBg==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 2600:9000:225b:9c00:2:a0ab:2ac0:93a1:443 · order.kisansathi.tech

    2026-01-12 04:51

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 4561
    Connection: close
    Date: Mon, 12 Jan 2026 04:51:43 GMT
    Last-Modified: Mon, 12 Jan 2026 04:42:57 GMT
    ETag: "d847a91816c60ebbc5a84e27af9bdda4"
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 ec12d3de4ccd821a7e749609dcc62010.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: tR37R-4ZD58pQb6fidO8lxQW6OWwQa3E8cifNMlYkBmtTH_l9xEFzQ==
    Age: 1
    
    Page title: Place Order From FPO
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
    <title>Place Order From FPO</title>
    <link rel="stylesheet" href="styles.css"/>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
    </head>
    
    <body>
    
    <div class="container">
    
      <!-- Left Sidebar -->
      <aside class="sidebar">
        <h3>Categories</h3>
        <ul id="categoryList">
          <!-- dynamically inserted -->
        </ul>
      </aside>
    
      <!-- Main -->
      <main class="main">
    
        <!-- Search Field -->
        <div class="top-bar">
          <button id="pastOrdersBtn">Order History</button>
          <input id="productSearch" placeholder="Search products...">
        </div>
    
    <ul id="categoryList" class="categories"></ul>
    <div id="productGrid" class="product-grid"></div>
    
    <!-- Floating Cart -->
    <div id="cartFloat">
      <span id="cartBadge">0</span>
      🛒
    </div>
    
    <!-- Cart Popup -->
    <div id="cartOverlay" class="hidden"></div>
    
    <div id="cartOverlay" class="overlay hidden"></div>
    
    <div id="cartPopup" class="modal hidden">
      
      <h2 class="modal-title">Order Details</h2>
    
      <div class="section">
        <div><b>FPO ID:</b> <span id="orderFpoId"></span></div>
        <div><b>FPO Name:</b> <span id="orderFpoName"></span></div>
      </div>
    
      <div class="section">
        <h4>Products</h4>
        <table class="product-table">
          <thead>
            <tr><th>Item</th><th>Qty</th><th>Price</th><th>Amount</th></tr>
          </thead>
          <tbody id="cartItems"></tbody>
        </table>
      </div>
    
      <div class="section">
        <h4>Billing Summary</h4>
        <div><b>Total Amount:</b> Rs. <span id="totalAmount"></span></div>
        <div><b>Discount:</b> Rs. <span id="discountAmount">0</span></div>
        <div><b>Invoice Amount:</b> Rs. <span id="invoiceAmount"></span></div>
      </div>
    
      <div class="section">
      <h4>Delivery Details</h4>
      
      <div class="field">
        <label><b>User Name:</b></label>
        <input type="text" id="userName" placeholder="Enter Name">
      </div>
    
      <div class="field">
        <label><b>Phone:</b></label>
        <input type="text" id="userPhone" placeholder="Enter Phone">
      </div>
    
      <div class="field">
        <label><b>Delivery Address:</b></label>
        
        <div style="display:flex; gap:10px; margin-bottom:8px;">
          <button id="detectBtn">📍 Detect Location</button>
          <span id="locStatus" style="font-size:12px;color:gray;"></span>
        </div>
    
        <textarea id="userAddress" placeholder="Enter Delivery Address Manually"></textarea>
      </div>
    </div>
    
    <div class="section">
      <button id="submitOrderBtn" class="submit-btn">Submit Order</button>
    </div>
    
      <div class="modal-footer">
        <button id="closeCartBtn" class="close-btn">Close</button>
      </div>
    </div>
    
    
        <!-- Filter Chips -->
        <!-- <div class="filter-chips">
          <button class="chip">Rated 4.0+</button>
          <button class="chip">Veg</button>
          <button class="chip">Non Veg</button>
          <button class="chip">Brownies</button>
          <button class="chip">Frozen Snacks</button>
          <button class="chip">Cakes</button>
        </div> -->
    
        <!-- Product Grid -->
        <div id="productGrid" class="product-grid">
          <!-- dynamic -->
        </div>
    
      </main>
      <div id="discardConfirm" class="confirm hidden">
        <div class="confirm-box">
          <p>Cart contains items from another FPO.<br>Discard and start new?</p>
          <button id="discardYes">Discard & Add</button>
          <button id="discardNo">Cancel</button>
        </div>
      </div>
    </div>
    <script>
      document.getElementById("pastOrdersBtn").addEventListener("click", () => {
        window.location.href = "past-orders.html";
      });
    
      const GEOCODE_API = "https://maps.googleapis.com/maps/api/geocode/json?latlng=";
    
    function reverseGeocode(lat, lng) {
      return fetch(`${GEOCODE_API}${lat},${lng}&key=AIzaSyBe7OYkq_KxkyObXuQgHzD8UP27tLwvGl4`)
        .then(res => res.json());
    }
    
    document.getElementById("detectBtn").addEventListener("click", () => {
      const status = document.getElementById("locStatus");
      status.innerHTML = "Detecting location… ⏳";
    
      navigator.geolocation.getCurrentPosition(async (pos) => {
        const { l
    Found one day ago by HttpPlugin
    Create report
  • Open service 18.66.192.102:443 · order.kisansathi.tech

    2026-01-12 04:51

    HTTP/1.1 403 Forbidden
    Server: CloudFront
    Date: Mon, 12 Jan 2026 04:51:43 GMT
    Content-Type: text/html
    Content-Length: 919
    Connection: close
    X-Cache: Error from cloudfront
    Via: 1.1 32162aed20605276097da109dc97c5b0.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: wZBtD-LO-xjaA6HwX4nq-PAY29q_JerFHo0xByljfw9pv21Ki5F7_w==
    
    Page title: ERROR: The request could not be satisfied
    
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
    <TITLE>ERROR: The request could not be satisfied</TITLE>
    </HEAD><BODY>
    <H1>403 ERROR</H1>
    <H2>The request could not be satisfied.</H2>
    <HR noshade size="1px">
    Request blocked.
    We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner.
    <BR clear="all">
    If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation.
    <BR clear="all">
    <HR noshade size="1px">
    <PRE>
    Generated by cloudfront (CloudFront)
    Request ID: wZBtD-LO-xjaA6HwX4nq-PAY29q_JerFHo0xByljfw9pv21Ki5F7_w==
    </PRE>
    <ADDRESS>
    </ADDRESS>
    </BODY></HTML>
    Found one day ago by HttpPlugin
    Create report
  • Open service 2600:9000:225b:4c00:2:a0ab:2ac0:93a1:443 · order.kisansathi.tech

    2026-01-12 04:51

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 4561
    Connection: close
    Date: Mon, 12 Jan 2026 04:51:43 GMT
    Last-Modified: Mon, 12 Jan 2026 04:42:57 GMT
    ETag: "d847a91816c60ebbc5a84e27af9bdda4"
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 66ce4848bcf993e3c57b596461cd0b82.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: blI7MSk2mfrMAK1W_Beeu0m53TaQxmMlKiY-zJ-WNP6otzfCQCkM6g==
    Age: 1
    
    Page title: Place Order From FPO
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
    <title>Place Order From FPO</title>
    <link rel="stylesheet" href="styles.css"/>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
    </head>
    
    <body>
    
    <div class="container">
    
      <!-- Left Sidebar -->
      <aside class="sidebar">
        <h3>Categories</h3>
        <ul id="categoryList">
          <!-- dynamically inserted -->
        </ul>
      </aside>
    
      <!-- Main -->
      <main class="main">
    
        <!-- Search Field -->
        <div class="top-bar">
          <button id="pastOrdersBtn">Order History</button>
          <input id="productSearch" placeholder="Search products...">
        </div>
    
    <ul id="categoryList" class="categories"></ul>
    <div id="productGrid" class="product-grid"></div>
    
    <!-- Floating Cart -->
    <div id="cartFloat">
      <span id="cartBadge">0</span>
      🛒
    </div>
    
    <!-- Cart Popup -->
    <div id="cartOverlay" class="hidden"></div>
    
    <div id="cartOverlay" class="overlay hidden"></div>
    
    <div id="cartPopup" class="modal hidden">
      
      <h2 class="modal-title">Order Details</h2>
    
      <div class="section">
        <div><b>FPO ID:</b> <span id="orderFpoId"></span></div>
        <div><b>FPO Name:</b> <span id="orderFpoName"></span></div>
      </div>
    
      <div class="section">
        <h4>Products</h4>
        <table class="product-table">
          <thead>
            <tr><th>Item</th><th>Qty</th><th>Price</th><th>Amount</th></tr>
          </thead>
          <tbody id="cartItems"></tbody>
        </table>
      </div>
    
      <div class="section">
        <h4>Billing Summary</h4>
        <div><b>Total Amount:</b> Rs. <span id="totalAmount"></span></div>
        <div><b>Discount:</b> Rs. <span id="discountAmount">0</span></div>
        <div><b>Invoice Amount:</b> Rs. <span id="invoiceAmount"></span></div>
      </div>
    
      <div class="section">
      <h4>Delivery Details</h4>
      
      <div class="field">
        <label><b>User Name:</b></label>
        <input type="text" id="userName" placeholder="Enter Name">
      </div>
    
      <div class="field">
        <label><b>Phone:</b></label>
        <input type="text" id="userPhone" placeholder="Enter Phone">
      </div>
    
      <div class="field">
        <label><b>Delivery Address:</b></label>
        
        <div style="display:flex; gap:10px; margin-bottom:8px;">
          <button id="detectBtn">📍 Detect Location</button>
          <span id="locStatus" style="font-size:12px;color:gray;"></span>
        </div>
    
        <textarea id="userAddress" placeholder="Enter Delivery Address Manually"></textarea>
      </div>
    </div>
    
    <div class="section">
      <button id="submitOrderBtn" class="submit-btn">Submit Order</button>
    </div>
    
      <div class="modal-footer">
        <button id="closeCartBtn" class="close-btn">Close</button>
      </div>
    </div>
    
    
        <!-- Filter Chips -->
        <!-- <div class="filter-chips">
          <button class="chip">Rated 4.0+</button>
          <button class="chip">Veg</button>
          <button class="chip">Non Veg</button>
          <button class="chip">Brownies</button>
          <button class="chip">Frozen Snacks</button>
          <button class="chip">Cakes</button>
        </div> -->
    
        <!-- Product Grid -->
        <div id="productGrid" class="product-grid">
          <!-- dynamic -->
        </div>
    
      </main>
      <div id="discardConfirm" class="confirm hidden">
        <div class="confirm-box">
          <p>Cart contains items from another FPO.<br>Discard and start new?</p>
          <button id="discardYes">Discard & Add</button>
          <button id="discardNo">Cancel</button>
        </div>
      </div>
    </div>
    <script>
      document.getElementById("pastOrdersBtn").addEventListener("click", () => {
        window.location.href = "past-orders.html";
      });
    
      const GEOCODE_API = "https://maps.googleapis.com/maps/api/geocode/json?latlng=";
    
    function reverseGeocode(lat, lng) {
      return fetch(`${GEOCODE_API}${lat},${lng}&key=AIzaSyBe7OYkq_KxkyObXuQgHzD8UP27tLwvGl4`)
        .then(res => res.json());
    }
    
    document.getElementById("detectBtn").addEventListener("click", () => {
      const status = document.getElementById("locStatus");
      status.innerHTML = "Detecting location… ⏳";
    
      navigator.geolocation.getCurrentPosition(async (pos) => {
        const { l
    Found one day ago by HttpPlugin
    Create report
  • Open service 2600:9000:225b:3e00:2:a0ab:2ac0:93a1:443 · order.kisansathi.tech

    2026-01-12 04:51

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 4561
    Connection: close
    Date: Mon, 12 Jan 2026 04:51:43 GMT
    Last-Modified: Mon, 12 Jan 2026 04:42:57 GMT
    ETag: "d847a91816c60ebbc5a84e27af9bdda4"
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 033e374ece012797cbee0d505e2e61b4.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: l6K_gHAIWfHFJ7NTocFvfJdciBTEMS6nbc4Uf4N7B7Zct7ACm64OGA==
    
    Page title: Place Order From FPO
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
    <title>Place Order From FPO</title>
    <link rel="stylesheet" href="styles.css"/>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
    </head>
    
    <body>
    
    <div class="container">
    
      <!-- Left Sidebar -->
      <aside class="sidebar">
        <h3>Categories</h3>
        <ul id="categoryList">
          <!-- dynamically inserted -->
        </ul>
      </aside>
    
      <!-- Main -->
      <main class="main">
    
        <!-- Search Field -->
        <div class="top-bar">
          <button id="pastOrdersBtn">Order History</button>
          <input id="productSearch" placeholder="Search products...">
        </div>
    
    <ul id="categoryList" class="categories"></ul>
    <div id="productGrid" class="product-grid"></div>
    
    <!-- Floating Cart -->
    <div id="cartFloat">
      <span id="cartBadge">0</span>
      🛒
    </div>
    
    <!-- Cart Popup -->
    <div id="cartOverlay" class="hidden"></div>
    
    <div id="cartOverlay" class="overlay hidden"></div>
    
    <div id="cartPopup" class="modal hidden">
      
      <h2 class="modal-title">Order Details</h2>
    
      <div class="section">
        <div><b>FPO ID:</b> <span id="orderFpoId"></span></div>
        <div><b>FPO Name:</b> <span id="orderFpoName"></span></div>
      </div>
    
      <div class="section">
        <h4>Products</h4>
        <table class="product-table">
          <thead>
            <tr><th>Item</th><th>Qty</th><th>Price</th><th>Amount</th></tr>
          </thead>
          <tbody id="cartItems"></tbody>
        </table>
      </div>
    
      <div class="section">
        <h4>Billing Summary</h4>
        <div><b>Total Amount:</b> Rs. <span id="totalAmount"></span></div>
        <div><b>Discount:</b> Rs. <span id="discountAmount">0</span></div>
        <div><b>Invoice Amount:</b> Rs. <span id="invoiceAmount"></span></div>
      </div>
    
      <div class="section">
      <h4>Delivery Details</h4>
      
      <div class="field">
        <label><b>User Name:</b></label>
        <input type="text" id="userName" placeholder="Enter Name">
      </div>
    
      <div class="field">
        <label><b>Phone:</b></label>
        <input type="text" id="userPhone" placeholder="Enter Phone">
      </div>
    
      <div class="field">
        <label><b>Delivery Address:</b></label>
        
        <div style="display:flex; gap:10px; margin-bottom:8px;">
          <button id="detectBtn">📍 Detect Location</button>
          <span id="locStatus" style="font-size:12px;color:gray;"></span>
        </div>
    
        <textarea id="userAddress" placeholder="Enter Delivery Address Manually"></textarea>
      </div>
    </div>
    
    <div class="section">
      <button id="submitOrderBtn" class="submit-btn">Submit Order</button>
    </div>
    
      <div class="modal-footer">
        <button id="closeCartBtn" class="close-btn">Close</button>
      </div>
    </div>
    
    
        <!-- Filter Chips -->
        <!-- <div class="filter-chips">
          <button class="chip">Rated 4.0+</button>
          <button class="chip">Veg</button>
          <button class="chip">Non Veg</button>
          <button class="chip">Brownies</button>
          <button class="chip">Frozen Snacks</button>
          <button class="chip">Cakes</button>
        </div> -->
    
        <!-- Product Grid -->
        <div id="productGrid" class="product-grid">
          <!-- dynamic -->
        </div>
    
      </main>
      <div id="discardConfirm" class="confirm hidden">
        <div class="confirm-box">
          <p>Cart contains items from another FPO.<br>Discard and start new?</p>
          <button id="discardYes">Discard & Add</button>
          <button id="discardNo">Cancel</button>
        </div>
      </div>
    </div>
    <script>
      document.getElementById("pastOrdersBtn").addEventListener("click", () => {
        window.location.href = "past-orders.html";
      });
    
      const GEOCODE_API = "https://maps.googleapis.com/maps/api/geocode/json?latlng=";
    
    function reverseGeocode(lat, lng) {
      return fetch(`${GEOCODE_API}${lat},${lng}&key=AIzaSyBe7OYkq_KxkyObXuQgHzD8UP27tLwvGl4`)
        .then(res => res.json());
    }
    
    document.getElementById("detectBtn").addEventListener("click", () => {
      const status = document.getElementById("locStatus");
      status.innerHTML = "Detecting location… ⏳";
    
      navigator.geolocation.getCurrentPosition(async (pos) => {
        const { l
    Found one day ago by HttpPlugin
    Create report
  • Open service 2600:9000:225b:4c00:2:a0ab:2ac0:93a1:80 · order.kisansathi.tech

    2026-01-12 04:51

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Mon, 12 Jan 2026 04:51:43 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://order.kisansathi.tech/
    X-Cache: Redirect from cloudfront
    Via: 1.1 8eb3c67b1958af32e15515c8eb27fbb4.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: lvlmLaJ8rEefUQTaNzthCMqoukcNFb7EJ9TLlpcNzvmWW1bxg5JT9Q==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 2600:9000:225b:4000:2:a0ab:2ac0:93a1:443 · order.kisansathi.tech

    2026-01-12 04:51

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 4561
    Connection: close
    Date: Mon, 12 Jan 2026 04:51:43 GMT
    Last-Modified: Mon, 12 Jan 2026 04:42:57 GMT
    ETag: "d847a91816c60ebbc5a84e27af9bdda4"
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 551f2461af0b3bf4faaad831ee6e5b1e.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: DOhhN2A2-Yn4YTT4_S8ZMiWsMJMTCsq3II9RwXrwlmATiZeRRnOH6A==
    
    Page title: Place Order From FPO
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
    <title>Place Order From FPO</title>
    <link rel="stylesheet" href="styles.css"/>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
    </head>
    
    <body>
    
    <div class="container">
    
      <!-- Left Sidebar -->
      <aside class="sidebar">
        <h3>Categories</h3>
        <ul id="categoryList">
          <!-- dynamically inserted -->
        </ul>
      </aside>
    
      <!-- Main -->
      <main class="main">
    
        <!-- Search Field -->
        <div class="top-bar">
          <button id="pastOrdersBtn">Order History</button>
          <input id="productSearch" placeholder="Search products...">
        </div>
    
    <ul id="categoryList" class="categories"></ul>
    <div id="productGrid" class="product-grid"></div>
    
    <!-- Floating Cart -->
    <div id="cartFloat">
      <span id="cartBadge">0</span>
      🛒
    </div>
    
    <!-- Cart Popup -->
    <div id="cartOverlay" class="hidden"></div>
    
    <div id="cartOverlay" class="overlay hidden"></div>
    
    <div id="cartPopup" class="modal hidden">
      
      <h2 class="modal-title">Order Details</h2>
    
      <div class="section">
        <div><b>FPO ID:</b> <span id="orderFpoId"></span></div>
        <div><b>FPO Name:</b> <span id="orderFpoName"></span></div>
      </div>
    
      <div class="section">
        <h4>Products</h4>
        <table class="product-table">
          <thead>
            <tr><th>Item</th><th>Qty</th><th>Price</th><th>Amount</th></tr>
          </thead>
          <tbody id="cartItems"></tbody>
        </table>
      </div>
    
      <div class="section">
        <h4>Billing Summary</h4>
        <div><b>Total Amount:</b> Rs. <span id="totalAmount"></span></div>
        <div><b>Discount:</b> Rs. <span id="discountAmount">0</span></div>
        <div><b>Invoice Amount:</b> Rs. <span id="invoiceAmount"></span></div>
      </div>
    
      <div class="section">
      <h4>Delivery Details</h4>
      
      <div class="field">
        <label><b>User Name:</b></label>
        <input type="text" id="userName" placeholder="Enter Name">
      </div>
    
      <div class="field">
        <label><b>Phone:</b></label>
        <input type="text" id="userPhone" placeholder="Enter Phone">
      </div>
    
      <div class="field">
        <label><b>Delivery Address:</b></label>
        
        <div style="display:flex; gap:10px; margin-bottom:8px;">
          <button id="detectBtn">📍 Detect Location</button>
          <span id="locStatus" style="font-size:12px;color:gray;"></span>
        </div>
    
        <textarea id="userAddress" placeholder="Enter Delivery Address Manually"></textarea>
      </div>
    </div>
    
    <div class="section">
      <button id="submitOrderBtn" class="submit-btn">Submit Order</button>
    </div>
    
      <div class="modal-footer">
        <button id="closeCartBtn" class="close-btn">Close</button>
      </div>
    </div>
    
    
        <!-- Filter Chips -->
        <!-- <div class="filter-chips">
          <button class="chip">Rated 4.0+</button>
          <button class="chip">Veg</button>
          <button class="chip">Non Veg</button>
          <button class="chip">Brownies</button>
          <button class="chip">Frozen Snacks</button>
          <button class="chip">Cakes</button>
        </div> -->
    
        <!-- Product Grid -->
        <div id="productGrid" class="product-grid">
          <!-- dynamic -->
        </div>
    
      </main>
      <div id="discardConfirm" class="confirm hidden">
        <div class="confirm-box">
          <p>Cart contains items from another FPO.<br>Discard and start new?</p>
          <button id="discardYes">Discard & Add</button>
          <button id="discardNo">Cancel</button>
        </div>
      </div>
    </div>
    <script>
      document.getElementById("pastOrdersBtn").addEventListener("click", () => {
        window.location.href = "past-orders.html";
      });
    
      const GEOCODE_API = "https://maps.googleapis.com/maps/api/geocode/json?latlng=";
    
    function reverseGeocode(lat, lng) {
      return fetch(`${GEOCODE_API}${lat},${lng}&key=AIzaSyBe7OYkq_KxkyObXuQgHzD8UP27tLwvGl4`)
        .then(res => res.json());
    }
    
    document.getElementById("detectBtn").addEventListener("click", () => {
      const status = document.getElementById("locStatus");
      status.innerHTML = "Detecting location… ⏳";
    
      navigator.geolocation.getCurrentPosition(async (pos) => {
        const { l
    Found one day ago by HttpPlugin
    Create report
  • Open service 2600:9000:225b:7000:2:a0ab:2ac0:93a1:443 · order.kisansathi.tech

    2026-01-12 04:51

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 4561
    Connection: close
    Date: Mon, 12 Jan 2026 04:51:43 GMT
    Last-Modified: Mon, 12 Jan 2026 04:42:57 GMT
    ETag: "d847a91816c60ebbc5a84e27af9bdda4"
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 fb542039f97bb702c0e68d2142c449aa.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: 7nt0EkxxPsA2kHTfm7ySbnH_5fMgH6Ai86U4QljcDHiuBDhHEGlo6g==
    Age: 1
    
    Page title: Place Order From FPO
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
    <title>Place Order From FPO</title>
    <link rel="stylesheet" href="styles.css"/>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
    </head>
    
    <body>
    
    <div class="container">
    
      <!-- Left Sidebar -->
      <aside class="sidebar">
        <h3>Categories</h3>
        <ul id="categoryList">
          <!-- dynamically inserted -->
        </ul>
      </aside>
    
      <!-- Main -->
      <main class="main">
    
        <!-- Search Field -->
        <div class="top-bar">
          <button id="pastOrdersBtn">Order History</button>
          <input id="productSearch" placeholder="Search products...">
        </div>
    
    <ul id="categoryList" class="categories"></ul>
    <div id="productGrid" class="product-grid"></div>
    
    <!-- Floating Cart -->
    <div id="cartFloat">
      <span id="cartBadge">0</span>
      🛒
    </div>
    
    <!-- Cart Popup -->
    <div id="cartOverlay" class="hidden"></div>
    
    <div id="cartOverlay" class="overlay hidden"></div>
    
    <div id="cartPopup" class="modal hidden">
      
      <h2 class="modal-title">Order Details</h2>
    
      <div class="section">
        <div><b>FPO ID:</b> <span id="orderFpoId"></span></div>
        <div><b>FPO Name:</b> <span id="orderFpoName"></span></div>
      </div>
    
      <div class="section">
        <h4>Products</h4>
        <table class="product-table">
          <thead>
            <tr><th>Item</th><th>Qty</th><th>Price</th><th>Amount</th></tr>
          </thead>
          <tbody id="cartItems"></tbody>
        </table>
      </div>
    
      <div class="section">
        <h4>Billing Summary</h4>
        <div><b>Total Amount:</b> Rs. <span id="totalAmount"></span></div>
        <div><b>Discount:</b> Rs. <span id="discountAmount">0</span></div>
        <div><b>Invoice Amount:</b> Rs. <span id="invoiceAmount"></span></div>
      </div>
    
      <div class="section">
      <h4>Delivery Details</h4>
      
      <div class="field">
        <label><b>User Name:</b></label>
        <input type="text" id="userName" placeholder="Enter Name">
      </div>
    
      <div class="field">
        <label><b>Phone:</b></label>
        <input type="text" id="userPhone" placeholder="Enter Phone">
      </div>
    
      <div class="field">
        <label><b>Delivery Address:</b></label>
        
        <div style="display:flex; gap:10px; margin-bottom:8px;">
          <button id="detectBtn">📍 Detect Location</button>
          <span id="locStatus" style="font-size:12px;color:gray;"></span>
        </div>
    
        <textarea id="userAddress" placeholder="Enter Delivery Address Manually"></textarea>
      </div>
    </div>
    
    <div class="section">
      <button id="submitOrderBtn" class="submit-btn">Submit Order</button>
    </div>
    
      <div class="modal-footer">
        <button id="closeCartBtn" class="close-btn">Close</button>
      </div>
    </div>
    
    
        <!-- Filter Chips -->
        <!-- <div class="filter-chips">
          <button class="chip">Rated 4.0+</button>
          <button class="chip">Veg</button>
          <button class="chip">Non Veg</button>
          <button class="chip">Brownies</button>
          <button class="chip">Frozen Snacks</button>
          <button class="chip">Cakes</button>
        </div> -->
    
        <!-- Product Grid -->
        <div id="productGrid" class="product-grid">
          <!-- dynamic -->
        </div>
    
      </main>
      <div id="discardConfirm" class="confirm hidden">
        <div class="confirm-box">
          <p>Cart contains items from another FPO.<br>Discard and start new?</p>
          <button id="discardYes">Discard & Add</button>
          <button id="discardNo">Cancel</button>
        </div>
      </div>
    </div>
    <script>
      document.getElementById("pastOrdersBtn").addEventListener("click", () => {
        window.location.href = "past-orders.html";
      });
    
      const GEOCODE_API = "https://maps.googleapis.com/maps/api/geocode/json?latlng=";
    
    function reverseGeocode(lat, lng) {
      return fetch(`${GEOCODE_API}${lat},${lng}&key=AIzaSyBe7OYkq_KxkyObXuQgHzD8UP27tLwvGl4`)
        .then(res => res.json());
    }
    
    document.getElementById("detectBtn").addEventListener("click", () => {
      const status = document.getElementById("locStatus");
      status.innerHTML = "Detecting location… ⏳";
    
      navigator.geolocation.getCurrentPosition(async (pos) => {
        const { l
    Found one day ago by HttpPlugin
    Create report
  • Open service 2600:9000:225b:9e00:2:a0ab:2ac0:93a1:80 · order.kisansathi.tech

    2026-01-12 04:51

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Mon, 12 Jan 2026 04:51:42 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://order.kisansathi.tech/
    X-Cache: Redirect from cloudfront
    Via: 1.1 32700c539a5f821aadd3624288c4aeb6.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: XkX0ATZmboBEAeQKLkCSOMQNuXdSodo6k4Ug_wKJ4XoE811IicI0SA==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 2600:9000:225b:9800:2:a0ab:2ac0:93a1:80 · order.kisansathi.tech

    2026-01-12 04:51

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Mon, 12 Jan 2026 04:51:42 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://order.kisansathi.tech/
    X-Cache: Redirect from cloudfront
    Via: 1.1 47755cdb8b36419a04f12ee3c24f7fae.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: tEF_12cDHZ3EBTt9ZGeZlQq9IhrBNAl9OeAPSHNSjswtW7GZYdODzg==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 2600:9000:225b:1800:2:a0ab:2ac0:93a1:443 · order.kisansathi.tech

    2026-01-12 04:51

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 4561
    Connection: close
    Date: Mon, 12 Jan 2026 04:51:43 GMT
    Last-Modified: Mon, 12 Jan 2026 04:42:57 GMT
    ETag: "d847a91816c60ebbc5a84e27af9bdda4"
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 32162aed20605276097da109dc97c5b0.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: xa2Z9PQcSF2lsG-t0WcfTEM5jMww124HsFCEml-uTct_Jv23fdvaNQ==
    
    Page title: Place Order From FPO
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
    <title>Place Order From FPO</title>
    <link rel="stylesheet" href="styles.css"/>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
    </head>
    
    <body>
    
    <div class="container">
    
      <!-- Left Sidebar -->
      <aside class="sidebar">
        <h3>Categories</h3>
        <ul id="categoryList">
          <!-- dynamically inserted -->
        </ul>
      </aside>
    
      <!-- Main -->
      <main class="main">
    
        <!-- Search Field -->
        <div class="top-bar">
          <button id="pastOrdersBtn">Order History</button>
          <input id="productSearch" placeholder="Search products...">
        </div>
    
    <ul id="categoryList" class="categories"></ul>
    <div id="productGrid" class="product-grid"></div>
    
    <!-- Floating Cart -->
    <div id="cartFloat">
      <span id="cartBadge">0</span>
      🛒
    </div>
    
    <!-- Cart Popup -->
    <div id="cartOverlay" class="hidden"></div>
    
    <div id="cartOverlay" class="overlay hidden"></div>
    
    <div id="cartPopup" class="modal hidden">
      
      <h2 class="modal-title">Order Details</h2>
    
      <div class="section">
        <div><b>FPO ID:</b> <span id="orderFpoId"></span></div>
        <div><b>FPO Name:</b> <span id="orderFpoName"></span></div>
      </div>
    
      <div class="section">
        <h4>Products</h4>
        <table class="product-table">
          <thead>
            <tr><th>Item</th><th>Qty</th><th>Price</th><th>Amount</th></tr>
          </thead>
          <tbody id="cartItems"></tbody>
        </table>
      </div>
    
      <div class="section">
        <h4>Billing Summary</h4>
        <div><b>Total Amount:</b> Rs. <span id="totalAmount"></span></div>
        <div><b>Discount:</b> Rs. <span id="discountAmount">0</span></div>
        <div><b>Invoice Amount:</b> Rs. <span id="invoiceAmount"></span></div>
      </div>
    
      <div class="section">
      <h4>Delivery Details</h4>
      
      <div class="field">
        <label><b>User Name:</b></label>
        <input type="text" id="userName" placeholder="Enter Name">
      </div>
    
      <div class="field">
        <label><b>Phone:</b></label>
        <input type="text" id="userPhone" placeholder="Enter Phone">
      </div>
    
      <div class="field">
        <label><b>Delivery Address:</b></label>
        
        <div style="display:flex; gap:10px; margin-bottom:8px;">
          <button id="detectBtn">📍 Detect Location</button>
          <span id="locStatus" style="font-size:12px;color:gray;"></span>
        </div>
    
        <textarea id="userAddress" placeholder="Enter Delivery Address Manually"></textarea>
      </div>
    </div>
    
    <div class="section">
      <button id="submitOrderBtn" class="submit-btn">Submit Order</button>
    </div>
    
      <div class="modal-footer">
        <button id="closeCartBtn" class="close-btn">Close</button>
      </div>
    </div>
    
    
        <!-- Filter Chips -->
        <!-- <div class="filter-chips">
          <button class="chip">Rated 4.0+</button>
          <button class="chip">Veg</button>
          <button class="chip">Non Veg</button>
          <button class="chip">Brownies</button>
          <button class="chip">Frozen Snacks</button>
          <button class="chip">Cakes</button>
        </div> -->
    
        <!-- Product Grid -->
        <div id="productGrid" class="product-grid">
          <!-- dynamic -->
        </div>
    
      </main>
      <div id="discardConfirm" class="confirm hidden">
        <div class="confirm-box">
          <p>Cart contains items from another FPO.<br>Discard and start new?</p>
          <button id="discardYes">Discard & Add</button>
          <button id="discardNo">Cancel</button>
        </div>
      </div>
    </div>
    <script>
      document.getElementById("pastOrdersBtn").addEventListener("click", () => {
        window.location.href = "past-orders.html";
      });
    
      const GEOCODE_API = "https://maps.googleapis.com/maps/api/geocode/json?latlng=";
    
    function reverseGeocode(lat, lng) {
      return fetch(`${GEOCODE_API}${lat},${lng}&key=AIzaSyBe7OYkq_KxkyObXuQgHzD8UP27tLwvGl4`)
        .then(res => res.json());
    }
    
    document.getElementById("detectBtn").addEventListener("click", () => {
      const status = document.getElementById("locStatus");
      status.innerHTML = "Detecting location… ⏳";
    
      navigator.geolocation.getCurrentPosition(async (pos) => {
        const { l
    Found one day ago by HttpPlugin
    Create report
  • Open service 2600:9000:225b:1800:2:a0ab:2ac0:93a1:80 · order.kisansathi.tech

    2026-01-12 04:51

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Mon, 12 Jan 2026 04:51:42 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://order.kisansathi.tech/
    X-Cache: Redirect from cloudfront
    Via: 1.1 0f14828b89630f6555c6372e13fc999a.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: Y1TTDNG-hbm2ZQ3WSGjXiVGhDSpv7pimsXnspJ7qIXRzgxAbjglXQQ==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 2600:9000:225b:9e00:2:a0ab:2ac0:93a1:443 · order.kisansathi.tech

    2026-01-12 04:51

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 4561
    Connection: close
    Date: Mon, 12 Jan 2026 04:51:43 GMT
    Last-Modified: Mon, 12 Jan 2026 04:42:57 GMT
    ETag: "d847a91816c60ebbc5a84e27af9bdda4"
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 29473aa9cc185f2a037ec3a7e2ffd74c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: K2l5RT897Z5VYex8gTDRkx-dfyTEMkTNE_WRnPOk-0P6BvAqyiOJNg==
    
    Page title: Place Order From FPO
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
    <title>Place Order From FPO</title>
    <link rel="stylesheet" href="styles.css"/>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
    </head>
    
    <body>
    
    <div class="container">
    
      <!-- Left Sidebar -->
      <aside class="sidebar">
        <h3>Categories</h3>
        <ul id="categoryList">
          <!-- dynamically inserted -->
        </ul>
      </aside>
    
      <!-- Main -->
      <main class="main">
    
        <!-- Search Field -->
        <div class="top-bar">
          <button id="pastOrdersBtn">Order History</button>
          <input id="productSearch" placeholder="Search products...">
        </div>
    
    <ul id="categoryList" class="categories"></ul>
    <div id="productGrid" class="product-grid"></div>
    
    <!-- Floating Cart -->
    <div id="cartFloat">
      <span id="cartBadge">0</span>
      🛒
    </div>
    
    <!-- Cart Popup -->
    <div id="cartOverlay" class="hidden"></div>
    
    <div id="cartOverlay" class="overlay hidden"></div>
    
    <div id="cartPopup" class="modal hidden">
      
      <h2 class="modal-title">Order Details</h2>
    
      <div class="section">
        <div><b>FPO ID:</b> <span id="orderFpoId"></span></div>
        <div><b>FPO Name:</b> <span id="orderFpoName"></span></div>
      </div>
    
      <div class="section">
        <h4>Products</h4>
        <table class="product-table">
          <thead>
            <tr><th>Item</th><th>Qty</th><th>Price</th><th>Amount</th></tr>
          </thead>
          <tbody id="cartItems"></tbody>
        </table>
      </div>
    
      <div class="section">
        <h4>Billing Summary</h4>
        <div><b>Total Amount:</b> Rs. <span id="totalAmount"></span></div>
        <div><b>Discount:</b> Rs. <span id="discountAmount">0</span></div>
        <div><b>Invoice Amount:</b> Rs. <span id="invoiceAmount"></span></div>
      </div>
    
      <div class="section">
      <h4>Delivery Details</h4>
      
      <div class="field">
        <label><b>User Name:</b></label>
        <input type="text" id="userName" placeholder="Enter Name">
      </div>
    
      <div class="field">
        <label><b>Phone:</b></label>
        <input type="text" id="userPhone" placeholder="Enter Phone">
      </div>
    
      <div class="field">
        <label><b>Delivery Address:</b></label>
        
        <div style="display:flex; gap:10px; margin-bottom:8px;">
          <button id="detectBtn">📍 Detect Location</button>
          <span id="locStatus" style="font-size:12px;color:gray;"></span>
        </div>
    
        <textarea id="userAddress" placeholder="Enter Delivery Address Manually"></textarea>
      </div>
    </div>
    
    <div class="section">
      <button id="submitOrderBtn" class="submit-btn">Submit Order</button>
    </div>
    
      <div class="modal-footer">
        <button id="closeCartBtn" class="close-btn">Close</button>
      </div>
    </div>
    
    
        <!-- Filter Chips -->
        <!-- <div class="filter-chips">
          <button class="chip">Rated 4.0+</button>
          <button class="chip">Veg</button>
          <button class="chip">Non Veg</button>
          <button class="chip">Brownies</button>
          <button class="chip">Frozen Snacks</button>
          <button class="chip">Cakes</button>
        </div> -->
    
        <!-- Product Grid -->
        <div id="productGrid" class="product-grid">
          <!-- dynamic -->
        </div>
    
      </main>
      <div id="discardConfirm" class="confirm hidden">
        <div class="confirm-box">
          <p>Cart contains items from another FPO.<br>Discard and start new?</p>
          <button id="discardYes">Discard & Add</button>
          <button id="discardNo">Cancel</button>
        </div>
      </div>
    </div>
    <script>
      document.getElementById("pastOrdersBtn").addEventListener("click", () => {
        window.location.href = "past-orders.html";
      });
    
      const GEOCODE_API = "https://maps.googleapis.com/maps/api/geocode/json?latlng=";
    
    function reverseGeocode(lat, lng) {
      return fetch(`${GEOCODE_API}${lat},${lng}&key=AIzaSyBe7OYkq_KxkyObXuQgHzD8UP27tLwvGl4`)
        .then(res => res.json());
    }
    
    document.getElementById("detectBtn").addEventListener("click", () => {
      const status = document.getElementById("locStatus");
      status.innerHTML = "Detecting location… ⏳";
    
      navigator.geolocation.getCurrentPosition(async (pos) => {
        const { l
    Found one day ago by HttpPlugin
    Create report
  • Open service 18.66.192.102:80 · order.kisansathi.tech

    2026-01-12 04:51

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Mon, 12 Jan 2026 04:51:42 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://order.kisansathi.tech/
    X-Cache: Redirect from cloudfront
    Via: 1.1 47755cdb8b36419a04f12ee3c24f7fae.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: uE5VhFn-H_qQOy62_mrL9gzTba18Y1ywqWG02Ab2OhSwrLoKHIb78w==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 2600:9000:225b:3e00:2:a0ab:2ac0:93a1:80 · order.kisansathi.tech

    2026-01-12 04:51

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Mon, 12 Jan 2026 04:51:42 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://order.kisansathi.tech/
    X-Cache: Redirect from cloudfront
    Via: 1.1 29473aa9cc185f2a037ec3a7e2ffd74c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: i70JLv7YTHiDqk0RGmIhDmDLfOTxWjYYf8D5cp_5KatUy67twNRqvg==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 18.66.192.55:80 · order.kisansathi.tech

    2026-01-12 04:51

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Mon, 12 Jan 2026 04:51:42 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://order.kisansathi.tech/
    X-Cache: Redirect from cloudfront
    Via: 1.1 aedc37d054398c84a361f8542a82efea.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: jNkkoRgtAdwlxL2p-GDs3tO5dM2WXts4msn2whsdkesxgKCdOZLIkQ==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 18.66.192.81:443 · order.kisansathi.tech

    2026-01-12 04:51

    HTTP/1.1 403 Forbidden
    Server: CloudFront
    Date: Mon, 12 Jan 2026 04:51:42 GMT
    Content-Type: text/html
    Content-Length: 919
    Connection: close
    X-Cache: Error from cloudfront
    Via: 1.1 dcfe318aa268be733627ea7884246be4.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: 1CCN_DXK05w5jq8i3b0A0LcCVKs9OY9rvRQ36BTi9nDXyWuPJKIQgw==
    
    Page title: ERROR: The request could not be satisfied
    
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
    <TITLE>ERROR: The request could not be satisfied</TITLE>
    </HEAD><BODY>
    <H1>403 ERROR</H1>
    <H2>The request could not be satisfied.</H2>
    <HR noshade size="1px">
    Request blocked.
    We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner.
    <BR clear="all">
    If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation.
    <BR clear="all">
    <HR noshade size="1px">
    <PRE>
    Generated by cloudfront (CloudFront)
    Request ID: 1CCN_DXK05w5jq8i3b0A0LcCVKs9OY9rvRQ36BTi9nDXyWuPJKIQgw==
    </PRE>
    <ADDRESS>
    </ADDRESS>
    </BODY></HTML>
    Found one day ago by HttpPlugin
    Create report
  • Open service 18.66.192.68:443 · order.kisansathi.tech

    2026-01-12 04:51

    HTTP/1.1 403 Forbidden
    Server: CloudFront
    Date: Mon, 12 Jan 2026 04:51:42 GMT
    Content-Type: text/html
    Content-Length: 919
    Connection: close
    X-Cache: Error from cloudfront
    Via: 1.1 8ebebe66cc8de626ee8e15b2ee72d826.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: IpDSn3FvUGyiT3je7117S64cbQ_K8cqwSPF6CRunSiAVhYntSqtfTQ==
    
    Page title: ERROR: The request could not be satisfied
    
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
    <TITLE>ERROR: The request could not be satisfied</TITLE>
    </HEAD><BODY>
    <H1>403 ERROR</H1>
    <H2>The request could not be satisfied.</H2>
    <HR noshade size="1px">
    Request blocked.
    We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner.
    <BR clear="all">
    If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation.
    <BR clear="all">
    <HR noshade size="1px">
    <PRE>
    Generated by cloudfront (CloudFront)
    Request ID: IpDSn3FvUGyiT3je7117S64cbQ_K8cqwSPF6CRunSiAVhYntSqtfTQ==
    </PRE>
    <ADDRESS>
    </ADDRESS>
    </BODY></HTML>
    Found one day ago by HttpPlugin
    Create report
  • Open service 2600:9000:225b:9800:2:a0ab:2ac0:93a1:443 · order.kisansathi.tech

    2026-01-12 04:51

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 4561
    Connection: close
    Date: Mon, 12 Jan 2026 04:51:43 GMT
    Last-Modified: Mon, 12 Jan 2026 04:42:57 GMT
    ETag: "d847a91816c60ebbc5a84e27af9bdda4"
    Server: AmazonS3
    X-Cache: Miss from cloudfront
    Via: 1.1 3ddbbcaacc1ba68ddfab04ef45c3ca98.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: MQmf8R857MWFhIx4WEaFEbXjfpFHN_QFAae99uci78M-z4TXfMIOEA==
    
    Page title: Place Order From FPO
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
    <title>Place Order From FPO</title>
    <link rel="stylesheet" href="styles.css"/>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
    </head>
    
    <body>
    
    <div class="container">
    
      <!-- Left Sidebar -->
      <aside class="sidebar">
        <h3>Categories</h3>
        <ul id="categoryList">
          <!-- dynamically inserted -->
        </ul>
      </aside>
    
      <!-- Main -->
      <main class="main">
    
        <!-- Search Field -->
        <div class="top-bar">
          <button id="pastOrdersBtn">Order History</button>
          <input id="productSearch" placeholder="Search products...">
        </div>
    
    <ul id="categoryList" class="categories"></ul>
    <div id="productGrid" class="product-grid"></div>
    
    <!-- Floating Cart -->
    <div id="cartFloat">
      <span id="cartBadge">0</span>
      🛒
    </div>
    
    <!-- Cart Popup -->
    <div id="cartOverlay" class="hidden"></div>
    
    <div id="cartOverlay" class="overlay hidden"></div>
    
    <div id="cartPopup" class="modal hidden">
      
      <h2 class="modal-title">Order Details</h2>
    
      <div class="section">
        <div><b>FPO ID:</b> <span id="orderFpoId"></span></div>
        <div><b>FPO Name:</b> <span id="orderFpoName"></span></div>
      </div>
    
      <div class="section">
        <h4>Products</h4>
        <table class="product-table">
          <thead>
            <tr><th>Item</th><th>Qty</th><th>Price</th><th>Amount</th></tr>
          </thead>
          <tbody id="cartItems"></tbody>
        </table>
      </div>
    
      <div class="section">
        <h4>Billing Summary</h4>
        <div><b>Total Amount:</b> Rs. <span id="totalAmount"></span></div>
        <div><b>Discount:</b> Rs. <span id="discountAmount">0</span></div>
        <div><b>Invoice Amount:</b> Rs. <span id="invoiceAmount"></span></div>
      </div>
    
      <div class="section">
      <h4>Delivery Details</h4>
      
      <div class="field">
        <label><b>User Name:</b></label>
        <input type="text" id="userName" placeholder="Enter Name">
      </div>
    
      <div class="field">
        <label><b>Phone:</b></label>
        <input type="text" id="userPhone" placeholder="Enter Phone">
      </div>
    
      <div class="field">
        <label><b>Delivery Address:</b></label>
        
        <div style="display:flex; gap:10px; margin-bottom:8px;">
          <button id="detectBtn">📍 Detect Location</button>
          <span id="locStatus" style="font-size:12px;color:gray;"></span>
        </div>
    
        <textarea id="userAddress" placeholder="Enter Delivery Address Manually"></textarea>
      </div>
    </div>
    
    <div class="section">
      <button id="submitOrderBtn" class="submit-btn">Submit Order</button>
    </div>
    
      <div class="modal-footer">
        <button id="closeCartBtn" class="close-btn">Close</button>
      </div>
    </div>
    
    
        <!-- Filter Chips -->
        <!-- <div class="filter-chips">
          <button class="chip">Rated 4.0+</button>
          <button class="chip">Veg</button>
          <button class="chip">Non Veg</button>
          <button class="chip">Brownies</button>
          <button class="chip">Frozen Snacks</button>
          <button class="chip">Cakes</button>
        </div> -->
    
        <!-- Product Grid -->
        <div id="productGrid" class="product-grid">
          <!-- dynamic -->
        </div>
    
      </main>
      <div id="discardConfirm" class="confirm hidden">
        <div class="confirm-box">
          <p>Cart contains items from another FPO.<br>Discard and start new?</p>
          <button id="discardYes">Discard & Add</button>
          <button id="discardNo">Cancel</button>
        </div>
      </div>
    </div>
    <script>
      document.getElementById("pastOrdersBtn").addEventListener("click", () => {
        window.location.href = "past-orders.html";
      });
    
      const GEOCODE_API = "https://maps.googleapis.com/maps/api/geocode/json?latlng=";
    
    function reverseGeocode(lat, lng) {
      return fetch(`${GEOCODE_API}${lat},${lng}&key=AIzaSyBe7OYkq_KxkyObXuQgHzD8UP27tLwvGl4`)
        .then(res => res.json());
    }
    
    document.getElementById("detectBtn").addEventListener("click", () => {
      const status = document.getElementById("locStatus");
      status.innerHTML = "Detecting location… ⏳";
    
      navigator.geolocation.getCurrentPosition(async (pos) => {
        const { l
    Found one day ago by HttpPlugin
    Create report
  • Open service 18.66.192.55:443 · order.kisansathi.tech

    2026-01-12 04:51

    HTTP/1.1 403 Forbidden
    Server: CloudFront
    Date: Mon, 12 Jan 2026 04:51:42 GMT
    Content-Type: text/html
    Content-Length: 919
    Connection: close
    X-Cache: Error from cloudfront
    Via: 1.1 6ef87569c26a159f552948d3c30a2be0.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: SX0C1BzeNjUlz7JhTU7rIhsUpx18VGGaEUJevWjcC5sQ_LaJcf4Zhg==
    
    Page title: ERROR: The request could not be satisfied
    
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
    <TITLE>ERROR: The request could not be satisfied</TITLE>
    </HEAD><BODY>
    <H1>403 ERROR</H1>
    <H2>The request could not be satisfied.</H2>
    <HR noshade size="1px">
    Request blocked.
    We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner.
    <BR clear="all">
    If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation.
    <BR clear="all">
    <HR noshade size="1px">
    <PRE>
    Generated by cloudfront (CloudFront)
    Request ID: SX0C1BzeNjUlz7JhTU7rIhsUpx18VGGaEUJevWjcC5sQ_LaJcf4Zhg==
    </PRE>
    <ADDRESS>
    </ADDRESS>
    </BODY></HTML>
    Found one day ago by HttpPlugin
    Create report
  • Open service 18.66.192.68:80 · order.kisansathi.tech

    2026-01-12 04:51

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Mon, 12 Jan 2026 04:51:42 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://order.kisansathi.tech/
    X-Cache: Redirect from cloudfront
    Via: 1.1 ba2af690a81a9d904af393a857344bf4.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: FYiw4hm_6CylsaQevAWxTKlxTBn6tZCOO_Q733_iAcMFC6hz_Fv8_A==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 2600:9000:225b:9c00:2:a0ab:2ac0:93a1:80 · order.kisansathi.tech

    2026-01-12 04:51

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Mon, 12 Jan 2026 04:51:42 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://order.kisansathi.tech/
    X-Cache: Redirect from cloudfront
    Via: 1.1 8ebebe66cc8de626ee8e15b2ee72d826.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: YbndD-qPDhU04sOEiFMf_941kZPD87fxvK403nnui-q_vfVT6ME9zQ==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 2600:9000:225b:7000:2:a0ab:2ac0:93a1:80 · order.kisansathi.tech

    2026-01-12 04:51

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Mon, 12 Jan 2026 04:51:42 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://order.kisansathi.tech/
    X-Cache: Redirect from cloudfront
    Via: 1.1 a4a80ac7ffee78c042728f52e3f729e0.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: iKVy8FduYm2eMfPCyxwHMb2Zw9oJ0JxJU0TugY1iTYYUa-VrQne3Ag==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found one day ago by HttpPlugin
    Create report
*.kisansathi.tech
CN:
*.kisansathi.tech
Key:
RSA-2048
Issuer:
Not before:
2026-01-12 00:00
Not after:
2027-02-10 23:59