Notifications
Clear all
Combu Server/Client
2
Posts
2
Users
0
Reactions
686
Views
Topic starter
what security measures are in place to prevent users from watching and creating their own calls to the php server to update leaderboards, etc?
Posted : 21/03/2015 5:27 pm
That's what the "secret key" is used for: every call from Unity has two extra parameters automatically appended, that is a timestamp and a "token" that is generated by the union of other fields. Take a look at the function CBManager.SecureRequest to see how it's generated and in api.php how it's checked when a call is verified in the function checkWebserviceSecurity
FRANCESCO CROCETTI @ SKARED CREATIONS
Posted : 21/03/2015 6:41 pm