Hello everyone!
It is currently used php / mysql and wwwform to make logging into my game and store data such as level, exp and inventory.
The game sends data via POST to a php file that decides which function to call. The result is returned in json and the game does the rest of the work.
So I have some questions:
1 - Can anyone manipulate these data by creating a form and sending the data through a web page or browser plugins?
2 - This is a correct way to do this or is there a more secure...
Security questions
It is currently used php / mysql and wwwform to make logging into my game and store data such as level, exp and inventory.
The game sends data via POST to a php file that decides which function to call. The result is returned in json and the game does the rest of the work.
So I have some questions:
1 - Can anyone manipulate these data by creating a form and sending the data through a web page or browser plugins?
2 - This is a correct way to do this or is there a more secure...
Security questions