v1.1.0
[v1.1.0] - 2022-04-08
Added
- Basic auth support, can provide
--basic-auth 'username:password'
which the proxy then checks for valid auth
provided in theProxy-Authentication
header. - Can choose if auth should be logged with the
--log-auth
option. - Can choose to log all request headers using the
--log-headers
option.