You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
With a local cloudworker instance, the default value of
redirect
is"follow"
:With Cloudflare's runtime it is
manual
It is clear from the docs - https://developers.cloudflare.com/workers/reference/apis/request/ that this should be
manual
for the request in thefetchEvent
.This of course leads to some very odd behaviors which are hard to track down. Am I missing something? Why is this
follow
by default?The text was updated successfully, but these errors were encountered: