Removing specific cookies from requests #4402
Unanswered
karolis-96
asked this question in
Q&A
Replies: 1 comment
-
I mean, cookies are added by your browser. If there's no way of doing this with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Looking for a way to exclude specific cookies from being attached to requests. Tried using middleware headers, but they seem to ignore anything I modify.
Also tried separating api slices and updating credentials to "include" and "same-origin"/"omit" to those slices that would require cookies be omitted, but... slices with included cookies run fine first time, but second time they omit or do same-origin (like inherit this option from other slices)
Beta Was this translation helpful? Give feedback.
All reactions