Jquery – How to remove parameter’s value from a GET call
I have a GET call to a document management system to get a document based on its document UniqueID. The URL looks like this: www.url.com/getdocument?uniqueid=“**12345**” Since the uniqueid is visible in the users browser, users can navigate through other documents…