chimurai / http-proxy-middleware

:zap: The one-liner node.js http-proxy middleware for connect, express, next.js and more
MIT License
10.6k stars 828 forks source link

Proxy to another proxy #958

Open fishuke opened 6 months ago

fishuke commented 6 months ago

Describe the feature you'd love to see

Let's say ive a proxy server with host, port, username and password. Every request that comes to me should go there and i need to get the result from there.

Additional context (optional)

No response

Toolsclub commented 6 months ago

i also want to do the same thing