A docker image that contains a proxy server that simply forwards requests to whatever is set in the environment variable TARGET_URL.
Uses https://www.npmjs.com/package/http-proxy internally.
docker run -it -p 30000:80 -e TARGET_URL=http://example.com/ hofnarwillie/node-http-proxy
npm test- integration tests (requires docker-compose)
- Ignores untrusted SSL connections with the downstream service.