any thoughts on this? are some SaaS features only for enterprise plans?
any thoughts on this? are some SaaS features only for enterprise plans?
https://dash.cloudflare.com/{ACCOUNT_ID}/workers-for-platforms 
node_modules/.wrangler folder and it'll allow you to re-pick.wrangler at your project rootNODE_VERSION: 22 `or similar, for whatever you need
mf-original-url only exist when debugging a worker locally with wrangler?
https://dash.cloudflare.com/{ACCOUNT_ID}/workers-for-platformsnode_modules/.wrangler.wranglerNODE_VERSION: 22mf-original-urlexport default {
async fetch(request, env: Env): Promise<Response>
{
request.headers.forEach((value, key) =>
{
console.log(key, value); // prints mf-original-url only locally
});