node-http-proxy
node-http-proxy copied to clipboard
A full-featured http proxy for node.js
Hello, I have node-http-proxy proxying HTTP POST requests with big payload (MBs) to upstream haproxy which upon 401 (Unauthorized) error responds early without reading the body and closes connection. This...
How to set up an upstream proxy, such as using fiddler or charles. I hope to intercept all requests from the reverse proxy to verify that the HTTP package is...
We want to run http-proxy in our automated tests (to simulate the behaviour of our sso reverse proxy). In some cases, we may want to start a number of proxies....
When the client sends authorization header and the configuration options have `auth`, the authorization header is not sent to the upstream. This way the http-proxy will behave based on the...
When I configure the `http-proxy` with `auth` (basic authentication `user:pass`) and the client sends authorization header the request to the upstream contains the authorization header sent from client, not the...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...
Updated deprecated util._extend to Object.assign I have an implementation that uses http-proxy-middleware that was failing because of this, so I copied my fix from there. Hope this is helpful
Should `X-Forwarded-Host` be added when `xfwd` is set to true? Current x-forwarded-\* fields: - x-forwarded-for - x-forwarded-port - x-forwarded-proto `x-forwarded-port` is probably redundant as `x-forwarded-host` includes the port number. See...
I've been using this module for a long time for http proxying, but since it's no longer maintained i was looking into alternatives. For what it's worth, sharing my findings...
The name of variables is confuse, change to cleary notation