We are developing a NetCore application. It uses query strings in several places to pass IDs.
What is the best way to hide the querystrings on the browser. I know there is some way of encrypting the whole URL so the parameters are not visible. Can this be done with an IIS setting or third party software?