http-proxy-rules icon indicating copy to clipboard operation
http-proxy-rules copied to clipboard

A proxy rules add-on to the node-http-proxy module.

Results 6 http-proxy-rules issues
Sort by recently updated
recently updated
newest added

Is there any way to use domaine based routing? For example: ``` node1.example.com will send localhost:8080 node2.example.com will send localhost:8081 ```

This package changed the value of req.url, but why?

Hello, How can I instantiate the proxy with ExpressJS? Could you share sample code?

Integrate @barto- great feature on top of current master branch. It is just an up-to-date PR of his #5 PR.

I needed to create proof of concept on using http-proxy to proxy requests. Use case called for blocking and allowing based on IP whitelist. I have created tests for this...