I am proxying to a server that is setting a custom statusMessage in the response (> 400). The statusMessage is not being sent back through the proxy, as requestjs pipeDest function is not automatically setting it. Please see here: https://github.com/request/request/issues/2694
Since it is not being set by requestejs automatically, can we set it before calling pipe?
Hi,
I am proxying to a server that is setting a custom statusMessage in the response (> 400). The statusMessage is not being sent back through the proxy, as requestjs pipeDest function is not automatically setting it. Please see here: https://github.com/request/request/issues/2694
Since it is not being set by requestejs automatically, can we set it before calling pipe?
https://github.com/4front/express-request-proxy/blob/e13778be505940649410f3c4f44bde58ddf69caa/lib/proxy.js#L95
Thank you!