I am getting this url redirection from third party site http://localhost:4200/account/congratulations%3FdocumentId%3Dnnn
but i need to decode as http://localhost:4200/account/congratulations?documentId=nnn
for rendering my page '%3F' = '?' '%3D' = '=' where do i need to decode this in my project?