|
Hi there,
I'm currently working on an Online Browser Game which uses many for forms.
I got a question if I can trust in certain form values as some could use certain methods to hack the game.
A simple example:
I got a Select InputBox (<select>...</select>) with 3 options: '1', '2' and '3'.
Can I be sure that the values will ALWAYS be either '1', '2' or '3'; or can it happen that someone finds a way to input '4' in there?
Additionally, is it possible for the user to change the value of an Hidden InputBox (<input type="hidden" />) ?
My doubt is more about the InputBoxes with predefined values, for TextBoxes I already use validation methods.
Thanks in advance,
Schimassek...
PS: I also heard that there is a Security Mechanism for a site only to accept forms from its own site. Is that correct and must I enable it before on my server?
|