express-http-proxy icon indicating copy to clipboard operation
express-http-proxy copied to clipboard

proxyReqBodyDecorator value is not returned if parseReqBody == false

Open jamonkko opened this issue 3 years ago • 1 comments

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

jamonkko avatar Jun 03 '21 11:06 jamonkko