09-09-2022, 06:49 PM
One way:
- Site 1 - Encrypt everything past the '?'.
- URLEncode the encrypted string.
- Pass it to site 2 as you are now.
- Site 2 - URLDecode the RunParams string.
- Decrypt resulting string.
- Parse RunParams for values.

