I develloping a simple website using spring-mvc. The question is what is the best way to secure an url? For example, i have users and notes. Users can only edit/delete their owns notes. A user edit a note with the link as localhost/note/edit/1
but i dont want other users to just change the id parameter and see others notes.
how dow you secure url in those cases?