开发者

How to check data transfered via ajax? [duplicate]

This question already has answers here: 开发者_JAVA技巧 Closed 11 years ago.

Possible Duplicate:

Making a hack proof game in Javascript

I'm building a very simple web game

In this game when player clearing all missions the total score should be posted to server .

question is : ajax params could be modified easily .

How to check if datas modified ?


There are several diferent solutions.

You can check you server script that processing your AJAX data, and then logged them. Another way is to use your browser console. The most of the new Web Browsers are having console, that allowing you to check all the data of your web page, even the data you send or receive from the server with AJAX Calls.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜