Skip to main content

redact_url_query_params

Function redact_url_query_params 

Source
pub fn redact_url_query_params(url: &str) -> String
Expand description

Redacts sensitive query parameters from a URL

Returns the URL with sensitive parameter values replaced with [REDACTED].