3
I would like to know if it is possible to restrict access to my application data REST.
For example, I have the xml/json that she returns in http://meuapi.com/usuarios, where you return my user list.
So anyone who discovers the url, can access the data directly through the url getting all the information, and sometimes can change it using browser plugins.
I wanted to know if it exists, and how I could stop it from happening. I am currently working in the application with Java, but also working with Asp.net, if you know solutions for both, you are all welcome.
You will need to understand Authentication and Authorization. This question brings a bit of the idea. If I get a time I post an answer later
– Caputo
Thanks @Caputo I will check the link you sent me, anything if you have a time and can send the answer I am waiting, thank you.
– Erico Souza