I have a URL with a long query string attached to it. After the page loads, I do not require the query string. So I want to remove the query string from the address bar with
You could avoid a query string altogether by using POST instead of GET.
POST
GET