31 May 2024 01:10 PM
Hi everyone,
I would like to transform these type of URLs:
/evt21_nsei_fe-web/api/terceros/451804672024?codCia=41&codLanguage=es_ES&codActTerceroAcceso=1
in something like this:
/evt21_nsei_fe-web/api/terceros/{param}
Could you tell me a regular expression for Dynatrace clean up URL rule to do it?
Thank you
Solved! Go to Solution.
31 May 2024 02:20 PM - edited 31 May 2024 03:18 PM
Hi,
You can create a web request naming rule. You do not need a regex to grouping it, just starts with "/evt21_nsei_fe-web/api/terceros/".
Best regards