URL sanitization for removing query parameters #1445
xuan-cao-swi
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm not sure if this has been discussed previously, but I'm curious if we should consider implementing a feature that removes query parameters from the URL.
For example
It is similar to function cleanse_url, that is used in ethon, faraday and restclient for
http.url
attribute keyMaybe we should have the function with feature enabled/disabled similar to rack's url_quantization. This should change
http.target
attribute key (mosthttp.target
use uri.path, so need to "clean" the url before passing value to attributes'http.target
)Beta Was this translation helpful? Give feedback.
All reactions