node-http-proxy icon indicating copy to clipboard operation
node-http-proxy copied to clipboard

A full-featured http proxy for node.js

Results 200 node-http-proxy issues
Sort by recently updated
recently updated
newest added
trafficstars

Helo, When im trying to start my server by doing `httpProxy.createProxyServer()`, im just getting the error `TypeError: httpProxy.createProxyServer is not a function` I have the `http-proxy`-module installed (`npm I http-proxy`),...

Updated the outdated copyright year to the present. So there will not be a need for any further license year updates

Minimal reproduction: https://gist.github.com/jaredxx1/e232f254d14e9589b3a400372209a801 I can't get the POST body when using an agent. Everything works fine if I disable the corporate proxy. Result without agent option enabled: `proxyReq: application/x-www-form-urlencoded 39`...

* Updated dependencies * Updated follow-redirects due to Information Exposure https://security.snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2332181

After reading the docs and examples, the purpose and distinction between `forward` and `target` is still not clear to me (including `forward-and-target-proxy.js` example - I can't tell what this is...

## Description of what the bug is We are developing at Windows 10. Our backend is ASP.NET Core 3.1 MVC Windows Security dialog window pops up while I am developing...

Hi, Last couple of days I've been trying to implement (with node-http-proxy) a proxy for a simple chat app with http and websocket. I noticed a lot of TCP retransmits...

My application calls the proxy once every few seconds (about 1call/3sec). After a few successful responses, a few occasional errors appear: ``` error {"errno":-4060,"code":"ENOBUFS","syscall":"connect","address":"127.0.0.1","port":80} ``` Then after few more connections,...

# Examples: I try with ***basic_proxy.js*** May be, hard requariments of unnecessary dependences. I walk in this steps. ```shell git clone https://github.com/http-party/node-http-proxy.git npm install node ./examples/http/basic-proxy.js ``` its fails, y...