Reputation: 786
Is it possible to use javascript to protect hidden fields to be edited by the user using the browser console?
Upvotes: 1
Views: 67
Reputation: 4105
No. Anything client-side can be manipulated. The solution is to validate input server-side.
Upvotes: 1