node-http-proxy
node-http-proxy copied to clipboard
A full-featured http proxy for node.js
While I've successfully managed to proxy WebSocket messages, and even log the data by listening to the 'data' event, I haven't found a way to modify the sent data. Is...
Here is my code for proxying the websocket request to the targer server. What I want to achieve is that like in case of REST requests in http-proxy, we use...
Hi, sorry for all my questions. I want my http-proxy to connect to different targets depending on information I receive in the client request header. I have created a header...
Superseded by #171. _Originally posted by @dependabot in https://github.com/pashabhn/docs/pull/140#issuecomment-1322837590_
From the Readme: ``` hostRewrite: rewrites the location hostname on (201/301/302/307/308) redirects. autoRewrite: rewrites the location host/port on (201/301/302/307/308) redirects based on requested host/port. Default: false. ``` The following is...
Hello all! I have an http and an https API. When I use http API, when user login successfully I get access token on proxyRes and I add HttpOnly Cookie....
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. Node 22 reports: > (node:37843) [DEP0060]...
B Junaid Ahmed
Greetings! I have created what should be a simple proxy server on my system: ``` var httpProxy = require('http-proxy'); httpProxy.createProxyServer( { secure: false, target: 'https://www.google.com:443' } ).listen(3000); ``` When attempting...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ws](https://redirect.github.com/websockets/ws) | [`^3.0.0` -> `^6.0.0`](https://renovatebot.com/diffs/npm/ws/3.3.3/6.2.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...