Hey! If you’re looking for something super simple, check out mitmproxy. It’s a bit different but super powerful.
You can setup simple proxy with auth command using their CLI. Just run `mitmproxy --mode reverse:http://yourbackend --set auth=user:pass`.
It’s great for testing too since it has a built-in web interface. Might be overkill for your project, but it’s worth a look.
You can setup simple proxy with auth command using their CLI. Just run `mitmproxy --mode reverse:http://yourbackend --set auth=user:pass`.
It’s great for testing too since it has a built-in web interface. Might be overkill for your project, but it’s worth a look.
