local-ch / lhc

🚀 Advanced HTTP Client for Ruby. Fueled with interceptors.
GNU General Public License v3.0
43 stars 1 forks source link

Filter more sensitive data from logs #202

Closed ryabrody closed 2 years ago

ryabrody commented 2 years ago

Filter more sensitive data from request's cache key and from response's effective URL. Introduce usage of local_uri for filtering the data from the effective URL.

There are still some logs from ethon/typhoeus directly which needs filtering but this will be done in a seperate PR.