chimurai / http-proxy-middleware

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

Question #738

Closed cliquant closed 2 years ago

cliquant commented 2 years ago

Describe the feature you'd love to see

It's possible to do // http://www.example.org/api/foo/bar ->http://localhost:3000/api/foo/bar not // http://localhost:3000/api/foo/bar -> http://www.example.org/api/foo/bar ? Like replace example.org page with my page from localhost?

Additional context (optional)

No response