Auditing / HTTP Client Logging
Ever wanted to know what Nextcloud’s built-in HTTP client is actually doing behind the scenes?
Writing an app that relies on it and want to see its calls?
Chasing a problem in some outgoing request and tired of guessing?
This app is the piece the admin auditing side has been missing. It records every request the built-in client sends out, one log file per host, with the method, URL, response status, timing and transfer size, and any credentials redacted. The outgoing side of your instance stops being a black box.
I hope you find it useful. Feedback and issues are always welcome.
ernolf