We have a HTML page with a form, and assuming that just before submitting the form, the request is intercepted and the values entered by authorized user is tampered by some hacking tool. How can we remediate or prevent such in a web application.
Using SSL to protect data from being sniffable is valid after the request is sent, but the scenario posted here is for before the request is sent to the server.