Logs should not leak sensitive credentials/data - especially not in with log-level info. Unfortunately httpx will log the full URL of the HTTP request, including username and password.
Logs should not leak sensitive credentials/data - especially not in with log-level info.
Unfortunately httpx will log the full URL of the HTTP request, including username and password.