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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | node-fetch | [`2.6.0` -> `2.6.7`](https://renovatebot.com/diffs/npm/node-fetch/2.6.0/2.6.7) | ### GitHub Vulnerability Alerts #### [CVE-2020-15168](https://togithub.com/node-fetch/node-fetch/security/advisories/GHSA-w7rc-rwvf-8q5r) ### Impact Node...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | lodash | [`4.17.15` -> `4.17.21`](https://renovatebot.com/diffs/npm/lodash/4.17.15/4.17.21) | ### GitHub Vulnerability Alerts #### [CVE-2021-23337](https://nvd.nist.gov/vuln/detail/CVE-2021-23337) `lodash` versions prior...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | hosted-git-info | [`2.8.4` -> `2.8.9`](https://renovatebot.com/diffs/npm/hosted-git-info/2.8.4/2.8.9) | ### GitHub Vulnerability Alerts #### [CVE-2021-23362](https://nvd.nist.gov/vuln/detail/CVE-2021-23362) The npm package...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | handlebars | [`4.2.0` -> `4.7.7`](https://renovatebot.com/diffs/npm/handlebars/4.2.0/4.7.7) | ### GitHub Vulnerability Alerts #### [CVE-2019-19919](https://nvd.nist.gov/vuln/detail/CVE-2019-19919) Versions of `handlebars`...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | growl | [`1.9.2` -> `1.10.0`](https://renovatebot.com/diffs/npm/growl/1.9.2/1.10.0) | ### GitHub Vulnerability Alerts #### [CVE-2017-16042](https://nvd.nist.gov/vuln/detail/CVE-2017-16042) Affected versions of...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | engine.io | [`3.3.2` -> `3.6.1`](https://renovatebot.com/diffs/npm/engine.io/3.3.2/3.6.1) | ### GitHub Vulnerability Alerts #### [CVE-2020-36048](https://nvd.nist.gov/vuln/detail/CVE-2020-36048) Engine.IO before 4.0.0...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | diff | [`3.2.0` -> `3.5.0`](https://renovatebot.com/diffs/npm/diff/3.2.0/3.5.0) | ### GitHub Vulnerability Alerts #### [GHSA-h6ch-v84p-w6p9](https://togithub.com/kpdecker/jsdiff/commit/2aec4298639bf30fb88a00b356bf404d3551b8c0) A vulnerability was...

I'm trying to run a basic example but getting an error: ``` TypeError: socket.setNoDelay is not a function at Object.common.setupSocket (/home/ubuntu/http-proxy/build/webpack:/proxy-app/node_modules/http-proxy/lib/http-proxy/common.js:127:1) ``` The code: ``` const proxy = httpProxy.createProxyServer({ ws:...

Following issues https://github.com/http-party/node-http-proxy/issues/490 and https://github.com/http-party/node-http-proxy/issues/1403, currently the library does not support async handler for the `proxyReqWs` event for modifying the request before proxying it forward. This suggested PR solved the...

https://github.com/mozilla/data-review/blob/main/renewal_request.md