My ajax requests point to a URL which is linked to a controller then model that inputs the data in to a database.
My question is, what is to stop other people making an ajax call to that URL with data and entering it in my database.
How can I protect against this?