Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 301 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 301 Bytes

URL Proxy

Simple HTTP proxy that supports injecting basic auth credentials into backend requests.

Build

cargo build

Run

For help and all supported options: urlproxy --help

E.g.,

RUST_LOG=debug urlproxy --username my@user.name --password myapitoken https://mycompany.atlassian.net