What stops a malicious user from hitting an endpoint with falsified data from the console of a webpage?

I’m a little bit of an amateur on API security. I’m building a browser-based puzzle with a leaderboard, and I’m wondering what prevents a user from simply hitting the /success endpoint with data that basically equates to { time: ‘3s’ } aut… Continue reading What stops a malicious user from hitting an endpoint with falsified data from the console of a webpage?

Posted in API