Difference between RPC and RpcSecure

Options
I would like to know what the advantages and disadvantages are for using either of these.

Comments

  • jeanfabre
    jeanfabre mod
    edited August 2016
    Options
    Hi,

    Using RPCSecure is when you want to prevent your users from cheating by modifying the messages sent across the network. So if you experience users that are cheating or think there is a potential for cheating, use RPCSecure.

    Check the doc here

    It's for example used by default when authorizing. The disadvantage is that it adds overhead to your messages, so it's more traffic, which means less traffic for the useful data.

    Bye,

    Jean
  • micahlg
    Options
    Thank you for the explanation, Jean. I'm going to look into the documentation a bit more.