Hi, I had a very basic yet important question to ask -
For the visitor count feature, we're supposed to create an API endpoint which calls the DB and retrieves as well as updates the value.
My question is this -
What prevents anyone from simply calling the backend api and simply increasing this count, thereby tampering with the data.
Implementing CORS wouldn't help, as it can easily be spoofed.
Any leads on this would be really helpful