im working on angular project and im using breadcrumbs to navigate between the pages, and i get the path decoded from the api like this gamme_utilitaire.php?marque=CITROEN, the problem here is the browser(chrome)coded the path automatcally due to Percent-encoding or url encode and change it to this "http://localhost:4200/gamme_utilitaire.php%3Fmarque%3DCITROEN" and here is the issue the breadcrumbs didn't recognise the path cause of this changes(encoding url) , im searching for a solution how to keep the url decoded in the browser..
thanks to all