Hello folks, I'm using `resolveOverride` from `RequestInitCfProperties` (https://developers.cloudfla

Hello folks, I'm using resolveOverride from RequestInitCfProperties (https://developers.cloudflare.com/workers/runtime-apis/request/#requestinitcfproperties) so that I can proxy the request to specific domains. However it seems like this only works when deploying the workers, and doesn't seem to work with npx wrangler dev. Is there a way to make it work?
Interface that represents an HTTP request.
Was this page helpful?