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
I'm using this in the context of vite. I'd like to provide an additional cookie while using the proxy. I have thought of using 'headers': { 'cookie': '' } in my proxy options, but i'm thinking that it will conflict with the natural cookies that the browser will send to the proxy.
is there a merge strategy for this header?
Thanks for the time spent reading this.
The text was updated successfully, but these errors were encountered:
Hello,
I'm using this in the context of
vite
. I'd like to provide an additional cookie while using the proxy. I have thought of using'headers': { 'cookie': '' }
in my proxy options, but i'm thinking that it will conflict with the natural cookies that the browser will send to the proxy.is there a merge strategy for this header?
Thanks for the time spent reading this.
The text was updated successfully, but these errors were encountered: