node-http-proxy
node-http-proxy copied to clipboard
A full-featured http proxy for node.js
I was implementing my response handler and observed strange behavior when running the README example. The `proxy.web(req, res, option);` line should be inside the proxyRes handler function (the current example...
Package Manager: npm Vulnerable module: follow-redirects Introduced through: t, [email protected] and others Detailed paths Introduced through: › [email protected] › [email protected] › [email protected] › [email protected] Overview Affected versions of this package...
If the 'secure' option is set to 'false', does the proxy server created by httpProxy.createProxyServer still encrypt the routed HTTP message using SSL certificate, while not verifying the SSL Certs?...
Hello, I'm using this in the context of `vite`. I'd like to provide an additional cookie while using the proxy. I have thought of using `'headers': { 'cookie': '' }`...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mocha](https://mochajs.org/) ([source](https://redirect.github.com/mochajs/mocha)) | [`^3.5.3` -> `^11.0.0`](https://renovatebot.com/diffs/npm/mocha/3.5.3/11.0.1) | [](https://docs.renovatebot.com/merge-confidence/) |...
I would like to be able to set response after a specific time passed as my code below, but it's not possible. ``` const express = require('express'); const { createProxyMiddleware...
In some cases, the machine has multiple egress IPs, and we want to customize dynamic egress IP rules. A dynamic localAddress specification method is necessary, so I think supporting localAddress...
`util._extend` API is replaced by `Object.assign`
Replace of https://github.com/http-party/node-http-proxy/pull/1318
If an url contains multiple slashes like /test**_//**_test2 it will be automatically converted to /test**_/**_test2 before proxing. Is this a bug or feature? If it's a feature, is it possible...