Resource for understanding Express middleware chaining and web proxy usage
npm install
Recommanded: https://github.com/garily/nodejs-forward-proxy-server
- Get Data
curl http://localhost:3000
- Get with a dedicated filetering middleware
curl http://localhost:3000/filteredData
- Get Data through Web proxy
curl http://localhost:3000/proxyData
- Get data through a proxy with a dedicated filetering middleware
curl http://localhost:3000/filteredData