We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I would really like if I could configure the redirect mode and other RequestInit properties as below.
const response = await proxy(request, { redirect: "manual" });
The fetch proxy seems to only respect a few of the init props passed in.
Activity