-
-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
Currently requests made from fab runtime to endpoints which set a cookie and redirect (https://httpbin.org/cookies/set?freeform=test for example) do not set cookies.
I would expect this to have the same behavior as cloudflare workers which does in fact set the cookies from the redirect.
reference code:
const forwarded_request = new Request(request);
forwarded_request.headers.set("host", "httpbin.org");
return new Request(
`https://httpbin.org${url.pathname}${url.search}`,
forwarded_request
);Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels