Avatar of Aleks
Aleks
Flag for United States of America

asked on 

Encrypt querystring

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?
ASP.NETEncryption* iis8* iis10

Avatar of undefined
Last Comment
David Favor

8/22/2022 - Mon