Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
hide the parameters in the browser
#2
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.
Reply


Messages In This Thread
RE: hide the parameters in the browser - by MJS@mjs.us - 09-09-2022, 06:49 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)