Joey Malvinni

Results 2 issues of Joey Malvinni

I am making a reverse proxy with node-http-proxy. I have set the `xfwd` option in the options of `createProxyServer`, but it doesn't seem to affect the headers. Here is a...

In the README examples, the module `chess` is imported using `require`. However, this module is an ES6 module and doesn't allow itself to be `require`d (at least for me). This...