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?