Untitled

 avatar
unknown
plain_text
a year ago
1.6 kB
4
Indexable
app
fetch("https://admin.roo.org.il/api//events/lite/calendar", {
  "headers": {
    "accept": "application/json, text/plain, */*",
    "accept-language": "en-US,en;q=0.9",
    "authorization": "bikvij91q1go8mclr743uq2lqs",
    "content-type": "application/json",
    "debug": "1",
    "sec-ch-ua": "\"Not A(Brand\";v=\"99\", \"Google Chrome\";v=\"121\", \"Chromium\";v=\"121\"",
    "sec-ch-ua-mobile": "?0",
    "sec-ch-ua-platform": "\"macOS\"",
    "sec-fetch-dest": "empty",
    "sec-fetch-mode": "cors",
    "sec-fetch-site": "cross-site"
  },
  "referrer": "http://localhost:8100/",
  "referrerPolicy": "strict-origin-when-cross-origin",
  "body": "{\"start\":\"2024-01-01\",\"end\":\"2024-01-31\",\"view\":\"month\"}",
  "method": "POST",
  "mode": "cors",
  "credentials": "include"
});

---
site

fetch("https://admin.roo.org.il/api/events/lite/calendar", {
  "headers": {
    "accept": "*/*",
    "accept-language": "en-US,en;q=0.9",
    "content-type": "application/x-www-form-urlencoded; charset=UTF-8",
    "sec-ch-ua": "\"Not A(Brand\";v=\"99\", \"Google Chrome\";v=\"121\", \"Chromium\";v=\"121\"",
    "sec-ch-ua-mobile": "?0",
    "sec-ch-ua-platform": "\"macOS\"",
    "sec-fetch-dest": "empty",
    "sec-fetch-mode": "cors",
    "sec-fetch-site": "same-origin",
    "x-requested-with": "XMLHttpRequest"
  },
  "referrer": "https://admin.roo.org.il/admin/",
  "referrerPolicy": "strict-origin-when-cross-origin",
  "body": "view=month&start=31%2F12%2F2023+00%3A00&end=11%2F02%2F2024+00%3A00",
  "method": "POST",
  "mode": "cors",
  "credentials": "include"
});
Editor is loading...
Leave a Comment