has anyone tried/is it possible to make WebRTC connections from a Cloudflare worker
has anyone tried/is it possible to make WebRTC connections from a Cloudflare worker


Subrequests are requests triggered by calling fetch from within a Worker. A subrequest that throws an uncaught error will not be counted.But in the limits section it is specified that subrequests also include D1/KV so this is a bit confusing



https://<redacted>.fly.dev/career) because I run the server itself (and if I manually make the exact same request it works every time) and its not even getting reachedA as record type, does it resolve everywhere?

colo field should show you.colo=AUS
https://<redacted>.fly.dev/careerAcolocolo=AUSexport async function getPlayerData(careerUrl) {
const res = await fetch('https://<redacted>.fly.dev/career', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({
careerUrl: careerUrl,
}),
});
const account = await res.json();
return account;
}