Preventing users from tampering with input
Let’s say that I have a single-page web app written in JavaScript and a server-side API, both changeable by me. The app calculates some values based on user input and POSTs these to the API. The values are based on user input but do not co… Continue reading Preventing users from tampering with input