In hapijs I need to remove a querystring from a URL if it appears using a prehandler.
For example this URL: https://www.example.com/products/speakers/psb-ps1-232344/?prodSource=speaker%20line%20products
Should redirect to this: https://www.example.com/products/speakers/psb-ps1-232344/
Where I have /products/{brand}/{productName}-{productId}/