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 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: request/request#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: request/request#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!
The text was updated successfully, but these errors were encountered: