I would like to know if it is possible to restrict access to the data of my REST application.
For example, I have the xml / json that it returns in link >, where it returns me to my list of users.
So anyone who discovers the url, can access the data directly through the url getting all information, and sometimes you can change it using browser plugins.
I wanted to know if it exists, and how I could do to prevent it from happening. I am currently working on the application with Java, but also working with asp.net, if they know solutions for both, they are all welcome.