checked-fetch is a wrangler dev shim that warns you about custom ports
checked-fetch is a wrangler dev shim that warns you about custom ports
--remote be the same?
http://internal/hash IIRC the URL has to be valid

function myFetch(input: RequestInfo, init?: RequestInit<CfProperties<unknown>> | undefined): Promise<Response> {
console.log("myFetch", input, init);
return fetch(input, init);
}