Sergey Voloshin
Results
2
comments of
Sergey Voloshin
Whoever still struggling with the configuration of `X-Forwarded` headers, I would recommend using `http-proxy-middleware`. I've spent the entire day trying to make `express-http-proxy` sent these headers correctly. And with `http-proxy-middleware`...
Hi! Is there any updates on this issue? After adding plugin to karma configs: ``` javascript ... browserify: { debug: true, plugins: ['tsify'], transform: [['babelify', {plugins: ['rewire']}], 'reactify'] }, ......