express-http-proxy
express-http-proxy copied to clipboard
proxyReqBodyDecorator value is not returned if parseReqBody == false
I parse the request body myself before express-http-proxy and set the parsed value with proxyReqBodyDecorator. But it seems that proxy does not send the self-parsed body.
There is a PR that fixes this already but have not been merged. Please merge it? https://github.com/villadora/express-http-proxy/pull/469
This might also fix similar looking issue: https://github.com/villadora/express-http-proxy/issues/358