I meant, you could just disable inbound connections for Worker2?
I meant, you could just disable inbound connections for Worker2?
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
export 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;
}