Redacting and Revealing Query Parameters
To redact or reveal a query parameter data use a regex and set uri
as a target. Check if the request was processed correctly in the Access Logger
Note: pathinfo filter won't match the query parameters, that's why a RegExp is used.


Last updated