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 am using the proxy for a development server but am finding that it loses the Origin header along the way. I tried to set it back manually by using the onProxyRes callback in the options, but that didn't seem to work.
Any thoughts on how I can keep the origin header on the forwarded request?
The text was updated successfully, but these errors were encountered:
I am using the proxy for a development server but am finding that it loses the Origin header along the way. I tried to set it back manually by using the
onProxyRes
callback in the options, but that didn't seem to work.Any thoughts on how I can keep the origin header on the forwarded request?
The text was updated successfully, but these errors were encountered: