Encode/obfuscate HTTP parameters

后端 未结 6 890
醉话见心
醉话见心 2020-12-24 14:29

We are currently working on a very simple Webapp, and we would like to \"obfuscate\" ( what would be the right term? ) or encode somehow the request parameter, so

6条回答
  •  甜味超标
    2020-12-24 15:06

    You can encode data using base64 or something similar. I would encode the arguments inself in JSON to serialize them.

提交回复
热议问题