How can I send a query parameter with encrypted value. If some manipulation is required before sending it to the URL how can a User do that.
For Example:
https://myUrl.com?query=**search**
Here I want my typed characters to be encrypted in some manner.
How can I send a query parameter with encrypted value. If some manipulation is required before sending it to the URL how can a User do that. For Example: https://myUrl.com?query=**search** Here I want my typed characters to be encrypted in some manner.