10 Jun 2021
01:39 AM
- last edited on
21 Jul 2021
12:35 AM
by
MaciejNeumann
Hi Guys i want to change this URL
->
https://api.apps.ocp3s.intra.bca.co.id:443/oneklik/payments/api/40004/customer/00ff
into this
https://api.apps.ocp3s.intra.bca.co.id:443/oneklik/payments/api/*/customer/*
I want change using naming rule and using regex, have try it but no result.
Please help me
Regards,
Dynatrace Customer
Solved! Go to Solution.
Hi Babar,
Still no result using you share regex
Regards,
Andra
Can be done with simple replace rule with "/api/" as starting delimiter and "*/customer/*" as replacement text in placeholder. Then use naming rule to match only urls with regex "api\/[\d\w]+\/customer\/[\d\w]+" and use placeholder when matched.