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've been using node-http-proxy via http-proxy-middleware, but found that the origin header is not being propagated to the target server, nor was I able to set it via the proxyReq interface.
Is there a way to ensure the proxy will pass on the origin header in the request or avoid it from being removed/stripped?