Bruno Giovanini
Results
1
comments of
Bruno Giovanini
I run into this issue too. As I could verify, the plugin http-proxy-middleware initializes the http-proxy with a empty object [[link](https://github.com/chimurai/http-proxy-middleware/blob/952c1afb7045179417659cf45c111f51b9339d2e/lib/index.js#L21)] `var proxy = httpProxy.createProxyServer({})` Looking at the http-proxy source...