question

nitin avatar image
nitin asked

Appropriate use of CloudScript ?

We are thinking of having all calls to our webservice routed through CloudScript for some sanity checks and security. Is this an acceptable use of the module ? I know its meant to be used for server side checks but since every call is essentially make an external call just wanted to make sure we are not abusing the system. The calls wont be very frequent. When the player joins a game , when they finish a level and a couple when the player dies.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
brendan avatar image
brendan answered

The last part is the key to answering your question - if it's infrequent, it would be fine. We have a number of titles that make calls out to external endpoints via Cloud Script, as that's specifically what the http.request call is meant to do.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.