Forwarder is HTTP proxy. It can be used to proxy HTTP/HTTPS/HTTP2 requests, Server Sent Events, WebSockets, TCP traffic and more. It supports downstream HTTP(S) and SOCKS5 proxies and basic authentication.
docker run --rm -it -p 3128:3128 saucelabs/forwarder
It's best to configure Forwarder in a container with environment variables.
docker run --rm -it -p 3128:3128 \
-e FORWARDER_ADDRESS=:3128 \
-e FORWARDER_PROXY=http://upstream:8081 \
saucelabs/forwarder
For help run:
docker run --rm saucelabs/forwarder help
More information can be found on the project GitHub page.
Content type
Image
Digest
sha256:22c886306…
Size
16.8 MB
Last updated
5 days ago
docker pull saucelabs/forwarder