This change is to pass in the original request object to the original fetch. This is so that headers that are present on the original request are passed through to the origin request.
Cloudflare adds a headers that are often used by origin request, so this is needed.
This change is to pass in the original
request
object to the original fetch. This is so that headers that are present on the original request are passed through to the origin request. Cloudflare adds a headers that are often used by origin request, so this is needed.