For more information see our HTTP Proxy documentation.
echo "Hello world" > hello; python3 -m http.server 8888
curl -sLO https://github.com/linkerd/linkerd/releases/download/1.4.6/linkerd-1.4.6-exec
chmod +x linkerd-1.4.6-exec
./linkerd-1.4.6-exec ./linkerd.yaml
$ http_proxy=localhost:4140 curl -s http://webapp/hello
Hello world