User471845722 posted
Hello,
I have a ASP.NET MVC app, which has client side JavaScript. The application, when logged in, displays a list of tasks. Clicking on the hyperlink opens its details in a popup window. As a user, based on my permissions i see a list of tasks i'm assigned to.
However, when i open a task and through the browser inspect, changed the ID of the task, I can see the tasks which i'm not authorized to view.
What is the best way to handle this from the server side (controller)? I would need a generic solution which I could apply across other similar modules.
Any other advise with reference would be helpful.
Thanks,
Aloysius