Hello,
I want to add more pieces of information regarding my problem.
1. I do not know the name of unwanted query param - it could be id=8 in one url and on the other url the name of unwanted query param could be totally different - see above example
2. I do not know the position of unwanted query param that should be stripped off from original url. It could be on the first position (?id=8) as here https://www.example.com/de/aktionen/?id=8&utm_source=newsletter or on the other position of query string - e.g. second position (?utm_source=newsletter&id=8) as here https://www.example.com/de/aktionen/?utm_source=newsletter&id=8
I want to add more pieces of information regarding my problem.
1. I do not know the name of unwanted query param - it could be id=8 in one url and on the other url the name of unwanted query param could be totally different - see above example
2. I do not know the position of unwanted query param that should be stripped off from original url. It could be on the first position (?id=8) as here https://www.example.com/de/aktionen/?id=8&utm_source=newsletter or on the other position of query string - e.g. second position (?utm_source=newsletter&id=8) as here https://www.example.com/de/aktionen/?utm_source=newsletter&id=8