await fetch("https://<cloudflare_url>/api/trpc/admin.getExams?batch=1&input=%7B%220%22%3A%7B%22json%22%3A%2230494%22%7D%7D", {
credentials: "include",
headers: {
"User-Agent": "Mozilla/5.0 ...",
"Accept": "*/*",
"Accept-Language": "en-US,en;q=0.5",
"content-type": "application/json",
"trpc-accept": "application/jsonl", // ← Causes 502
"x-trpc-source": "nextjs-react",
...
},
referrer: "https://<cloudflare_url>/admin/p/30494",
method: "GET",
mode: "cors"
});
await fetch("https://<cloudflare_url>/api/trpc/admin.getExams?batch=1&input=%7B%220%22%3A%7B%22json%22%3A%2230494%22%7D%7D", {
credentials: "include",
headers: {
"User-Agent": "Mozilla/5.0 ...",
"Accept": "*/*",
"Accept-Language": "en-US,en;q=0.5",
"content-type": "application/json",
"trpc-accept": "application/jsonl", // ← Causes 502
"x-trpc-source": "nextjs-react",
...
},
referrer: "https://<cloudflare_url>/admin/p/30494",
method: "GET",
mode: "cors"
});