Many security problems arise with web application because clients can submit arbitrary input. Some web applications rely solely on client-side controls to control the data that they submit to the server. In general, this represents a fundamental security flaw: the user has full control over the client and the data it submits and can bypass any client-side controls that are not replicated on the server.
Use the links below to access various tutorial pages for testing client-side control vulnerabilities: